diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index c70e6a205..c30c29a6b 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -370,8 +370,17 @@ live: | |||
370 | 370 | ||
371 | # Your firewall should accept traffic from this port in TCP if you enable live | 371 | # Your firewall should accept traffic from this port in TCP if you enable live |
372 | rtmp: | 372 | rtmp: |
373 | enabled: true | ||
373 | port: 1935 | 374 | port: 1935 |
374 | 375 | ||
376 | rtmps: | ||
377 | enabled: false | ||
378 | port: 1936 | ||
379 | # Absolute path | ||
380 | key_file: '' | ||
381 | # Absolute path | ||
382 | cert_file: '' | ||
383 | |||
375 | # Allow to transcode the live streaming in multiple live resolutions | 384 | # Allow to transcode the live streaming in multiple live resolutions |
376 | transcoding: | 385 | transcoding: |
377 | enabled: true | 386 | enabled: true |