Skip to content
Snippets Groups Projects
Commit 1575d72c authored by sfriedmann's avatar sfriedmann
Browse files

modified 'etc/nginx/nginx.con'

added FFmpeg command to push an RTMP stream to NGINX Plus
parent 2efb5815
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ rtmp {
}
application dash {
# push an RTMP stream NGINX Plus using ffmpeg
# ffmpeg -re -i sintel.mp4 -c copy -f flv rtmp://192.168.0.137:1935/dash/sintel_dash
live on;
dash on;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment