cloud-game/web
sergystepanov d5780acc75
Fix Pion WebRTC codecs (#289)
Since Pion's webrtc v3.0.13 and this fix if both peers have some fmtp set then codecs should match exactly. By default Pion defines a list of supported codecs with fmtp set but different browsers set their own fmtp values by default as well therefore they may not match.
To fix this we can define our own list of codecs on the server with empty fmtp so it will match any client codecs.

See: e5c8c659ca/rtpcodec.go (L99)
2021-03-08 17:22:43 +03:00
..
css Fix D-pad key and overlay 2021-02-20 00:12:05 +03:00
fonts Add support firefox safari ios (#175) 2020-04-28 02:20:49 +08:00
img Fix D-pad key and overlay 2021-02-20 00:12:05 +03:00
js Fix Pion WebRTC codecs (#289) 2021-03-08 17:22:43 +03:00
index.html Refactor input for safe concurrency (#278) 2021-02-19 20:33:58 +03:00