ffplay to stream rtmp video without buffer - low latency
Posted: Mon May 30, 2022 8:53 pm
Code: Select all
ffplay -fflags nobuffer rtmp://192.168.0.86/live/rasp
With this, the latency reduced from 10 seconds to 3 seconds.
Machine Learning Development Forum
http://bbs.mldev.org/
Code: Select all
ffplay -fflags nobuffer rtmp://192.168.0.86/live/rasp
With this, the latency reduced from 10 seconds to 3 seconds.