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:
parent
c8f3cfeba7
commit
3cabf3532b
9 changed files with 133 additions and 32 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue