fix rtmp port

This commit is contained in:
zuckerberg 2021-09-08 20:11:36 -04:00
parent 3948e727a1
commit f588770463

View File

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