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 378613 - [qtdemux] non-working redirect ('alis' redirect reference type)
[qtdemux] non-working redirect ('alis' redirect reference type)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-23 20:54 UTC by Christian Persch
Modified: 2006-12-11 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
empty-redirect.mov (7.21 KB, application/octet-stream)
2006-11-23 22:45 UTC, Bastien Nocera
Details

Description Christian Persch 2006-11-23 20:54:34 UTC
(Probably a bvw or gst issue.)

URL:
http://www.inetfilm.com/movies/comedy/5min.php

Results:
Video doesn't play because it's not correctly redirected to the real file:

** Message: Unhandled element message 'redirect' from element 'qtdemux0'

It seems the new-location string is NULL in bvw_handle_element_message.
Comment 1 Christian Persch 2006-11-23 21:30:35 UTC
This is totem/gst (cvs), btw.
Comment 2 Bastien Nocera 2006-11-23 22:43:20 UTC
** Message: plugin_destroy_stream, reason: 0
** Message: totem_embedded_open 'file:///tmp/epiphany-hadess-T64myS/epiphany/mozilla/epiphany/Cache/CAC0FC13d01'
** Message: url: http://www.inetfilm.com/quicktime/5min/5min.mov
** Message: redirect:
** Message: totem_embedded_open 'http://www.inetfilm.com/quicktime/5min/'
** Message: error: There is no plugin to handle this movie.

That's with xine-lib and an old plugin.

$ strings empty-redirect.mov | grep mov
5min_144.mov
DPinkleluv:alec's stuff:websites:inetfilm:quicktime:5min:5min_144.mov
5min_56K.mov
DPinkleluv:alec's stuff:websites:inetfilm:quicktime:5min:5min_56K.mov
5min_ISDN.mov
EPinkleluv:alec's stuff:websites:inetfilm:quicktime:5min:5min_ISDN.mov
5min_LAN.mov
DPinkleluv:alec's stuff:websites:inetfilm:quicktime:5min:5min_LAN.mov
5min_T1.mov
CPinkleluv:alec's stuff:websites:inetfilm:quicktime:5min:5min_T1.mov

File attached below.
Comment 3 Bastien Nocera 2006-11-23 22:45:44 UTC
Created attachment 77077 [details]
empty-redirect.mov

The redirect file
Comment 4 Bastien Nocera 2006-11-23 22:46:39 UTC
Filed against xine-lib at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1602026&group_id=9655&atid=109655

Reassigning to GStreamer.
Comment 5 Tim-Philipp Müller 2006-12-11 17:34:33 UTC
Fixed in -bad CVS:

 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
          Fix non-working redirects from inetfilm.com (handle 'alis' reference
          data type as well). Fixes #378613.