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
HLS.parse takes a text input, however for very large playlists having to load the entire playlist to memory (a string variable) can be very memory intensive. It would be great to support a buffered input so that not the entire playlist has to be loaded to memory all at once. Supporting buffered output for hls.stringify will also allow to have a buffered reader/writer for the entire parse & stringify pipeline.
The text was updated successfully, but these errors were encountered:
HLS.parse takes a text input, however for very large playlists having to load the entire playlist to memory (a string variable) can be very memory intensive. It would be great to support a buffered input so that not the entire playlist has to be loaded to memory all at once. Supporting buffered output for hls.stringify will also allow to have a buffered reader/writer for the entire parse & stringify pipeline.
The text was updated successfully, but these errors were encountered: