[Bug 736322] Unlimited queue for PAUSE and OPTION response

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 16 02:58:07 PDT 2014


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

--- Comment #11 from Wim Taymans <wim.taymans at gmail.com> 2014-09-16 09:58:05 UTC ---
The effect is now that if the client is a slow reader and it issues a pause
request, it will first get all the queued RTP packets before it gets the pause
reply. I guess that is expected.

We could keep separate queues for RTSP and RTP packets and allow the RTSP to
jump in front of the RTP messages. This would make it so that you get the
paused reply quickly and then some more RTP packets until the RTP queue is
drained. Not sure if that is much better.

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