vanekmax : please tell if you see the "install quicktime page" instead
of your movie when launching a movie from trailers page. If yes it can
come from their plugin version checking js  which should although work
with current gstreamer plugin name:

______________________________________________
var plugin = navigator.plugins[i];

                //Match: QuickTime Plugin X.Y.Z
                var match = plugin.name.match(/quicktime\D*([\.\d]*)/i);
                if (match && match[1]) {
                    version = match[1];
                }
______________________________________________

tell also if you still can play a movie ( getting a tes/html content )
when playing directly the file (not the binary playlist)   with Totem ,
ie : http://movies.apple.com/movies/universal/macgruber/macgruber-
tlr1_h480p.mov

It should work as good as


wget -U QuickTime/7.6.2 
http://movies.apple.com/movies/universal/macgruber/macgruber-tlr1_h480p.mov

-- 
Apple.com blocking Gstreamer 
https://bugs.launchpad.net/bugs/418064
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to