mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-27 17:56:23 +03:00
25971503fa
For slow embedded devices, such as the v1 Chromecast, updating the DASH manifest takes far too long. The result is that we can sometimes repeatedly fall out of the seek range when playing near the left edge of a live stream. Until we can dig into and optimize the DASH parser, we will detect and adapt to slow parsing by updating the manifest less often. This is done based on how long updating actually takes, and does not hard-code either the platforms that need this workaround, nor the frequency of updates they can handle. Bug: 75276747 Change-Id: I6565192b4ce6935ee8416ea4843fee851f4bd990