GNOME Bugzilla – Bug 350912
Can't play video despite playlist being recognised
Last modified: 2006-12-03 11:39:07 UTC
http://gametrailers.com/player.php?id=5298&type=wmv ** Message: Is special type 'audio/x-ms-asx' ** Message: 0xfd0a90 plugin CMD line: /usr//libexec/totem-mozilla-viewer --xid 62916594 --width 480 --height 436 --url file:///tmp/plugtmp-2/streambuilder.php --mimetype application/x-mplayer2 --repeat --playlist file:///tmp/plugtmp-2/streambuilder.php ignored url 'file:///tmp/plugtmp-2/streambuilder.php' ** Message: NO PLAYLIST The file is saved as "streambuilder.php" which makes the file parser think that it's a PHP file and rightly ignore it. Maybe we need a "force" mode.
*** Bug 358023 has been marked as a duplicate of this bug. ***
2006-10-01 Bastien Nocera <hadess@hadess.net> * src/plparse/test-parser.c: (test_parsing), (main): * src/plparse/totem-pl-parser.c: (totem_pl_parser_class_init), (totem_pl_parser_set_property), (totem_pl_parser_get_property), (totem_pl_parser_parse_internal): * src/totem-mozilla-viewer.c: (totem_embedded_push_parser), (main): Add a "force parse" mode (the "force" property on the parser), which gets the mime-type from data, and make the Browser viewer always use it as the playlist should be on the local filesystem, fixes playback of streams at http://gametrailers.com/ (Closes: #350912)
*** Bug 381594 has been marked as a duplicate of this bug. ***
For 2.16, please apply those 2 patches: http://cvs.gnome.org/viewcvs/totem/src/plparse/totem-pl-parser.c?r1=1.124&r2=1.125 http://cvs.gnome.org/viewcvs/totem/src/totem-mozilla-viewer.c?hideattic=0&r1=1.57&r2=1.58 And let me know whether it works. I'll apply them to the gnome-2-16 branch