hls: if media sequence is not specified, use 0
authorThiago Santos <thiagoss@osg.samsung.com>
Fri, 4 Sep 2015 21:40:18 +0000 (18:40 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 15 Oct 2015 00:33:27 +0000 (21:33 -0300)
commitd5f79b8529997646fd2a79f024b9253984ee164e
tree65eb0c58196958b6af5121b3c72e4714a3c966f4
parentf78b37e6b2ed2424dfebbd9e4d210aab0af9ab25
hls: if media sequence is not specified, use 0

Allows playlists that are missing the mediasequence information to
be correctly parsed. If the playlist was updated without reseting
the mediasequence it would constantly increase over subsequent updates,
leading to issues during playback.
ext/hls/m3u8.c