X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=filesystem%2Fetc%2Fnginx%2Fconf.d%2Frtmp.conf;fp=filesystem%2Fetc%2Fnginx%2Fconf.d%2Frtmp.conf;h=0000000000000000000000000000000000000000;hp=4a47eda8cf2fb7cbfbbf2d0b0cecf652e18e9348;hb=d67edcdca8795a4bca116aa532d02dda246a6f53;hpb=a9e3d60b4254cd5c6216c4b3e7f8cd5cc5107fad diff --git a/filesystem/etc/nginx/conf.d/rtmp.conf b/filesystem/etc/nginx/conf.d/rtmp.conf deleted file mode 100644 index 4a47eda..0000000 --- a/filesystem/etc/nginx/conf.d/rtmp.conf +++ /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; - } - } -}