mirror of https://github.com/Chocobozzz/PeerTube
Also remove video session on muxing error
parent
dd7de7e32d
commit
8ecf95471d
|
@ -378,6 +378,7 @@ class LiveManager {
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
logger.error('Cannot run muxing.', { err, ...localLTags })
|
logger.error('Cannot run muxing.', { err, ...localLTags })
|
||||||
this.abortSession(sessionId)
|
this.abortSession(sessionId)
|
||||||
|
this.videoSessions.delete(videoUUID)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue