Files
shaka-player/lib/dash
has992 3f9dec2342 fix(DASH): Exclude text segments when calculating max segment size (#7564)
This PR excludes the use of text segments when calculating the max
segment size.
This is due to Shaka using the max value between the buffer behind and
max segment size.
The max segment size of text segments can be a lot larger than video
segments.
This can cause the buffer behind to be extremely large and is a
particular problem for low
powered devices, which have memory constraints.

---------

Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>
2024-11-12 09:43:28 +01:00
..