diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-13 13:44:35 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-13 13:44:35 -0500 |
commit | 0edf409682d47a652dfd4f9a8c3ef72002c1957f (patch) | |
tree | d6d73659473880913cb320b1277741a77544f568 | |
parent | 746b35f8fd1cee745b4c599a34ddeb8676821bab (diff) | |
download | emacsconf-wiki-0edf409682d47a652dfd4f9a8c3ef72002c1957f.tar.xz emacsconf-wiki-0edf409682d47a652dfd4f9a8c3ef72002c1957f.zip |
Modify procedure for streaming
-rw-r--r-- | 2022/organizers-notebook/index.org | 8 |
1 files changed, 6 insertions, 2 deletions
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. |