[Bug 797311] rtspclientsink don't starts send packets time to time

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Oct 20 06:29:14 UTC 2018


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

--- Comment #1 from Sergey <rsatom at gmail.com> ---
According to my investigation problem happens with internal bin inside
rtspclientsink (the bin is locked mode and don't follow parent state
automatically). Sometimes internal bin is still in ASYNC state transition to
PAUSED state when clientsink setting it to PLAYING state
(https://github.com/GStreamer/gst-rtsp-server/blob/master/gst/rtsp-sink/gstrtspclientsink.c#L4480),
and when bin finished transition to PAUSED state it just ignores transition to
PLAYING state
(https://github.com/GStreamer/gstreamer/blob/master/gst/gstbin.c#L3443)
I have some ideas how it could be fixed, but still don't sure about the best
one..

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