Don't run ffmpeg twice for lives

pull/5817/head
Chocobozzz 2023-05-19 09:40:30 +02:00
parent fe7019b232
commit a5cf9c9867
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ export class FFmpegTranscodingWrapper extends AbstractTranscodingWrapper {
logger.info('Running local live muxing/transcoding for %s.', this.videoUUID, this.lTags())
this.ffmpegCommand.run()
let ffmpegShellCommand: string
this.ffmpegCommand.on('start', cmdline => {
ffmpegShellCommand = cmdline