From 5acb4c07117b914d365d583cda259abb265b8a96 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 15 Jun 2021 08:56:24 +0200 Subject: [PATCH] fix stream-m conf export against new network parameters --- .../management/commands/teleforma-export-stream-m-slugs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-export-stream-m-slugs.py b/teleforma/management/commands/teleforma-export-stream-m-slugs.py index 6b547a9a..fd3a9054 100644 --- a/teleforma/management/commands/teleforma-export-stream-m-slugs.py +++ b/teleforma/management/commands/teleforma-export-stream-m-slugs.py @@ -22,7 +22,8 @@ class Command(BaseCommand): # server.port # listening port -server.port=8080 +http.port=8080 +rtmp.port=8081 streams.safe=true streams.safe.password=source2parisson -- 2.39.5