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 671721 - rtspsrc: allow disabling RTSP keep alive packets
rtspsrc: allow disabling RTSP keep alive packets
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-09 13:58 UTC by Marc Leeman
Modified: 2012-03-12 14:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds an option do-rtsp-keep-alive (4.15 KB, patch)
2012-03-09 13:58 UTC, Marc Leeman
none Details | Review

Description Marc Leeman 2012-03-09 13:58:27 UTC
Created attachment 209318 [details] [review]
adds an option do-rtsp-keep-alive

Some hardware RTSP encoders (Arecont) have very bad TCP stacks. This already resulted in the short-header option to mimic simplistic RTSP initialisation.

Unfortunately, this encoder still seems to choke on the RTSP OPTIONS being sent every 0.9*60s.

This patch adds an option do-rtsp-keep-alive that has the same behaviour as do-rtcp-keep-alive.

It is on by default and can be set to FALSE to stop sending keep alives.
Comment 1 Wim Taymans 2012-03-12 14:15:17 UTC
commit b4756db358e4e359be2e233e41998520117e11cd
Author: Marc Leeman <marc.leeman@gmail.com>
Date:   Thu Mar 8 17:07:51 2012 +0100

    gstrtspsrc: disable RTSP keep-alive on request