mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user