fix rtmp port
This commit is contained in:
parent
85f3108c10
commit
3948e727a1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user