webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.75k stars 5.69k forks source link

Fix AV1 codecs string #1611

Closed rosetta-jpn closed 10 months ago

rosetta-jpn commented 11 months ago

The correct codecs string for av1 is "av01."

rosetta-jpn commented 11 months ago

I think it is necessary to wait until chrome is fixed. https://chromium-review.googlesource.com/c/chromium/src/+/4680672

fippo commented 11 months ago

I think it is better to show both but add a deprecation notice to the old version

rosetta-jpn commented 10 months ago

Sorry for not updating long time. I updated my commit.

rosetta-jpn commented 10 months ago

Thanks fippo for quickly approving and merging, despite of my quite late response!