Chocobozzz/PeerTube

View on GitHub
server/core/lib/live/shared/transcoding-wrapper/ffmpeg-transcoding-wrapper.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async run () {
    this.ffmpegCommand = CONFIG.LIVE.TRANSCODING.ENABLED
      ? await this.buildFFmpegLive().getLiveTranscodingCommand({
        inputUrl: this.inputLocalUrl,

    There are no issues that match your filters.

    Category
    Status