Discussion:
[Bug 797311] New: rtspclientsink don't starts send packets time to time
"GStreamer" (GNOME Bugzilla)
2018-10-20 06:19:03 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=797311

Bug ID: 797311
Summary: rtspclientsink don't starts send packets time to time
Classification: Platform
Product: GStreamer
Version: 1.14.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-rtsp-server
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@gmail.com
QA Contact: gstreamer-***@lists.freedesktop.org
GNOME version: ---

%subj%, minimal example https://github.com/RSATom/gstrtspclientsink-bug. It
just do connects one by one to rtsp server. The problem could happen in the
very first connect or some connects later.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-10-20 06:29:14 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=797311

--- Comment #1 from Sergey <***@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.
"GStreamer" (GNOME Bugzilla)
2018-10-20 06:32:37 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=797311

Sergey <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@gmail.com
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-11-03 15:42:56 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=797311

GStreamer system administrator <***@gstreamer.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |OBSOLETE

--- Comment #2 from GStreamer system administrator <***@gstreamer.net> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/50.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
Loading...