GNOME Bugzilla – Bug 758386
hlsdemux: incorrect calculation of seek range of non-live streams
Last modified: 2015-12-02 08:17:43 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
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