lots: shellcheck, streaming stuff, fixes
[distro-setup] / filesystem / etc / nginx / conf.d / rtmp.conf
diff --git a/filesystem/etc/nginx/conf.d/rtmp.conf b/filesystem/etc/nginx/conf.d/rtmp.conf
deleted file mode 100644 (file)
index 4a47eda..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# based on https://opensource.com/article/19/1/basic-live-video-streaming-server#comments
-# and https://github.com/arut/nginx-rtmp-module/wiki/Directives
-rtmp {
-    allow publish 127.0.0.1;
-    deny publish all;
-    server {
-        listen 1935;
-        application live {
-            live on;
-            record off;
-        }
-    }
-}