mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Don't run ffmpeg twice for lives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user