blob: 5c1077ee3724172b9a44e8fc53c2118650ef8e5f (
plain)
- #!/bin/sh
- confdir="`dirname "$0"`/../"
- . $confdir/default-config.sh
- if [ -f $confdir/config.sh ]; then
- . $confdir/config.sh
- fi
- fbset -g 1920 1080 1920 1080 32
- echo 0 >/sys/class/graphics/fbcon/cursor_blink
- ffmpeg \
- -i tcp://$MIXHOST:11000 \
- -map 0:v \
- -c:v rawvideo \
- -pix_fmt bgra \
- -f fbdev /dev/fb0
|