Chocobozzz/PeerTube

View on GitHub
packages/models/src/videos/transcoding/video-transcoding-create.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface VideoTranscodingCreate {
  transcodingType: 'hls' | 'webtorrent' | 'web-video' // TODO: remove webtorrent in v7

  forceTranscoding?: boolean // Default false
}