added FFmpeg command to push an RTMP stream to NGINX Plus
@ -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;