Cloudflare Docs
Stream
Edit this page
Report an issue with this page
Log into the Cloudflare dashboard
Set theme to dark (⇧+D)

RTMPS playback

Example of sub 1s latency video playback using RTMPS and ffplay

Copy the RTMPS playback key for your live input from the Stream Dashboard or the Stream API, and paste it into the URL below, replacing <RTMPS_PLAYBACK_KEY>:

RTMPS playback with ffplay
$ 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.