[Bug 736647] Tunneled RTSP sessions do not always timeout as expected

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 15 23:52:51 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736647
  GStreamer | gst-rtsp-server | unspecified

--- Comment #5 from Branko Subasic <branko.subasic at axis.com> 2014-09-16 06:52:50 UTC ---
Making the server as tolerant as possible sounds great to me, but without
risking e.g. network issues keeping a session around for ever (well...). An
alternative solution would be to not require any RTCP/RTSP packets from the
client wile it's actually reading data that the server is sending. But if we
can not send any more data for some reason (client closed it's window, network
problems, ...)  then we need require RTCP/RTSP packets.

This could be achieved by restarting the timeout period not only when we
receive RTCP/RTSP data from the client, but also when we send data to the
client. If we can send then it's reading, right?

What do you think of this approach?

-- 
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