1
0
Fork 0
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:
Chocobozzz 2021-01-29 13:57:17 +01:00
parent e25f83ce21
commit 789951460b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 29 additions and 9 deletions

View file

@ -9,5 +9,5 @@ export interface PluginTranscodingManager {
addVODEncoderPriority (streamType: 'audio' | 'video', encoder: string, priority: number): void
removeAllProfilesAndEncoderPriorities()
removeAllProfilesAndEncoderPriorities(): void
}