Don't run ffmpeg twice for lives

This commit is contained in:
Chocobozzz
2023-05-19 09:40:30 +02:00
parent fe7019b232
commit a5cf9c9867

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