Browse Source

modified 'etc/nginx/nginx.con'

added FFmpeg command to push an RTMP stream to NGINX Plus
master
sfriedmann 4 years ago
parent
commit
1575d72ce2
  1. 2
      etc/nginx/nginx.conf

2
etc/nginx/nginx.conf

@ -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;

Loading…
Cancel
Save