[openscreenprotocol] Use the same codec names as the media APIs. (#233)

pthatcherg has just created a new issue for https://github.com/webscreens/openscreenprotocol:

== Use the same codec names as the media APIs. ==
MediaCapabilities (and other media APIs) uses a content type of "video/foo; codecs=A.B.C". We should probably use the "A.B.C" instead of what we have currently. For example, instead of "h264", use "avc1.4200" or instead of "vp9", "vp09.00.10.08". It's a little crazy and I can't find any RFCs for these things, but here is where Chromium parses them:

https://cs.chromium.org/chromium/src/media/base/mime_util_internal.cc?g=0&l=820

Please view or discuss this issue at https://github.com/webscreens/openscreenprotocol/issues/233 using your GitHub account

Received on Monday, 23 September 2019 05:30:17 UTC