mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Also remove video session on muxing error
This commit is contained in:
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
Block a user