1
0
Fork 0
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
1 changed files with 1 additions and 1 deletions

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) {