fix rtmp port
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user