[Bug 779447] Regression: smoothstreaming live seeking and duration

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 27 08:18:02 UTC 2017


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

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
commit 0a25fe289324bcac855c6fb6498f297556f90fb3
Author: Matthew Waters <matthew at centricular.com>
Date:   Wed Mar 1 20:51:43 2017 +1100

    mssdemux: only add live fragments after manifest fragments

    A live manifest may have a set (> LookAheadFragmentCount) of fragments
    that have already been served and are stored on the server, maybe
    indefinitely.  Adding the parsed live fragments after the manifest
    fragments breaks duration reporting and the seekable range.

    Fix by only adding parsed fragments outside the list of fragments which
    assumes that the fragment list in the manifest is accurate enough to not
    stray too far off what's in the retrieved data.

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

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