- From: chcunningham via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 May 2017 18:24:33 +0000
- To: public-html-media@w3.org
chcunningham has just created a new issue for https://github.com/w3c/media-source: == Add new vp09 codec string to WebM Byte Stream Format == VP9 has a new codec string that adds details about the codec (profile, level, bit depth, color and eotf details, etc...). With these extra details, MediaSource.isTypeSupported(....) can be more accurate in assessing whether the UA can play the specific vp9 encoding. This is especially useful to know whether WCG and HDR content can be supported. Find details for new codec string here https://www.webmproject.org/vp9/mp4/ The WebM byte stream format explicitly supports the legacy "vp9" string in the "MIME-type parameters" table. This table can be updated to include support for the new string. Stand by for pull request from me or @wolenetz Please view or discuss this issue at https://github.com/w3c/media-source/issues/180 using your GitHub account
Received on Wednesday, 24 May 2017 18:24:40 UTC