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 758386 - hlsdemux: incorrect calculation of seek range of non-live streams
hlsdemux: incorrect calculation of seek range of non-live streams
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-20 11:11 UTC by A Ashley
Modified: 2015-12-02 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
correct the calculation of seek range of non-live streams (3.51 KB, patch)
2015-11-20 11:11 UTC, A Ashley
committed Details | Review

Description A Ashley 2015-11-20 11:11:26 UTC
Created attachment 315954 [details] [review]
correct the calculation of seek range of non-live streams

The seek range calculation for on-demand HLS streams is incorrectly excluding the last three segments of the stream. This three segment rule should only be applied to live streams [1].
    
[1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-6.3.3
Comment 1 Sebastian Dröge (slomo) 2015-12-02 08:17:24 UTC
commit 0745d567a7959e01b4308c0971134d5c3d272c39
Author: Alex Ashley <bugzilla@ashley-family.net>
Date:   Tue Nov 10 16:19:34 2015 +0000

    hlsdemux: correct the calculation of seek range of non-live streams
    
    The seek range calculation for on-demand streams was incorrectly
    excluding the last three segments of the stream. This three segment
    rule should only be applied to live streams [1].
    
    [1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-6.3.3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758386