[Bug 753344] hlsdemux: Fix playback of live streams
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Aug 7 01:39:32 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753344
Athanasios Oikonomou <athoik at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |athoik at gmail.com
--- Comment #3 from Athanasios Oikonomou <athoik at gmail.com> ---
I added the info on IRC, but better to add info here.
The current_file should point to file where sequence is, right?
Currenlty it points to first file for live and vod. Maybe something like the
following required.
if(live)
self->current_file = g_list_nth_data (m3u8->files, pos >= 0 ? pos : 0)
else
self->current_file = g_list_first (m3u8->files);
Because using above patch current_file has no value when live.
--
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