You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed #20 - HLSParser should not delete itself in the middle of a parse even if no one has a reference to it.
Added a feature to "update" a EVENT style variant rather than parse from scratch. This is a optional performance boost for long running EVENT playlists. #32
Bug fix for tagIndexes(forMediaSequence:) and mediaSequence(forTagIndex:) methods in HLSPlaylistInterface where they would only work for VOD playlists.