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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 25 11:37:20 PST 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
           Summary: Added Quicktime HTTP tunneling to the RTSP src element
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: patrick.radizi at axis.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: wim.taymans at gmail.com
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I have added functionality to the RTSP src element to tunnel RTSP and RTP
through HTTP as defined by Quicktime.

(See the following link for details of how this tunneling works:
http://developer.apple.com/documentation/QuickTime/QTSS/Concepts/chapter_2_section_14.html)

This functionality is implemented in both gst-plugins-good and in
gst-plugins-base. I had to make changes in the gstrtspconnection API to make
this work. Since this is a public API I have tried to make it as backward
compatible as possible, and in my tests I have managed to use an 'old' rtspsrc
element with the new libgstrtsp.so library.

There are two ways to use HTTP tunneling with the RTSP src element.
1) Use an HTTP URL in the location property, i.e.
location=http://someserver/...
2) Use an ordinary RTSP URL and set the protocols property to 8

I have also added functionality in the RTSP source element to use an HTTP proxy
when tunneling over HTTP. The proxy usages is enabled with the 'http-proxy'
property. Note, for proxy to work HTTP tunneling must be enabled using an HTTP
URL (see 1 above)


-- 
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