mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-20 16:54:25 +00:00
Negate exact matches with multiple video codecs when a negotiated list of codecs will be stripped of partially matched ones. As an example, if we want to use the h264 codec along with vp8 then in some browsers we'll have the exact match on vp8 and some partial matches on h264 (different browsers have different SDP Fmtp) which leads to the forced use of vp8 when the app is streaming h264. As a workaround, we should add only one codec (vp8 or h264) into the list. |
||
|---|---|---|
| .. | ||
| codec | ||
| config | ||
| coordinator | ||
| cws | ||
| downloader | ||
| emulator | ||
| encoder | ||
| environment | ||
| extractor | ||
| games | ||
| ice | ||
| lock | ||
| monitoring | ||
| server | ||
| session | ||
| thread | ||
| util | ||
| webrtc | ||
| worker | ||