mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Support RTMPS
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user