mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Try to support other codecs
This commit is contained in:
parent
e25f83ce21
commit
789951460b
3 changed files with 29 additions and 9 deletions
|
@ -9,5 +9,5 @@ export interface PluginTranscodingManager {
|
|||
|
||||
addVODEncoderPriority (streamType: 'audio' | 'video', encoder: string, priority: number): void
|
||||
|
||||
removeAllProfilesAndEncoderPriorities()
|
||||
removeAllProfilesAndEncoderPriorities(): void
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue