Last modified: 2013-02-12 18:43:18 UTC
The cortado java player doesn't handle ogg-speex, which would be really useful when uploading speeches.
Apparently it doesn't fail gracefully either.
Upstream: https://code.fluendo.com/flumotion/trac/ticket/601
Assigned: extension deverloper
TimedMediaHandler was deployed at the beginning of November 2012, see https://www.mediawiki.org/wiki/TimedMediaHandler and http://blog.wikimedia.org/2012/11/08/introducing-wikipedias-new-html5-video-player/ for more information. It is based on HTML5 and supports closed captions, timed text, WebM, etc. This bug report was reported about "Cortado". With TimedMediaHandler being in place, Cortado is now ONLY used as a fallback for web browsers that do not support any of the video codecs we offer but have Java installed. This currently is Apple Safari without XiphQt installed, or Microsoft Internet Explorer with Java applet installed. Please add a comment here in case that you still face the problem described (now with Cortado inside of TimedMediaHandler) if using one of the browsers mentioned above. In that case, this report should be moved to product="MediaWiki extensions" and component="TimedMediaHandler" in this bug tracker. Issues that also happen with Cortado without TimedMediaHandler should be reported to https://trac.xiph.org/ instead.
TMH doesn't seem to fail that gracefully on https://commons.wikimedia.org/wiki/File:Audio_Wikinews_Brief_2008-02-27-speex.ogg although perhaps it would prevent upload or something like that, I have no idea. Hence moving componenent. TMH should probably (in ideal world) be transcoding to vorbis or something. OTOH speex is not that popular, and being replaced by Opus from what I understand.
TMH transcodes to Vorbis for formats that are not supported by browsers now. This also works as fallback with Cortado.