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
d05af385
Verified
Commit
d05af385
authored
May 02, 2022
by
Chocobozzz
Browse files
Ensure rtmp public_hostname is set
parent
b0f3c7df
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/initializers/checker-before-init.ts
View file @
d05af385
...
...
@@ -51,8 +51,10 @@ function checkMissedConfig () {
'
search.remote_uri.users
'
,
'
search.remote_uri.anonymous
'
,
'
search.search_index.enabled
'
,
'
search.search_index.url
'
,
'
search.search_index.disable_local_search
'
,
'
search.search_index.is_default_search
'
,
'
live.enabled
'
,
'
live.allow_replay
'
,
'
live.latency_setting.enabled
'
,
'
live.max_duration
'
,
'
live.max_user_lives
'
,
'
live.max_instance_lives
'
,
'
live.rtmp.enabled
'
,
'
live.rtmp.port
'
,
'
live.rtmp.hostname
'
,
'
live.rtmps.enabled
'
,
'
live.rtmps.port
'
,
'
live.rtmps.hostname
'
,
'
live.rtmps.key_file
'
,
'
live.rtmps.cert_file
'
,
'
live.max_user_lives
'
,
'
live.max_instance_lives
'
,
'
live.rtmp.enabled
'
,
'
live.rtmp.port
'
,
'
live.rtmp.hostname
'
,
'
live.rtmp.public_hostname
'
,
'
live.rtmps.enabled
'
,
'
live.rtmps.port
'
,
'
live.rtmps.hostname
'
,
'
live.rtmps.public_hostname
'
,
'
live.rtmps.key_file
'
,
'
live.rtmps.cert_file
'
,
'
live.transcoding.enabled
'
,
'
live.transcoding.threads
'
,
'
live.transcoding.profile
'
,
'
live.transcoding.resolutions.144p
'
,
'
live.transcoding.resolutions.240p
'
,
'
live.transcoding.resolutions.360p
'
,
'
live.transcoding.resolutions.480p
'
,
'
live.transcoding.resolutions.720p
'
,
'
live.transcoding.resolutions.1080p
'
,
...
...
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