Possibility to set custom RTMP/RTMPS hostname (#4811)

* live: set custom RTMP/RTMPS hostname

closes #4786

* dont use webserver.hostname as default

* check that rtmp/s.hostname is set
This commit is contained in:
kontrollanten
2022-03-01 13:37:34 +01:00
committed by GitHub
parent b5c00b9b67
commit 8d07888728
5 changed files with 11 additions and 4 deletions
+2
View File
@@ -396,6 +396,7 @@ live:
rtmp:
enabled: true
port: 1935
hostname: 'localhost'
rtmps:
enabled: false
@@ -404,6 +405,7 @@ live:
key_file: ''
# Absolute path
cert_file: ''
hostname: 'localhost'
# Allow to transcode the live streaming in multiple live resolutions
transcoding:
+2
View File
@@ -404,6 +404,7 @@ live:
rtmp:
enabled: true
port: 1935
hostname: 'localhost'
rtmps:
enabled: false
@@ -412,6 +413,7 @@ live:
key_file: ''
# Absolute path
cert_file: ''
hostname: 'localhost'
# Allow to transcode the live streaming in multiple live resolutions
transcoding: