mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
0b04aecdd7
We filter out text streams that are duplicates, before persenting them to the end user. A duplicate is detected by checking if various values on the streams are the same. However, we were not checking for bandwidth. This could lead to a text stream being marked as a duplicate if it had the same language, label, etc as another, even if they did not contain the same text. This changes the utility to also check bandwidth. Closes #3724