1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00
This commit is contained in:
Chocobozzz 2023-02-23 08:25:03 +01:00
parent c5c95361e6
commit c6ae14ee3f
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -251,7 +251,7 @@ function checkLiveConfig () {
if (CONFIG.LIVE.RTMPS.ENABLED) { if (CONFIG.LIVE.RTMPS.ENABLED) {
if (!CONFIG.LIVE.RTMPS.KEY_FILE) { if (!CONFIG.LIVE.RTMPS.KEY_FILE) {
throw new Error('You must specify a key file to enabled RTMPS') throw new Error('You must specify a key file to enable RTMPS')
} }
if (!CONFIG.LIVE.RTMPS.CERT_FILE) { if (!CONFIG.LIVE.RTMPS.CERT_FILE) {