RTMPS playback
Last reviewed: over 3 years ago
Example of sub 1s latency video playback using RTMPS and ffplay
Copy the RTMPS playback key for your live input from either:
-
The Live inputs page of the Cloudflare dashboard.
Go to Live inputs -
The Stream API
Paste it into the URL below, replacing <RTMPS_PLAYBACK_KEY>:
ffplay -analyzeduration 1 -fflags -nobuffer -sync ext 'rtmps://live.cloudflare.com:443/live/<RTMPS_PLAYBACK_KEY>'For more, refer to Play live video in native apps with less than one second latency.