aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 0da96f612..0993eb9f2 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -380,8 +380,15 @@ live:
380 380
381 # Your firewall should accept traffic from this port in TCP if you enable live 381 # Your firewall should accept traffic from this port in TCP if you enable live
382 rtmp: 382 rtmp:
383 enabled: true
383 port: 1935 384 port: 1935
384 385
386 rtmps:
387 enabled: false
388 port: 1936
389 key_file: ''
390 cert_file: ''
391
385 # Allow to transcode the live streaming in multiple live resolutions 392 # Allow to transcode the live streaming in multiple live resolutions
386 transcoding: 393 transcoding:
387 enabled: true 394 enabled: true