1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Force live stream termination

This commit is contained in:
Chocobozzz 2023-05-15 15:06:14 +02:00
parent 1a5b7dff7f
commit 5a05c14573
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 6 additions and 13 deletions

View file

@ -63,7 +63,7 @@ async function testFfmpegStreamError (command: FfmpegCommand, shouldHaveError: b
let error: Error
try {
await waitFfmpegUntilError(command, 35000)
await waitFfmpegUntilError(command, 45000)
} catch (err) {
error = err
}