fix rtmp port

This commit is contained in:
zuckerberg 2021-09-08 20:09:31 -04:00
parent d6aa1e8429
commit 85f3108c10

View File

@ -51,7 +51,7 @@ in {
appendConfig = ''
rtmp {
server {
listen 1935;
listen ${cfg.port};
chunk_size 4096;
application ${cfg.rtmpName} {
allow publish all;