Hi Friends
I have one problem with record automatic with transcoder…
when put to automatically record the streaming transcoder with
record 2 files…
stream.mp4
and
stream_aac.mp4
is possible generate if ONLY 1 File ?
Hi Friends
I have one problem with record automatic with transcoder…
when put to automatically record the streaming transcoder with
record 2 files…
stream.mp4
and
stream_aac.mp4
is possible generate if ONLY 1 File ?
Hi,
I suspect that you have selected the option to record all published streams. The streams that are generated by the transcoder addon are also published to the Wowza server and if that option is enabled, they will also get recorded.
Here are several ways you can choose which incoming streams to record, both using the user interface, and programatically:
How to record live streams (Wowza Streaming Engine)
How to record live streams (HTTPLiveStreamRecord)
How to start and stop live stream recordings programmatically (LiveStreamRecordAutoRecord example)
How to start and stop live stream recordings programmatically (IMediaStreamActionNotify3)
I hope this helps.
Zoran
Hi,
Using the instructions described in the articles I mentioned above, you can create a custom module which can control the streams that get recorded.
Zoran
Hi Zoran
Thanks for your attention…
Is possible automatic record all published streams only for the transcoder ?