From 3948e727a13f4f4a0c783ba388b26487ef3f5860 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Wed, 8 Sep 2021 20:10:40 -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 c46b585..5df6c39 100644 --- a/common/server/nginx-stream.nix +++ b/common/server/nginx-stream.nix @@ -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;