[Bug 753344] hlsdemux: Fix playback of live streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 7 01:56:13 PDT 2015


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

--- Comment #4 from alexvrs <rudreamlog at yandex.ru> ---
For those who do not understand that the changes the patch:

Otherwise after using GST_M3U8_CLIENT_IS_LIVE = True:
Setting first sequence from the END of the playlist,
in gst_m3u8_client_has_next_fragment function in code:

   if (! client-> current_file) {
     client-> current_file =
         find_next_fragment (client, client-> current-> files, forward);
   }
The following function is not executed:
find_next_fragment (client-> current_file has already been appointed)
as well as the following code not executed too:

client-> sequence = file-> sequence;
And setting up again the:
Setting first sequence from the TOP of the playlist

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