Picture quality on a streaming service often drops for a few seconds and then recovers, sometimes in the middle of a scene. The switch is driven by a buffer measurement rather than a connection test.

The buffer is the real signal

A player keeps a reserve of downloaded video ahead of what is on screen. That reserve, measured in seconds, is the number the switching logic actually watches.

If segments arrive faster than they are consumed, the reserve grows and the player becomes confident enough to request a higher-quality version. If the reserve shrinks, it steps down.

Because the decision follows a running measurement rather than an instantaneous speed reading, a brief network stumble can influence quality for several seconds after the network itself recovers.

Switching happens only at segment boundaries

Video is delivered in short segments, each of which begins with a frame that can be decoded without reference to anything before it. Those frames are the only legal switching points.

This means the player cannot react the instant conditions change. It must finish the segment in flight, then request the next one at a different tier.

Shorter segments allow faster reaction but add overhead, since each segment carries its own header and requires its own request. Services choose a segment length that trades one against the other.

Why quality falls at the worst moments

Complex scenes are exactly the ones that need the most bits, and they are also the ones that drain the buffer fastest at any given tier.

A fast camera move or a burst of visual detail can therefore trigger a downward switch at the precise moment the picture would benefit from staying high.

The effect is most obvious in sports and action, where the compression demand and the viewer's attention peak together, and least obvious in dialogue scenes.

Startup behaves differently from steady state

When playback begins there is no buffer history to reason about, so most players deliberately start on a modest tier to get the picture moving quickly.

They then climb as evidence accumulates. This is why a title frequently looks soft for the first several seconds and sharpens once the reserve has built up.

Seeking to a new position resets much of that state, which is why scrubbing through a program produces the same soft opening again and again.

Home conditions the player cannot see

The switching logic observes only how fast segments arrive. It cannot distinguish congestion at the delivery network from a crowded wireless band inside the house.

A microwave oven, a distant router or a neighbor's channel overlap all present as slower segment delivery, and the player responds the only way it can, by lowering quality.

Wired connections remove the most variable link in that chain, which is why they produce steadier tier selection even when the measured peak speed is no higher.