After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756274 - hlsdemux: sometimes playback fails to start
hlsdemux: sometimes playback fails to start
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-09 06:34 UTC by Rajat Verma
Modified: 2015-10-14 06:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdb stack trace, when playback fails to start (14.95 KB, text/plain)
2015-10-09 06:34 UTC, Rajat Verma
Details

Description Rajat Verma 2015-10-09 06:34:55 UTC
Created attachment 312937 [details]
gdb stack trace, when playback fails to start

I am playing HLS bipbop stream (https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8)

Sometimes playback fails to start (see attached gdb stack trace)
Comment 1 Sebastian Dröge (slomo) 2015-10-09 09:02:39 UTC
Does this also happen with the upstream tsdemux? Your tsdemux is in all the stack traces that lead to deadlocks.
Comment 2 Rajat Verma 2015-10-09 09:36:16 UTC
I have not been able to reproduce this with native ts demuxer so far (having other issues with it :( )
Comment 3 Sebastian Dröge (slomo) 2015-10-10 08:44:03 UTC
What other issues? From the backtraces I would think that these deadlocks are somehow related to what your demuxer is doing
Comment 4 Rajat Verma 2015-10-14 03:43:12 UTC
Current status:

Not able to reproduce this issue anymore (with native ts demuxer as well as my ts demuxer).
I will update this bug in case I encounter this issue again with native ts demux.