- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Dec 2016 20:03:40 +0000
- To: public-media-capture-logs@w3.org
webm is defined to have default codecs, which creates some issues for walking the tree. ie if you probe for "video/webm", the mime type definition says that you need to return the same answer for "video/webm" as for "video/webm; codecs="vp8,vorbis"). There's no way to detect an implementation that has broken the webm spec by supporting "video/webm; codecs="vp9,opus" and not "video/webm; codecs=vp8,vorbis". Is this a problem with the WEBM definition, or a problem with the recording interface? -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/94#issuecomment-265840397 using your GitHub account
Received on Thursday, 8 December 2016 20:03:47 UTC