Forum

How to play playout list on live stream?

mehmet 2015-11-19 13:42:01 UTC in Nimble Streamer

I want to play playout list as live streaming like TVs do? Is there any way to do this?

Yury Udovichenko 2015-11-19 23:42:07 UTC 

Can you give an example of such playout list?

mehmet 2015-11-20 16:14:13 UTC 

I mean, publishing existed videos like live streaming. Mostly, this feature is used for online tv experiment. I am not sure but its technical name may be Linear Streaming.

Joël 2015-11-21 15:59:06 UTC 

Install FFMpeg on your Nimble server and Stream a single file to a livestream with "server-side-Task-controle"
and select "retry if fails" for repeat function

stream a single file:
ffmpeg -re -i "/media/video.mp4" -c copy -f flv "rtmp://127.0.0.1:1935/live?rtmpauth=username:password/streamname"

or a list.txt with more than one video.mp4

ffmpeg -re -f concat -i "/media/list.txt" -c copy -f flv "rtmp://127.0.0.1:1935/live?rtmpauth=username:password/streamname"

Mehmet 2015-12-01 11:14:44 UTC 

Thanks, I will look at this.

Post a reply


Post a new question

Categories:

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the Privacy Policy. If you want to know more or withdraw your consent to all or some of the cookies, please refer to the Privacy Policy.
By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to the use of cookies.