ffplay to stream rtmp video without buffer - low latency

Raspberry Pi, Jeston Nano


henrywu
Posts: 180
Joined: Sun Apr 17, 2022 4:57 pm

ffplay to stream rtmp video without buffer - low latency

Post by henrywu »

Code: Select all

ffplay -fflags nobuffer rtmp://192.168.0.86/live/rasp

With this, the latency reduced from 10 seconds to 3 seconds.