cloud-game/web/js
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
..
event Merge Pr/173 with master (#218) 2020-07-04 04:24:13 +08:00
gui Client game screen configuration support (#269) 2021-01-25 12:58:05 +03:00
input Fix D-pad key and overlay 2021-02-20 00:12:05 +03:00
lib Initial new frontend rewrite (#129) 2019-11-05 01:44:19 +07:00
network Fix Pion WebRTC codecs (#289) 2021-03-08 17:22:43 +03:00
settings Client game screen configuration support (#269) 2021-01-25 12:58:05 +03:00
stats Add frame delay or frame rate stats to stat view. (#206) 2020-06-26 02:39:39 +08:00
stream Fix stream freeze (#279) 2021-02-20 18:45:43 +03:00
controller.js Fix stream freeze (#279) 2021-02-20 18:45:43 +03:00
env.js Merge Pr/173 with master (#218) 2020-07-04 04:24:13 +08:00
gameList.js Client game screen configuration support (#269) 2021-01-25 12:58:05 +03:00
init.js Client game screen configuration support (#269) 2021-01-25 12:58:05 +03:00
log.js Merge Pr/173 with master (#218) 2020-07-04 04:24:13 +08:00
room.js Give option to join by zone + update README (#146) 2019-12-09 03:02:35 +08:00
utils.js Add anti-abuse debounce and throttle functions (#233) 2020-10-02 02:16:28 +08:00