fix rtmp port

This commit is contained in:
zuckerberg 2021-09-08 20:10:40 -04:00
parent 85f3108c10
commit 3948e727a1

View File

@ -53,7 +53,7 @@ in {
server {
listen ${cfg.port};
chunk_size 4096;
application ${cfg.rtmpName} {
application ${toString cfg.rtmpName} {
allow publish all;
allow publish all;
live on;