Support RTMPS

This commit is contained in:
Chocobozzz
2021-11-05 11:36:03 +01:00
parent 8dd754c767
commit df1db951c5
20 changed files with 343 additions and 51 deletions

View File

@@ -306,7 +306,7 @@ async function startApplication () {
.catch(err => logger.error('Cannot update streaming playlist infohashes.', { err }))
LiveManager.Instance.init()
if (CONFIG.LIVE.ENABLED) LiveManager.Instance.run()
if (CONFIG.LIVE.ENABLED) await LiveManager.Instance.run()
// Make server listening
server.listen(port, hostname, async () => {