Learn best practices for live video streaming in the FastPix Flutter Player.
When streaming live video, use an HLS data source with streamType: StreamType.live. For the best real-time experience, disable caching so viewers stay as close to the live edge as possible.
Caching is useful for on-demand playback, but for live events it introduces unnecessary delay. Always set cacheEnabled: false:
streamType explicitly to StreamType.live.cacheEnabled: false to minimize latency.customDomain parameter.token.