GNOME Bugzilla – Bug 633455
[rtsp] don't let the rtsp connection timeout
Last modified: 2010-10-29 13:23:51 UTC
Because we should act before the rtsp server does a timeout, we reduce the timeout-time with 5 seconds, this should be safe to always keep te rtsp connection alive.
Created attachment 173476 [details] [review] rtsp: don't let the rtsp connection timeout Because we should act before the rtsp server does a timeout, we reduce the timeout-time with 5 seconds, this should be safe to always keep te rtsp connection alive.
*** Bug 633453 has been marked as a duplicate of this bug. ***
*** Bug 633454 has been marked as a duplicate of this bug. ***
Commited. I also commited a little improvement that gets rid of the hardcoded 5 seconds (which would be too big for very short session timeout values) commit 2e888cb7849d5a22327578b545dfdf5f4355a2e9 Author: Thijs Vermeir <thijsvermeir@gmail.com> Date: Fri Oct 29 14:24:54 2010 +0200 rtsp: don't let the rtsp connection timeout Because we should act before the rtsp server does a timeout, we reduce the timeout-time with 5 seconds, this should be safe to always keep te rtsp connection alive. https://bugzilla.gnome.org/show_bug.cgi?id=633455