diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-01-07 12:51:55 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-01-07 12:51:55 +0100 |
commit | dc5fa8ec26a0100f15cbd5d4894ed5a4edbd1bbd (patch) | |
tree | 5acbdbc04c47a447f2e51d2707877dcf1705a177 /DIY | |
parent | 178a036e0eb9dcd7c5b213292af75c6233b272cc (diff) |
Reduce delay in ffplay to almost 0
Diffstat (limited to 'DIY')
-rwxr-xr-x | DIY | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ i3-msg "workspace 9; append_layout $(readlink -f $(dirname $0))/DIY.json; border none; -exec --no-startup-id ffplay /dev/video0 -exec --no-startup-id ffplay /dev/video2 +exec --no-startup-id ffplay -fflags nobuffer -flags low_delay -framedrop /dev/video0 +exec --no-startup-id ffplay -fflags nobuffer -flags low_delay -framedrop /dev/video2 exec --no-startup-id chromium --app=https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" |