6 lines
229 B
Bash
6 lines
229 B
Bash
export DISPLAY=:0
|
|
ffplay -fflags nobuffer -flags low_delay -framedrop \
|
|
-probesize 32 -analyzeduration 0 -sync ext -infbuf \
|
|
-vf "setpts=PTS-STARTPTS" \
|
|
'srt://127.0.0.1:10080?streamid=#!::r=live/livestream,m=request&latency=10'
|