mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
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…
Add table
Add a link
Reference in a new issue