From 789951460bf724ac6a2f18097878fc735269ea71 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Jan 2021 13:57:17 +0100 Subject: Try to support other codecs --- support/doc/plugins/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/plugins') 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 ({ } } - // Support libopus and libvpx-vp9 encoders, just for the example (PeerTube player is only compatible with h264/aac) + // Support libopus and libvpx-vp9 encoders (these codecs could be incompatible with the player) transcodingManager.addVODProfile('libopus', 'test-vod-profile', builder) // Default priorities are ~100 -- cgit v1.2.3