mpd-parser icon indicating copy to clipboard operation
mpd-parser copied to clipboard

fix: Removed unnecessary parsing of all range segments from segmentBase.js

Open alexlol76 opened this issue 9 months ago • 0 comments

At this point, this segment processing causes the browser to crash/memory leak because there can be a huge range of segments (for example, a 12 hour long video). So, potentially we need to simplify the processing to only get the first segment in the list (given that only the first segment from the entire list is always taken). Apologies in advance if something was left out based on context.

alexlol76 avatar Apr 23 '25 12:04 alexlol76