Wowza Community

​ How to save chunk generating by CupertinoStreaming for live stream

We use live cupertino streaming. We need to save chunks generating by CupertinoStreaming on disk. If we can write some plugin for wowza to handle the moment chunk created and save it to some path or use some standart tools provided by wowza?

Hello

Thanks for contacting the Wowza Community!

We have no standalone tool that can do this. You will need to create a custom way of keeping the chunks or saving the chunks to another location.

Here is a link to the cupertino settings. Modifying the default settings could help with your goal.

https://www.wowza.com/docs/how-to-configure-apple-hls-packetization-cupertinostreaming

regards,

Jermaine

Maybe i can override method

public void onFillChunkStart(LiveStreamPacketizerCupertinoChunk arg0) { }

Here i can access to chunk arg0.

What method of LiveStreamPacketizerCupertinoChunk class i need to call to get bytes and save them to file?

Maybe i can override method

public void onFillChunkStart(LiveStreamPacketizerCupertinoChunk arg0) { }

Here i can access to chunk arg0.

What method of LiveStreamPacketizerCupertinoChunk class i need to call to get bytes and save them to file?