instrumentisto / medea-jason

Mozilla Public License 2.0
2 stars 2 forks source link

Fix video codec probing #180

Closed alexlapa closed 3 months ago

alexlapa commented 3 months ago

Synopsis

Client currently incorrectly sets list of preferred codecs, picking the first one that fits according to getCapabilities result disregarding the fact that each codec can have multiple entries with different settings. So if we limit server capabilities to VP9 with profile-0, client might set VP9 profile-2 via setCodecpreferences thus failing to negotiate.

Checklist

alexlapa commented 3 months ago

FCM:

Fix video codec probing being too strict (#180)