[gstreamer-bugs] [Bug 573173] Added Quicktime HTTP tunneling to the RTSP src element

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Apr 1 02:54:50 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=573173

  GStreamer | gst-plugins-good | Ver: git




------- Comment #8 from Patrick Radizi  2009-04-01 09:55 UTC -------
I don't think the last proxy change works. The GET/PUT request is now:
GET /somepath HTTP/1.0

but I think it should be:
GET http://hostname/somepath HTTP/1.0

In the base patch from comment #5 I build the GET request with schema and host
name and that is accepted by the proxy server I'm using. But the same proxy
server refuses the latest version without schema and host.

Also, a question about the proxy property in the rtspsrc element. Perhaps it
should be able to handle an 'http://' schema prefix in the host name ? i.e.
proxy=http://hostname:port
The souphttpsrc element for example does not work if you don't prefix the host
name with the schema element. 


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=573173.




More information about the Gstreamer-bugs mailing list