blob: 849f5baea6f19b1b2166bbf61b366948de816a6c (
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:13002 \
- -map 0:v \
- -c:v rawvideo \
- -pix_fmt bgra \
- -f fbdev /dev/fb0
|