Skip to content
Snippets Groups Projects
Unverified Commit f2f225dc authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Remove local playout

parent 53d401ae
No related branches found
No related tags found
No related merge requests found
install.sh 100755 → 100644
......@@ -31,11 +31,8 @@ usermod -aG video voc
ln -s /opt/voc/configs/udev.rules /etc/udev/rules.d/v4l2-voc.rules
ln -s /opt/voc/services/voctomix2-recording-sink.service /etc/systemd/system/voctomix2-recording-sink.service
ln -s /opt/voc/services/voctomix2-streaming-sink.service /etc/systemd/system/voctomix2-streaming-sink.service
ln -s /opt/voc/services/voctomix2-playout-mix.service /etc/systemd/system/voctomix2-playout-mix.service
ln -s /opt/voc/services/voctomix2-playout-premix.service /etc/systemd/system/voctomix2-playout-premix.service
ln -s /opt/voc/services/voctomix2-voctocore.service /etc/systemd/system/voctomix2-voctocore.service
systemctl enable voctomix2-recording-sink.service
systemctl enable voctomix2-streaming-sink.service
systemctl enable voctomix2-playout-mix.service
systemctl enable voctomix2-voctocore.service
#!/bin/bash
port=$1
fbset -g 1920 1080 1920 1080 32
echo 0 > /sys/class/graphics/fbcon/cursor_blink
export SDL_AUDIODRIVER="alsa"
export AUDIODEV="hdmi:CARD=PCH,DEV=0"
ffplay \
-v verbose \
-fflags nobuffer \
-flags low_delay \
-probesize 32 \
-analyzeduration 50 \
-framedrop \
-f matroska \
-i tcp://localhost:${port} \
-vf "setpts=0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment