Forum

Push VOD by FFMPEG

Abdul 2014-06-24 02:28:55 UTC in Nimble Streamer

How can I publish VOD files by RTMP? I have FFMPEG installed.

Yury Udovichenko 2014-06-24 02:34:16 UTC 

Hello,

The ffmpeg command would look like the following.

For MP4:
./ffmpeg -re -i /home/test/content/mp4/sample.mp4 -acodec copy -vcodec copy -f flv rtmp://login:pass@127.0.0.1:2000/live/stream

For MP3:
./ffmpeg -re -i /home/test/content/mp3/sample.mp3 -acodec copy -vn -f flv rtmp://login:pass@127.0.0.1:2000/live/stream

These commands assume that your Nimble Streamer instance:
- accepts incoming information on 127.0.0.1:2000 interface
- has "login" and "pass" as credentials for publishing authentication.

Take a look at this article describing RTMP to HLS set up on Nimble Streamer side: http://blog.wmspanel.com/2014/06/rtmp-hls-transmuxing.html

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.