GNOME Bugzilla – Bug 680714
totem-mozilla plugin fails to display AVC & MPEG4 in .mov & .mp4 containers
Last modified: 2012-10-10 16:03:16 UTC
This applies to online videos & locally stored .mov, .mp4 files dropped into a browser window like firefox. Only audio, no video Totem itself will play these files as will the plugin in 3.0.1 & earlier Reported here - https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1028755 Online test for .mov, direct link http://anon.nasa-global.edgesuite.net/HD_downloads/Arthur_Christmas.mov Attaching small clip that should be playable in browser window
Created attachment 219750 [details] test video clip
With the recent fix of this bug the 3.5.x version now work But still fails on AVC & MPEG4 in .mov & .mp4 containers https://bugzilla.gnome.org/show_bug.cgi?id=683429
commit 4a10b7662895d1ed72db62a438372862d4c65a98 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Oct 10 18:01:15 2012 +0200 browser-plugin: Fix MOV streams with hidden video We would treat MOV streams with no set height as "audio-only" because the undefined height (-1) is smaller than the smallest our controls bar can be. This code has apparently been broken since 2008, and nobody noticed? https://bugzilla.gnome.org/show_bug.cgi?id=680714