server/core/lib/live/shared/transcoding-wrapper/ffmpeg-transcoding-wrapper.ts
Function run
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async run () {
this.ffmpegCommand = CONFIG.LIVE.TRANSCODING.ENABLED
? await this.buildFFmpegLive().getLiveTranscodingCommand({
inputUrl: this.inputLocalUrl,