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 619531 - [rtspsrc] embedded asx streams' rtsp server doesn't like gstreamer request
[rtspsrc] embedded asx streams' rtsp server doesn't like gstreamer request
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.29
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-24 16:16 UTC by steubens
Modified: 2010-06-14 17:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description steubens 2010-05-24 16:16:34 UTC
from object in page: http://globalwarming.house.gov/spillcam

gst-launch playbin2 uri=rtsp://a246.l9789246245.c97892.g.lm.akamaistream.net/D/246/97892/v0001/reflector:46245
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source: Could not write to resource.
Additional debug info:
gstrtspsrc.c(4528): gst_rtspsrc_setup_streams (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source:
Error (400): Bad Request
Setting pipeline to NULL ...
Freeing pipeline ...

stream is not broken; functions with WMP and the browser object
Comment 1 Bastien Nocera 2010-05-24 16:29:59 UTC
The page has an ASX playlist, which contains references to MMS streams, both of which redirect to RTSP streams.

Both RTSP streams we're redirected to fail to play with that error.
Comment 2 Wim Taymans 2010-06-14 17:27:03 UTC
commit e6ec5cce2ebc86d1086cd068bdf8d19b8e499028
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Jun 14 19:21:22 2010 +0200

    rtspsrc: respect aggregate control attributes
    
    when the SDP specifies an aggregate control url, use that for playback
    control.
    
    Fixes #619531