From 4696aa1fed214fe1084d7c3deecaaa289bc0a1fd Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 31 Oct 2022 21:53:15 -0400 Subject: Update OBS, renamepublish and edit --- group_vars/all.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 7ab7c6b..360c7af 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -12,10 +12,15 @@ emacsconf_tracks: watch: https://emacsconf.org/{{ emacsconf_year }}/watch/gen/ watch_lowres: https://live.emacsconf.org/{{ emacsconf_year }}/watch/gen-480p/ vnc_id: 5 + vnc_port: 5905 + obs_websocket_port: 6005 - name: Development id: dev watch: https://emacsconf.org/{{ emacsconf_year }}/watch/dev/ watch_lowres: https://live.emacsconf.org/{{ emacsconf_year }}/watch/dev-480p/ vnc_id: 6 + vnc_port: 5906 + obs_websocket_port: 6006 icecast_emacsconf_user: emacsconf emacsconf_home: /home/{{ emacsconf_user }} +emacsconf_font: "Sans Serif" -- cgit v1.2.3