[Bug 751994] rtsp : problem when switching from one rtspsrc to another with totem

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 24 13:51:41 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=751994

Fabrice Bellet <fabrice at bellet.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373124|0                           |1
        is obsolete|                            |

--- Comment #5 from Fabrice Bellet <fabrice at bellet.info> ---
Created attachment 373145
  --> https://bugzilla.gnome.org/attachment.cgi?id=373145&action=edit
rtspsrc: ensure the TEARDOWN message is sent

Here are some more details.

The problem happens when the transition from state PAUSED to READY (calling
gst_rtspsrc_close()) and from READY to NULL (calling gst_rtspsrc_stop()) are
too close, and the stop function cancels the still in progress close function.

It is important for the close function to not be cancelled, because it is
responsible to send the TEARDOWN message to the server. If this message cannot
be sent, it may cause a wrong bandwidth estimation on the server's side, and
ultimately prevent another source to be started.

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