After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350912 - Can't play video despite playlist being recognised
Can't play video despite playlist being recognised
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
: 358023 381594 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-11 15:33 UTC by Bastien Nocera
Modified: 2006-12-03 11:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2006-08-11 15:33:04 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.
Comment 1 Bastien Nocera 2006-09-27 21:43:10 UTC
*** Bug 358023 has been marked as a duplicate of this bug. ***
Comment 2 Bastien Nocera 2006-10-01 12:57:35 UTC
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)
Comment 3 Bastien Nocera 2006-12-03 11:34:51 UTC
*** Bug 381594 has been marked as a duplicate of this bug. ***
Comment 4 Bastien Nocera 2006-12-03 11:39:07 UTC
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