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 351349 - [qtdemux] extract multiple redirect locations and required bitrates
[qtdemux] extract multiple redirect locations and required bitrates
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on: 350399
Blocks:
 
 
Reported: 2006-08-14 19:18 UTC by Bastien Nocera
Modified: 2006-08-15 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2006-08-14 19:18:30 UTC
+++ This bug was initially created as a clone of Bug #350399 +++

+++ This bug was initially created as a clone of Bug #350343 +++

From:
http://events.apple.com.edgesuite.net/aug_2006/event/index.html

http://stream.qtv.apple.com/events/aug/wwdc_2006/m_wwdc_2006_350_ref.mov
should redirect us to:
http://stream.qtv.apple.com/events/aug/wwdc_2006/qt7required.mov
and
http://stream.qtv.apple.com/events/aug/wwdc_2006/wwdc_2006_1_350_ref.mov

The first MRL redirect (m_wwdc_2006_350_ref.mov) requires:
- knowledge of the "supported quicktime version" qtim atom
- knowledge of the connection speed for the data rate

The second one (wwdc_2006_1_350_ref.mov) isn't parseable by xine-lib either. I think it uses "url" atoms that we don't know how to parse...


connection-speed property support is needed in Totem for bacon_video_widget_set_connection_speed/bacon_video_widget_get_connection_speed
Comment 1 Tim-Philipp Müller 2006-08-15 12:57:14 UTC
> connection-speed property support is needed in Totem for
> bacon_video_widget_set_connection_speed/bacon_video_widget_get_connection_speed

Fixed in HEAD:

 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>

       * src/backend/bacon-video-widget-gst-0.10.c:
       (connection_speed_enum_to_kbps),
       (bacon_video_widget_set_connection_speed),
       (bacon_video_widget_new):
         Set connection-speed property on playbin if it exists (#351349).