Control playback resolution
Learn how to control video quality and rendition order in the FastPix Flutter Player.
The FastPix Flutter Player lets you lock playback to a target resolution, set min/max bounds, and control the order in which renditions are selected.
Set a target resolution
Lock playback to a specific resolution:
Set a resolution range
Define minimum and maximum boundaries. The player switches between levels within this range based on network conditions:
Set rendition order
Control which quality level the player selects first:
asc(ascending): starts at the lowest resolution and scales up. Better for poor connectivity.desc(descending): starts at the highest resolution and scales down. Better for high-quality first impressions.
Apply quality control to playback
Pass the qualityControl object to your data source:
Supported resolutions
Note: If
renditionOrderis set toasc, the player starts with the lowest resolution and scales up based on network. Usedescto prefer high-quality playback immediately.