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
I m not able to fire the onFillChunkEnd event