File: playout-mix-to-framebuffer.sh

package info (click to toggle)
voctomix 1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,368 kB
  • sloc: python: 4,958; sh: 733; makefile: 23
file content (10 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
fbset -g 1920 1080 1920 1080 32
echo 0 >/sys/class/graphics/fbcon/cursor_blink

ffmpeg \
	-i tcp://localhost:11000 \
	-map 0:v \
	-c:v rawvideo \
	-pix_fmt bgra \
	-f fbdev /dev/fb0