Files
shaka-player/lib/util
Wojciech Tyczyński d3fcb2b598 fix: Fix buffering states when rebuffering goal is 0 (#9018)
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.
2025-08-25 14:43:42 +02:00
..
2020-07-16 10:59:49 -07:00
2025-05-29 12:41:30 +02:00
2025-06-02 13:46:40 +02:00