[Bug 751508] jerky sound on some multicast streams
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 30 08:50:49 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751508
--- Comment #12 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
And as I suspected, increasing the buffering fixes it:
gst-launch-1.0 filesrc location=stream.pcap ! pcapparse ! identity sync=1 !
queue min-threshold-time=5000000000 ! decodebin name=dec dec. ! queue !
pulsesink dec. ! queue ! glimagesink
It looks like if audio is late on the video. Clearly you can't fix the stream.
You should try setting "buffer-duration" on playbin, if I remember correctly it
should have the same effect as the above pipeline. I believe this is not a
GStreamer bug, outside the fact that this stream surpass GStreamer default
buffering capacity.
--
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