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.
Lock playback to a specific resolution:
Define minimum and maximum boundaries. The player switches between levels within this range based on network conditions:
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.Pass the qualityControl object to your data source:
Note: If
renditionOrderis set toasc, the player starts with the lowest resolution and scales up based on network. Usedescto prefer high-quality playback immediately.