Play live and on-demand streams
Play live and on-demand streams
Play live and on-demand streams
Learn how to configure the FastPix Flutter Player for live and on-demand playback.
The FastPix Flutter Player supports four playback modes, combining stream type (live or on-demand) with access level (public or private).
Note: Set
streamTypeexplicitly toStreamType.liveorStreamType.onDemand. Leaving it blank can lead to unpredictable behavior.
Anyone with the link can watch at any time. No token required.
Video streams in real time and is accessible to anyone with the link:
The video is available anytime but only to authorized users. Access is secured using a valid JWT token:
Real-time stream with token-based access control:
For more on token-based security, see Secure video playback.