From 9d6d696b080cdf9d68927397561a567ba804400f Mon Sep 17 00:00:00 2001 From: Jasper Date: Wed, 15 Dec 2021 21:10:33 +0700 Subject: [PATCH] Clarify YouTube example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15bb741..3c3882e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ gst-meet --web-socket-url=wss://your.jitsi.domain/xmpp-websocket \ capsfilter caps=video/x-vp8 name=video ! muxer.video_0" ``` -Play a YouTube video in the conference. By requesting Opus audio and VP9 video from YouTube, and setting the Jitsi Meet video codec to VP9, no transcoding is necessary: +Play a YouTube video in the conference. By requesting Opus audio and VP9 video from YouTube, and setting the Jitsi Meet video codec to VP9, no transcoding is necessary. Note that not every YouTube video has VP9 and Opus available, so the pipeline may need adjusting for other videos. ``` YOUTUBE_URL="https://www.youtube.com/watch?v=vjV_2Ri2rfE"