GNOME Bugzilla – Bug 670963
hlsdemux fails when the playlist is smaller than "fragments-cache"
Last modified: 2012-02-28 12:36:55 UTC
When trying to play a video shorter than "fragments-cache", hlsdemux will fail while trying to cache the first fragments. Attaching a patch to stop caching if we are at the end of the playlist.
Created attachment 208567 [details] [review] hlsdemux: don't fail for playlists smaller than fragments-cache
Haven't tested this (hope you have), but looks ok. Thanks for the patch! commit 5b0d2ce2b27d186b5318ce74af7ec942c10173e3 Author: Xavier Queralt <xqueralt@gmail.com> Date: Fri Feb 24 09:54:35 2012 +0100 hlsdemux: don't fail for playlists smaller than fragments-cache https://bugzilla.gnome.org/show_bug.cgi?id=670963