Wowza Community

Cupertino packetizer - on chunk ready?

Is there a way that I can add a listener or extend a class, etc., so that I can run code on the event of the first chunk of a cupertino stream being ready?

I assume, probably you mean for a live stream, and I don’t there is a way to do that. For vod you could use IHTTPStreamerCupertinoVODActionNotify.onFillChunkEnd()

Richard

I m trying to implement IHTTPStreamerCupertinoVODActionNotify2 following this example

https://www.wowza.com/docs/how-to-convert-ontextdata-events-in-a-live-or-vod-stream-to-timed-events-id3-tags-in-an-apple-hls-stream

I m not able to fire the onFillChunkEnd event