mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
d3fcb2b598
After #7617, we stopped using the polling mechanism and playback rate to control the buffering state, but the old behavior of checking the buffer was still in place. Moreover, since buffer thresholds were set based on the rebuffering goal value, when that value was 0, the underlying logic tended to underreport buffering. Now, when the goal is 0, Shaka will rely solely on media element events for buffering reporting.