diff --git a/scripts/playout-fb.sh b/scripts/playout-fb.sh
index 1bd643f90e27e6582df80517913b1357799ffc11..52badb48be5b0b7936eb23fb4d41b41bfd798640 100755
--- a/scripts/playout-fb.sh
+++ b/scripts/playout-fb.sh
@@ -1,5 +1,4 @@
 #!/bin/bash
-#!/bin/sh
 
 port=$1
 
@@ -10,5 +9,11 @@ export SDL_AUDIODRIVER="alsa"
 export AUDIODEV="hdmi:CARD=PCH,DEV=0"
 ffplay \
     -v verbose \
-    -analyzeduration 1000 \
-    -i tcp://localhost:${port}
+    -fflags nobuffer \
+    -flags low_delay \
+    -probesize 32 \
+    -analyzeduration 50 \
+    -framedrop \
+    -f matroska \
+    -i tcp://localhost:${port} \
+    -vf "setpts=0"