From df1db951c512a58110171d046ef367789df02733 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Nov 2021 11:36:03 +0100 Subject: Support RTMPS --- server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.ts') diff --git a/server.ts b/server.ts index 9af83cde9..b8c1d1251 100644 --- a/server.ts +++ b/server.ts @@ -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 () => { -- cgit v1.2.3