Clarify YouTube example

This commit is contained in:
Jasper 2021-12-15 21:10:33 +07:00 提交者 GitHub
父節點 98dc9a2b5e
當前提交 9d6d696b08
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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