1
0
Fork 0

Minor improvements

master
Ambrose Chua 2020-03-18 21:02:12 +08:00
parent 9f5dba9a2a
commit f7719d9dd5
5 changed files with 19 additions and 9 deletions

View File

@ -3,4 +3,4 @@
set -e
echo "Fetching event inventory from Ambrose's infrastructure"
ssh saguaro /usr/local/bin/wireguard-negotiator dump -i wg1 | go run event-generate.go opentech > event
ssh -p 222 root@fd11:f055:a514::1 /usr/local/bin/wireguard-negotiator dump -i wg1 | go run event-generate.go opentech > event

View File

@ -0,0 +1,7 @@
---
- hosts: recorders
roles:
- role: recorder
tags: obs

View File

@ -9,8 +9,7 @@
- hosts: recorders
roles:
- role: recorder
- hosts: audio_source
roles:
- role: audio_source
tags:
- base
- obs

View File

@ -1,7 +1,11 @@
---
- include: user.yml
tags: base
- include: packages.yml
tags: base
- include: artwork.yml
tags: base
- include: obs.yml
- include: audio_source.yml
tags: obs
- include: textfile.yml
tags: base

View File

@ -1011,11 +1011,11 @@
{% if room_type == "setup1" %}
"device_id": "/dev/v4l/by-path/pci-0000:00:14.0-usb-0:2:1.0-video-index0",{# X230 LEFT FRONT PORT #}
{% elif room_type == "setup2" %}
"device_id": "/dev/v4l/by-id/usb-{{ webcam_name }}-video-index0",
"device_id": "/dev/v4l/by-id/{{ webcam_name }}-video-index0",
{% elif room_type == "setup3" %}
"device_id": "/dev/v4l/by-id/usb-{{ webcam_name }}-video-index0",
"device_id": "/dev/v4l/by-id/{{ webcam_name }}-video-index0",
{% else %}
"device_id": "/dev/v4l/by-id/usb-{{ webcam_name }}-video-index0",
"device_id": "/dev/v4l/by-id/{{ webcam_name }}-video-index0",
{% endif %}
"framerate": 65566,
"input": 0,