GNOME Bugzilla – Bug 671721
rtspsrc: allow disabling RTSP keep alive packets
Last modified: 2012-03-12 14:16:07 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.
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