This commit is contained in:
Chocobozzz
2023-02-23 08:25:03 +01:00
parent c5c95361e6
commit c6ae14ee3f

View File

@@ -251,7 +251,7 @@ function checkLiveConfig () {
if (CONFIG.LIVE.RTMPS.ENABLED) {
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) {