GNOME Bugzilla – Bug 619531
[rtspsrc] embedded asx streams' rtsp server doesn't like gstreamer request
Last modified: 2010-06-14 17:27:03 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
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.
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