From 1575d72ce21b4cc96bedcde7514727a023ddebff Mon Sep 17 00:00:00 2001
From: sfriedmann <stefan.friedmann@informatik.hs-fulda.de>
Date: Mon, 25 May 2020 11:19:35 +0200
Subject: [PATCH] modified 'etc/nginx/nginx.con'

added FFmpeg command to push an RTMP stream to NGINX Plus
---
 etc/nginx/nginx.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf
index a2a0e49..5d4ab41 100644
--- a/etc/nginx/nginx.conf
+++ b/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;
-- 
GitLab