Also remove video session on muxing error
This commit is contained in:
parent
dd7de7e32d
commit
8ecf95471d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue