Remove unnecessary broadcast-nginx.conf

pull/780/head
pabloFuente 2023-02-17 14:35:26 +01:00
parent 4118ba2e92
commit 6aab00900e
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
worker_processes auto;
rtmp_auto_push on;
events {}
rtmp {
server {
listen 1935;
listen [::]:1935 ipv6only=on;
application live {
live on;
recorder all {
record video;
record_path /tmp;
record_max_size 100000K;
record_unique on;
record_suffix rtmp.flv;
}
}
}
}