mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
3f9dec2342
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>