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

add premix

parent 2a7ef094
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ 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
......
[Unit]
Description=voctomix2 playout premix
After=voctomix2-voctocore.service
Requires=voctomix2-voctocore.service
[Service]
User=voc
Group=voc
Type=simple
ExecStart=/opt/voc/scripts/playout-fb.sh 21000
Restart=always
RestartSec=1s
StartLimitInterval=0
[Install]
WantedBy=voctomix2-voctocore.service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment