Customize video playback resolution in FastPix Player to enhance user experience, optimize performance, and manage bandwidth usage.
FastPix Player allows to control your video playback resolution so you can deliver an optimized viewing experience. By leveraging attributes like max-resolution, min-resolution, rendition-order, and resolution, you can ensure smooth playback tailored to different devices, bandwidth conditions, and user preferences.
The max-resolution attribute limits the highest resolution the player can use during playback. This is particularly useful for conserving bandwidth on limited connections or maintaining performance on devices with lower processing power.
Example
Use cases:
The min-resolution attribute enforces a lower limit for video resolution. This ensures that playback never drops below a defined quality threshold.
Example:
The rendition-order attribute defines the priority for resolution selection. Available options include:
asc): Prioritize lower resolutions first, it is set by default.desc): Prioritize higher resolutions first.Example:
Use case:
By combining max-resolution and min-resolution, you can define a resolution range that the player must adhere to during playback.
Example:
Use case:
The resolution attribute sets the video playback to a specific resolution manually. This bypasses automatic resolution adjustments.
Example:
Use case:
By using attributes like max-resolution, min-resolution, rendition-order, and resolution, you can fine-tune playback quality to match network conditions, user expectations, and device capabilities. These configurations ensure a flexible yet controlled video playback experience across diverse environments.