cloud-game/pkg/worker
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
..
cloud-storage Fix errors/misuse with OpenGL-based core API (#237) 2020-11-04 18:59:12 +08:00
room Fix Pion WebRTC codecs (#289) 2021-03-08 17:22:43 +03:00
coordinator.go Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
handlers.go Use modified x264 lib (#275) 2021-02-21 13:51:44 +03:00
internalhandlers.go Fix Pion WebRTC codecs (#289) 2021-03-08 17:22:43 +03:00
routes.go Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
server.go Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
session.go Migrate to v2 suffix (#231) 2020-10-04 23:21:03 +08:00
worker.go Skip normal ErrServerClosed errors 2021-02-21 16:13:29 +03:00