Clarify YouTube example

This commit is contained in:
Jasper 2021-12-15 21:10:33 +07:00 committed by GitHub
parent 98dc9a2b5e
commit 9d6d696b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"