[Bug 753344] hlsdemux: Fix playback of live streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 26 02:13:12 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.6.0

--- Comment #15 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 22456ce0328a8d06a12997979a143a0103867a49
Author: Athanasios Oikonomou <athoik at gmail.com>
Date:   Fri Aug 7 12:53:23 2015 +0300

    hlsdemux: select correct position for live streams that don't remove
fragments

    Some live streams (eg youtube) don't remove fragments in order to allow
    seeking back in time (live + vod).

    When gst_m3u8_client_has_next_fragment is called, we are getting wrong
fragment
    because current_file points in first file of the fragments list resulting
in
    watching the stream from the beginning again.

    This patch sets current_file to nth fragment for live streams, then on
    gst_m3u8_client_has_next_fragment will keep up with the live stream.

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

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