[FFmpeg-user] FFplay network stream with low latency

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Aug 8 00:27:46 EEST 2018


2018-08-05 3:50 GMT+02:00, Elliott Balsley <elliottbalsley at gmail.com>:

> $ nc 192.168.3.172 8080 | /usr/local/bin/ffmpeg -r 5 -i pipe:0
> -analyzeduration 0 -probesize 32 -f h264 -an -c:v copy pipe:1 |
> /usr/local/bin/ffplay -i pipe:0

This is just duplicating the latency.

As said, the first thing to check is the actual framerate:
If it really is 30fps, this has to be fixed first.

Carl Eugen


More information about the ffmpeg-user mailing list