rtsp-client: add IDLE timeout, before session exists
authorDag Gullberg <dagg@axis.com>
Mon, 21 Nov 2016 15:02:39 +0000 (16:02 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 23 Nov 2016 09:45:33 +0000 (09:45 +0000)
commitf00ac2daf244fecf59272bfd841685cc0af7d512
tree482a6d37b52fc6fdb45614a20cacf6e86d052124
parent9777e4dcd67396dcd88c648e5b930e68101c9705
rtsp-client: add IDLE timeout, before session exists

The RTSP server will not timeout an idle RTSP connection
(note this is different from doing timeout on a RTSP
session).

At least for Apache this is a problem when running RTSP over
HTTPS since it uses one of the threads (there is a rather
limited number) that are available for handling requests.

https://bugzilla.gnome.org/show_bug.cgi?id=771830
gst/rtsp-server/rtsp-client.c