Wowza Community

Can I start or stop live streaming while saving video on Android.

I am using GoCoder to build an android streaming app. I know I can bind a mp4 writer to the broadcast config so that I can save live stream to local files. But can I do the following?

  1. Start or stop saving files while streaming to Wowza server.

  2. Start or stop streaming to Wowza server while saving files.

Hi,

When the SDK encoder stops broadcasting the stream, all registered sinks are removed. In order to have separate processes for your broadcast and local recording, you will need to roll out your own separate to the SDK’s.

Michelle