fix rtmp port
This commit is contained in:
parent
3948e727a1
commit
f588770463
@ -51,9 +51,9 @@ in {
|
|||||||
appendConfig = ''
|
appendConfig = ''
|
||||||
rtmp {
|
rtmp {
|
||||||
server {
|
server {
|
||||||
listen ${cfg.port};
|
listen ${toString cfg.port};
|
||||||
chunk_size 4096;
|
chunk_size 4096;
|
||||||
application ${toString cfg.rtmpName} {
|
application ${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