1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Add live server hooks

This commit is contained in:
Chocobozzz 2020-11-06 13:59:50 +01:00 committed by Chocobozzz
parent c8f3cfeba7
commit 3cabf3532b
9 changed files with 133 additions and 32 deletions

View file

@ -118,7 +118,7 @@ class LiveManager {
}
run () {
logger.info('Running RTMP server.')
logger.info('Running RTMP server on port %d', config.rtmp.port)
this.rtmpServer = new NodeRtmpServer(config)
this.rtmpServer.run()