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

SRT playback

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

Copy the SRT Playback URL for your live input from the Stream Dashboard or the Stream API, and paste it into the URL below, replacing <SRT_PLAYBACK_URL>:

SRT playback with ffplay
$ ffplay -analyzeduration 1 -fflags -nobuffer -probesize 32 -sync ext '<SRT_PLAYBACK_URL>'

For more, refer to Play live video in native apps with less than one second latency.