From 0edf409682d47a652dfd4f9a8c3ef72002c1957f Mon Sep 17 00:00:00 2001
From: Sacha Chua <sacha@sachachua.com>
Date: Sun, 13 Nov 2022 13:44:35 -0500
Subject: Modify procedure for streaming

---
 2022/organizers-notebook/index.org | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to '2022/organizers-notebook')

diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index 3aa69b2c..247da41e 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -1002,7 +1002,7 @@ Dry run checklist:
 
      #+begin_example
      ssh emacsconf-$TRACK@res.emacsconf.org -N -L $TRACK_PORT:127.0.0.1:$TRACK_PORT -p $SSH_PORT &
-     sleep 4   # Give it time to establish the tunnels
+     sleep 5   # Give it time to establish the tunnels
      xvncviewer 127.0.0.1:$TRACK_PORT -shared -geometry 1280x720 -passwd vnc-passwd-$TRACK &
      #+end_example
      
@@ -1036,12 +1036,16 @@ Dry run checklist:
       - Alt-Shift-2 moves things to workspace 2
       - Alt-Shift-Left moves the current window to the left
       - Alt-Shift-Right moves the current window to the right
-TODO add kitty and kitty-terminfo to install
 
   10. Test Q&A. You can either wait for the video to finish or quit it with "q".
       You can paste in the URLs or use
       ~firefox /data/emacsconf/2022/index-$TRACK.html~
 
+  11. Test adjusting the audio
+
+      - ~ssh emacsconf-$TRACK@res.emacsconf.org -p 46668~
+      - Then use ~qa-louder~, ~qa-quieter~, or ~qa-vol vol%~ (ex: ~qa-vol 90%~)
+      
   Other notes and tips:
   
   - You can use Emacs for emergency or ad-hoc announcements.
-- 
cgit v1.2.3