dinhminhquoi / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

update MKV v4 support for Internet Explorer plugin #767

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As described in
https://groups.google.com/a/webmproject.org/forum/#!topic/webm-discuss/oQOU2-txc
hw
, webm files made in newer versions of ffmpeg do not work with the Internet 
Explorer plugin due to the codec only supporting up to MKV v2

Original issue reported on code.google.com by SirStran...@gmail.com on 24 Apr 2014 at 2:05

GoogleCodeExporter commented 8 years ago
Is there any plans to fix this ?

Original comment by lahie...@gmail.com on 9 May 2014 at 8:43

GoogleCodeExporter commented 8 years ago
In fact, i think this is a wrong implementation in the IE plugin. The plugin 
should decodes the stream, as the DocTypeReadVersion is '2' in FFMPE.
See this spec : http://matroska.org/technical/specs/notes.html 

Original comment by lahie...@gmail.com on 9 May 2014 at 10:28

GoogleCodeExporter commented 8 years ago

Original comment by renganat...@google.com on 15 May 2014 at 10:31

GoogleCodeExporter commented 8 years ago
Oops, I forgot to close this one. The problem has been fixed since the 
following landed:

commit dacf95a15d3f24e40f32972c89ae1be47f606c42
Author: Tom Finegan <tomfinegan@google.com>
Date:   Tue May 20 11:02:31 2014 -0700

    webmmfsource: Allow any matroska doc type greater than 0.

    And bump version numbers.

    Change-Id: Ibab8fb89248e5fa5fc2438d8804bde1fa52e3b94

An update was pushed for the components at about the same time the commit 
landed. Marking this fixed: Please open a new issue if the problem persists.

Thanks for reporting the bug!

Original comment by tomfine...@google.com on 27 Oct 2014 at 9:48