Support RTMPS

This commit is contained in:
Chocobozzz
2021-11-05 11:38:17 +01:00
parent 8dd754c767
commit df1db951c5
20 changed files with 343 additions and 51 deletions
+9
View File
@@ -370,8 +370,17 @@ live:
# Your firewall should accept traffic from this port in TCP if you enable live
rtmp:
enabled: true
port: 1935
rtmps:
enabled: false
port: 1936
# Absolute path
key_file: ''
# Absolute path
cert_file: ''
# Allow to transcode the live streaming in multiple live resolutions
transcoding:
enabled: true
+7
View File
@@ -380,8 +380,15 @@ live:
# Your firewall should accept traffic from this port in TCP if you enable live
rtmp:
enabled: true
port: 1935
rtmps:
enabled: false
port: 1936
key_file: ''
cert_file: ''
# Allow to transcode the live streaming in multiple live resolutions
transcoding:
enabled: true