fix rtmp port
This commit is contained in:
parent
85f3108c10
commit
3948e727a1
@ -53,7 +53,7 @@ in {
|
|||||||
server {
|
server {
|
||||||
listen ${cfg.port};
|
listen ${cfg.port};
|
||||||
chunk_size 4096;
|
chunk_size 4096;
|
||||||
application ${cfg.rtmpName} {
|
application ${toString cfg.rtmpName} {
|
||||||
allow publish all;
|
allow publish all;
|
||||||
allow publish all;
|
allow publish all;
|
||||||
live on;
|
live on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user