diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-29 13:57:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-29 14:05:41 +0100 |
commit | 789951460bf724ac6a2f18097878fc735269ea71 (patch) | |
tree | b27f9891333ceb1465e6fd63198568545fb0c266 /support/doc/plugins | |
parent | e25f83ce2106750b552133da232a9a0810ceb9b0 (diff) | |
download | PeerTube-789951460bf724ac6a2f18097878fc735269ea71.tar.gz PeerTube-789951460bf724ac6a2f18097878fc735269ea71.tar.zst PeerTube-789951460bf724ac6a2f18097878fc735269ea71.zip |
Try to support other codecs
Diffstat (limited to 'support/doc/plugins')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 9739d117a..a4a1a136d 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -516,7 +516,7 @@ async function register ({ | |||
516 | } | 516 | } |
517 | } | 517 | } |
518 | 518 | ||
519 | // Support libopus and libvpx-vp9 encoders, just for the example (PeerTube player is only compatible with h264/aac) | 519 | // Support libopus and libvpx-vp9 encoders (these codecs could be incompatible with the player) |
520 | transcodingManager.addVODProfile('libopus', 'test-vod-profile', builder) | 520 | transcodingManager.addVODProfile('libopus', 'test-vod-profile', builder) |
521 | 521 | ||
522 | // Default priorities are ~100 | 522 | // Default priorities are ~100 |