Wowza Community

Automatically record live streams then split & move

I am trying to record incoming streams and have the option to manually split recording. After the split the files should be pushed to s3. then split would be trigger by a call to a HTTPProvider2Base endpoint.

I am trying to use LiveStreamRecordManager to trigger recording when the stream is created.

The problem is onStreamCreate does not provide stream name. If I use the live-record stream type I can see the stream being recorded but it does not appear as recording in livestreamrecord UI so I guess I can’t trigger the split.

I need a way to get the stream name so I can validate it and trigger record, or a different way to achive this task.