Skip to content

Commit

Permalink
June 2019 (#4)
Browse files Browse the repository at this point in the history
* Disable voctogui auto start

* Disable voctogui auto start

* Turn on previews & allow configuring preview dimensions (again)
  • Loading branch information
thepatrick committed Jul 2, 2019
1 parent d9adc36 commit 077f155
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion meetups/roles/voctomix-overrides/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ voctomix_width: 1920
voctomix_height: 1080

voctomix_preview_width: 1280
voctomix_preview_height: 720
voctomix_preview_height: 720

voctomix_previews: true
6 changes: 6 additions & 0 deletions meetups/roles/voctomix-overrides/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
dest: "/etc/voctomix/{{ item }}"
with_items:
- voctocore.ini

- name: remove voctogui autostart
file:
path: /etc/xdg/autostart/voctogui.desktop
state: absent

4 changes: 2 additions & 2 deletions meetups/roles/voctomix-overrides/templates/voctocore.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ audiosource={{ audiosource }}

[previews]
; disable if ui & server run on the same computer and can exchange uncompressed video frames
enabled={{ voctomix.previews }}
enabled={{ voctomix_previews }}
deinterlace=false

; default to mix-videocaps, only applicable if enabled=true
Expand All @@ -39,4 +39,4 @@ enabled=true
sources=loop,nostream

[mirrors]
enabled={{ not voctomix.previews }}
enabled={{ not voctomix_previews }}

0 comments on commit 077f155

Please sign in to comment.