Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
9c5e5822
Verified
Commit
9c5e5822
authored
May 04, 2022
by
Chocobozzz
Browse files
Better config comments for RTMP/RTMPS
parent
6348fb18
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/default.yaml
View file @
9c5e5822
...
...
@@ -412,16 +412,18 @@ live:
rtmp
:
enabled
:
true
# Listening hostname/port for RTMP server
hostname
:
'
localhost'
port
:
1935
# Public
endpoint
of your RTMP server
# Public
hostname
of your RTMP server
# Use null to use the same value than `webserver.hostname`
public_hostname
:
null
rtmps
:
enabled
:
false
# Listening hostname/port for RTMPS server
hostname
:
'
localhost'
port
:
1936
...
...
@@ -429,7 +431,7 @@ live:
key_file
:
'
'
cert_file
:
'
'
# Public
endpoint
of your RTMPS server
# Public
hostname
of your RTMPS server
# Use null to use the same value than `webserver.hostname`
public_hostname
:
null
...
...
config/production.yaml.example
View file @
9c5e5822
...
...
@@ -420,16 +420,18 @@ live:
rtmp:
enabled: true
# Listening hostname/port for RTMP server
hostname: 'localhost'
port: 1935
# Public
endpoint
of your RTMP server
# Public
hostname
of your RTMP server
# Use null to use the same value than `webserver.hostname`
public_hostname: null
rtmps:
enabled: false
# Listening hostname/port for RTMPS server
hostname: 'localhost'
port: 1936
...
...
@@ -437,7 +439,7 @@ live:
key_file: ''
cert_file: ''
# Public
endpoint
of your RTMPS server
# Public
hostname
of your RTMPS server
# Use null to use the same value than `webserver.hostname`
public_hostname: null
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment