[gstreamer-bugs] [Bug 639362] New: rtspsrc: add disable-keep-alive option to accommodate cameras which use RTCP keep alive

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 12 12:22:35 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=639362
  GStreamer | gst-plugins-good | git

           Summary: rtspsrc: add disable-keep-alive option to accommodate
                    cameras which use RTCP keep alive
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: GStreamer-Bugs at tycosp.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=178177)
 View: https://bugzilla.gnome.org/attachment.cgi?id=178177
 Review: https://bugzilla.gnome.org/review?bug=639362&attachment=178177

Patch adding property to disable GET_PARAMETER/OPTIONS based keep alive.

The rtspsrc sends keep alive messages periodically either by sending
GET_PARAMETER or OPTIONS, preferred in that order.

We've found that a specific IP camera (Arecont AV8635:
http://www.arecontvision.com/index.php?section=product&subsection=product_details&product_id=46)
prefers to receive keep alive via periodic RTCP.  This works fine as rtspsrc
sends these.

However, we've found that this camera actually stops sending data when it
receives OPTIONS sent as keep alive.  We've had to patch gstreamer to disable
the GET_PARAMETER/OPTIONS keep alive when communicating with this camera.

Submitting patch for inclusion into rtspsrc, if it is generally useful.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list