cloud-game/pkg
sergystepanov c7e67d5c3e
Use just one video/audio RTP codec (#298)
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.
2021-03-19 17:25:48 +03:00
..
codec Reduce coordinator dependencies tree (#292) 2021-03-15 13:08:15 +03:00
config Refactor and update VPX codec (#285) 2021-02-27 18:09:55 +03:00
coordinator Reduce coordinator dependencies tree (#292) 2021-03-15 13:08:15 +03:00
cws Fix small bug, to not response on Empty Packet 2021-02-16 22:30:43 +08:00
downloader Add fallback repo for not found cores (#258) 2021-01-07 13:38:53 +03:00
emulator Set controller types explicitly (#295) 2021-03-17 18:27:13 +03:00
encoder Reduce coordinator dependencies tree (#292) 2021-03-15 13:08:15 +03:00
environment Add experimental core's SRAM save/load (#273) 2021-02-06 01:12:24 +03:00
extractor Add new Libretro core manager module (#249) 2020-12-31 13:24:27 +03:00
games Add game library module (#232) 2020-10-10 21:42:06 +08:00
ice Reduce coordinator dependencies tree (#292) 2021-03-15 13:08:15 +03:00
lock Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
monitoring Skip normal ErrServerClosed errors 2021-02-21 16:13:29 +03:00
server Handle no config situation for workers (#253) 2021-01-03 21:23:55 +03:00
session Reduce coordinator dependencies tree (#292) 2021-03-15 13:08:15 +03:00
thread Fix errors/misuse with OpenGL-based core API (#237) 2020-11-04 18:59:12 +08:00
util Refactor and update VPX codec (#285) 2021-02-27 18:09:55 +03:00
webrtc Use just one video/audio RTP codec (#298) 2021-03-19 17:25:48 +03:00
worker Reduce coordinator dependencies tree (#292) 2021-03-15 13:08:15 +03:00