From 85f3108c10b66bfe280465aae8a25d1c5da54d30 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Wed, 8 Sep 2021 20:09:31 -0400 Subject: [PATCH] fix rtmp port --- common/server/nginx-stream.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/server/nginx-stream.nix b/common/server/nginx-stream.nix index 96a99fc..c46b585 100644 --- a/common/server/nginx-stream.nix +++ b/common/server/nginx-stream.nix @@ -51,7 +51,7 @@ in { appendConfig = '' rtmp { server { - listen 1935; + listen ${cfg.port}; chunk_size 4096; application ${cfg.rtmpName} { allow publish all;