From dd2ebe43e01f24003291e1726598aab9c6958444 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 19 Nov 2022 12:00:36 -0500 Subject: Update the tasks (big change) --- 2022/organizers-notebook/index.org | 6440 ++++++++++++++++++------------------ 1 file changed, 3243 insertions(+), 3197 deletions(-) (limited to '2022/organizers-notebook/index.org') diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 274c5f6b..2a9ec7ed 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -113,165 +113,20 @@ interests you! #+TOC: headlines 1 local -Roughly ordered by importance. -** TODO [#C] Record intro/outro for day-1 and day-2 :zaeph: -:PROPERTIES: -:CUSTOM_ID: rec-intro -:END: - -- Opening remarks - - Schedule overview - - How to participate - -- Closing remarks Sat - - Thanks - - Come back tomorrow -- Closing remarks Sun - - Thanks - - -** DONE Write speaker e-mail for people who have already submitted their talks -CLOSED: [2022-11-14 Mon 20:42] -:PROPERTIES: -:CUSTOM_ID: speaker-after-video -:END: - -To: speakers who have already submitted their talks (so that we don't distract people who are still working on their talks) - -#+begin_src emacs-lisp -(defun emacsconf-mail-speaker-after-video (group &optional template) - (interactive (list (emacsconf-mail-complete-email-group - (seq-filter (lambda (o) (plist-get o :intro-note)) - (emacsconf-active-talks (emacsconf-get-talk-info)))))) - (setq template (or template (emacsconf-mail-merge-get-template "speaker-after-video"))) - (let ((talks (cdr group))) - (emacsconf-mail-prepare - template - (car group) - (list :speakers-short (plist-get (cadr group) :speakers-short) - :plural (if (= (length (cdr group)) 1) "" "s") - :email (plist-get (cadr group) :email) - :in-between (mapconcat (lambda (talk) - (emacsconf-surround "" "")) - (cdr group) - ", ") - :intro - (mapconcat (lambda (talk) - (string-join (org-wrap (emacsconf-surround "- " (plist-get talk :intro-note) "\n" "") 70) "\n")) - (cdr group) - "") - :chapters - (mapconcat (lambda (talk) - (format ":\n%s" - (plist-get talk :slug) - (mapconcat - (lambda (chapter) - (concat (format-seconds "%.2h:%z%.2m:%.2s" - (floor (/ (elt chapter 1) 1000))) - " " - (elt chapter 3) "\n")) - (subed-parse-file - (expand-file-name (concat (plist-get talk :video-slug) "--main--chapters.vtt") emacsconf-cache-dir))))) - (cdr group) - "\n\n") - :caption-note - (if (seq-find (lambda (o) (not (string= (plist-get o :status) "TO_STREAM"))) (cdr group)) - " The captions haven't been fully edited yet, so please ignore any errors in the captions themselves." - "") - :urls - (mapconcat (lambda (o) (concat "<" emacsconf-base-url (plist-get o :url) ">")) - (cdr group) " , ") - :tech-check-note - (if (string-match "live" (or (mapconcat (lambda (o) (or (plist-get o :q-and-a) "")) (cdr group) " ") "")) - (format - "*Tech check* - -Since you're planning to do a live Q&A session, you may want to -connect to the test BBB room at <%s> to make sure you can share -your audio, your window or screen, and your webcam (optional). Sharing -system audio or multi-monitor setups can sometimes be tricky, so -please let us know if you need help figuring things out. You can -double-check by connecting with a separate device, or you can arrange -to meet with one of the tech-check volunteers -().${wrap} - -" emacsconf-test-bbb-room) ""))) - (add-hook 'message-sent-hook - `(lambda () - (mapc (lambda (o) - (emacsconf-add-to-talk-logbook o "Sent speaker-after-video email")) - (list - ,@(mapcar (lambda (talk) (plist-get talk :slug)) talks)))) - nil t))) - -(defun emacsconf-mail-speakers-after-videos () - (interactive) - (let* ((info (seq-filter (lambda (o) (plist-get o :intro-note)) - (emacsconf-active-talks (emacsconf-get-talk-info)))) - (grouped (seq-group-by (lambda (o) (plist-get o :email)) info)) - (template (emacsconf-mail-merge-get-template "speaker-after-video"))) - (mapc (lambda (group) - (emacsconf-mail-speaker-after-video group template)) - grouped))) - - -#+end_src -*** Template -:PROPERTIES: -:EMAIL_ID: speaker-after-video -:FUNCTION: emacsconf-mail-speaker-after-video -:SUBJECT: EmacsConf: miscellaneous todos now that you've sent in your video${plural} -:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email}, sacha@sachachua.com -:CC: emacsconf-submit@gnu.org -:END: - -Hi, ${speakers-short}! - -Thank you for uploading your video early! Let's get a few more things -sorted out for a smooth EmacsConf 2022. - -${tech-check-note}*Intro* - -I've written a brief (and possibly inaccurate! =) ) intro that the -host can read out before your talk while the in-between slide -(${in-between}) is being displayed: - -${intro} - -Would you like to tweak it to better reflect your talk? - -*Chapter markers* - -I've added chapter markers to your video in the backstage area to help -with navigation. You can click on them in the backstage area if you -want to easily jump around, or review the list that I've included for -your convenience: - -${chapters} -If you prefer other headings or timestamps, please let me know!${caption-note} - -*Bio, community support links* - -People often want to learn more about speakers and show their -appreciation. If you'd like to include an author bio and any -social/support links to your talk page${plural} (${urls}), please -e-mail us the text that you'd like to include. You can also follow the -instructions at to edit your talk -page${plural} directly yourself, if you want to.${wrap} - -Thanks again for all your contributions! - -Sacha - ** TODO [#A] Prepare intros for the hosts to read :sachac: :PROPERTIES: :CUSTOM_ID: host-intros :END: https://pad.emacsconf.org/intros also in :INTRO_NOTE: in conf.org so that we can plop it into the hyperlists +Doublecheck: + +#+begin_src emacs-lisp +#+end_src *** DONE Set up Etherpad with the talks and see if we can involve the speakers and captioning volunteers :sachac: CLOSED: [2022-11-19 Sat 11:06] ** TODO [#A] Write check-in email :sachac: -SCHEDULED: <2022-11-19 Sat> +DEADLINE: <2022-11-20 Sun> SCHEDULED: <2022-11-19 Sat> :PROPERTIES: :CUSTOM_ID: check-in-email :END: @@ -279,8 +134,11 @@ SCHEDULED: <2022-11-19 Sat> :PROPERTIES: :CUSTOM_ID: live-speakers :END: - - +** TODO [#A] Review the submissions for encoding issues :zaeph: +:PROPERTIES: +:CUSTOM_ID: review-submissions +:END: +so that we don't get surprised by missing or corrupted videos ** TODO [#B] Plan in-case-of-emergency schedule for dropping back to one track after Saturday morning :sachac: :PROPERTIES: :CUSTOM_ID: one-track @@ -394,195 +252,39 @@ SCHEDULED: <2022-11-18 Fri> :PROPERTIES: :CREATED: [2022-11-19 Sat 08:01] :END: -** Satellite events -:PROPERTIES: -:CUSTOM_ID: satellite -:END: -*** Zurich -**** TODO Link to them on the wiki :bandali: -https://200ok.ch/posts/2022-11-01_emacsconf__with_a_new_physical_venue.html -**** TODO announce on the emacsconf-discuss mailing list :bandali: -** DONE Prepare for prerecs :zaeph: -CLOSED: [2022-10-29 Sat 09:58] DEADLINE: <2022-11-04 Fri> +** TODO [#B] Create protocol for live Q&A :zaeph: :PROPERTIES: -:CUSTOM_ID: prepare-prerec-process +:CUSTOM_ID: live-protocol :END: -*** DONE Optimize ffmpeg incantation -CLOSED: [2022-10-29 Sat 09:58] -Remember to update [[file:../prepare.md::Compression]] with the new incantation. - -**** Incantation from last year -#+begin_src sh :eval no -Q=32 -ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -an -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -threads 8 /dev/null && -ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -c:a copy -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -threads 8 "$2" -#+end_src - -#+RESULTS: -:results: -:end: - -**** New candidate -Changelog: -- Disable adaptive quantization by setting aq-mode to 0 (TODO: compare samples) -- Add ~-row-mt 1~ needed to support ~tile-rows~ (2×2 is enough for 720p) -- Also use tiles for first pass -- Remove ~-frame-parallel 0~ because it’s disabled by default (see [[https://github.com/Kagami/webm.py/wiki/Notes-on-encoding-settings][Notes on encoding settings · Kagami/webm.py Wiki]]) -- Put number of CPU in variable and use it for ~cpu-used~ and ~threads~ -- Stick to default for ~auto-alt-ref~ -- Stick to default for ~lag-in-frames~ -#+begin_src sh :eval no -Q=32 -CPU=8 -ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -an -row-mt 1 -tile-columns 2 -tile-rows 2 -cpu-used $CPU -g 240 -pass 1 -f webm -threads $CPU /dev/null && - ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -c:a copy -row-mt 1 -tile-columns 2 -tile-rows 2 -cpu-used $CPU -pass 2 -g 240 -threads $CPU "$2" -#+end_src - -Other considerations: -- We might want to tweak the time before keyframes (~-g~). -*** DONE Figure out workflow for handling submitted prerecs -CLOSED: [2022-10-29 Sat 09:54] -We need time after the prerecs get submitted to: -- convert the videos and check that they've been reencoded properly by watching the re-encoded ones all the way to the end -- caption videos -- capture any extra info -- follow up with missing prerecs +Objective: +- Move smoothly from the talk to live-questions, and have adaptations based on how many questions the talk receives. -Make changes in [[#prerec-process]] - -** INPROGRESS [#C] Work on the OBS scenes :zaeph:corwin:sachac: -DEADLINE: <2022-11-11 Fri> +Comments: +- It would be nice to have a protocol with speakers to tell us that they’re uncomfortable with a question, just so that we can find a smooth way to skip it. +** TODO Update viewing instructions and watch pages :sachac: :PROPERTIES: -:CUSTOM_ID: obs-scenes +:CUSTOM_ID: write-viewing :END: -- [ ] corwin is out from Nov 11-20, and we should start working on them before then. -** DONE Make something to display between talks :akshay196: -CLOSED: [2022-11-07 Mon 14:46] +Extra stuff to consider adding: +- Suggestions for mpv-filter to invert colourscape. +Also add to watch page + +- https://emacsconf.org/2022/watch/ +- https://emacsconf.org/2022/watch/gen/ +- https://emacsconf.org/2022/watch/dev/ +*** DONE Add Q&A distinction to SVG schedule +CLOSED: [2022-10-17 Mon 00:39] +*** CANCELLED [#C] Make it easy to get to recent/current/next talk information while watching +CLOSED: [2022-11-19 Sat 11:08] +Maybe links to the current shift's pads +*** TODO Add pad to sched directive so that it will be linked when the pads are live +*** TODO Update https://live.emacsconf.org/ as well +** TODO Prepare to handle talk state changes :sachac:publish: +SCHEDULED: <2022-11-21 Mon> :PROPERTIES: -:CREATED: [2022-10-03 Mon 07:50] -:CUSTOM_ID: intro +:CUSTOM_ID: publish-live :END: - -Goals: -- Reassure people that they're in the right stream for the talk that they're looking for -- Direct them to the pad and Q&A for the talk - -What to show in between talks: -- Previous talk: title, speaker, pronouns, talk page, Q&A information (if still live) -- Next talk: title, speaker, pronouns, talk page, Q&A information, countdown - -https://media.emacsconf.org/2022/backstage/gen-in-between.pdf -https://media.emacsconf.org/2022/backstage/dev-in-between.pdf - -- Good: Static image, maybe created with LaTeX -- Better: Video with unobtrusive sound so people can doublecheck that their audio works -- Best: Emacs thing so that we can have a dynamic timer and last-minute announcements, and so that it's Emacs =) -- Even better than that: A compact view that can be overlaid on the Q&A session using OBS - -See break commercials -https://www.collabmagazine.com/organizing-a-multi-track-virtual-conference-with-microsoft-teams-live-events-a-technical-playbook-and-lessons-learned/ - -OBS scenes (maybe?): - -- splash-screen when we’re on break -- scene when broadcasting a talk (where we might want a logo and a bar or surrounding to broadcast messages like time left in - recording); and -- Q&A scene with host-webcam, optional speaker-webcam, and pad with questions. -- Q&A scene focusing on shared screen from speaker -- Q&A scene with IRC and pad - -Nothing is urgent, blocking it, or being blocked by it, so you can -play around with ideas. - -We're experimenting with two tracks this year, so we expect that some -people will join midway through a talk or Q&A session and -would like to reorient themselves. Some Q&A sessions may end -early, so we would like to reassure people that they're in -the right spot for the next talk. Most Q&As will be done -live, but some Q&As will be done over IRC, so we need to -point people to the right place. - -and if there's room for a little extra info like public e-mail -addresses or pronouns, that can help people when they discuss -things. That info will be in the pad and IRC, though, so it's -also okay to omit it - - - -We can programmatically replace strings in -SVG from Emacs, so we can easily use that as an overlay. - - - …Or, if you just want to focus on the look of -things, we can think of the content on our own. - - oh yeah, totally, you can just focus on the design and use -placeholder text - -Overlay considerations: -- talk videos will likely have subtitles; no subtitles for Q&A -- zaeph doesn't like vertical text -*** DONE Generate talk banners :sachac: -CLOSED: [2022-11-07 Mon 14:46] -https://gitlab.com/akshay196/emacsconf-artwork/-/blob/main/2022/talk-banner/sample.svg - -** TODO [#B] Create protocol for live Q&A :zaeph: -:PROPERTIES: -:CUSTOM_ID: live-protocol -:END: -Objective: -- Move smoothly from the talk to live-questions, and have adaptations based on how many questions the talk receives. - -Comments: -- It would be nice to have a protocol with speakers to tell us that they’re uncomfortable with a question, just so that we can find a smooth way to skip it. -** DONE Find volunteers for tech-checks :zaeph: -CLOSED: [2022-11-19 Sat 11:08] -:PROPERTIES: -:CUSTOM_ID: tech-checks -:END: -*** DONE Add entry in 2022/volunteer.md -*** DONE Write protocol for adding tech-checker volunteer -CLOSED: [2022-11-19 Sat 11:08] -- Invite volunteer to BBB (ask core organizers) -- Update [[file:prepare.md::Tech-check]] with new tech-checker info -- Coach tech-checker on the protocol -*** DONE Write the tech-checking protocol (formerly referred to as “tech-checklist”) -CLOSED: [2022-11-19 Sat 11:08] -From previous years: -#+begin_quote -- Can you speak and be heard? Is there echo? -- Can you hear the organizer? -- Can you share your screen? Is the screen readable? -- If you plan to show your keystrokes, is that display visible? -- If you want to share your webcam (optional), can you enable it? Is it visible? Will there likely be distractions in the background? -- Can you view the collaborative pad? Will you be comfortable reviewing questions on your own (perhaps by keeping it open beside your shared window), or will you need a volunteer to relay questions to you? -- Can you share contact information (ex: phone number) so that we can get in touch with you in case of technical issues or scheduling changes? -- Do you need help finding your way around IRC so that you can check into `#emacsconf-org`? What is your IRC nickname? -#+end_quote -** TODO Update viewing instructions and watch pages :sachac: -:PROPERTIES: -:CUSTOM_ID: write-viewing -:END: -Extra stuff to consider adding: -- Suggestions for mpv-filter to invert colourscape. -Also add to watch page - -- https://emacsconf.org/2022/watch/ -- https://emacsconf.org/2022/watch/gen/ -- https://emacsconf.org/2022/watch/dev/ -*** DONE Add Q&A distinction to SVG schedule -CLOSED: [2022-10-17 Mon 00:39] -*** CANCELLED [#C] Make it easy to get to recent/current/next talk information while watching -CLOSED: [2022-11-19 Sat 11:08] -Maybe links to the current shift's pads -*** TODO Add pad to sched directive so that it will be linked when the pads are live -*** TODO Update https://live.emacsconf.org/ as well -** TODO Prepare to handle talk state changes :sachac:publish: -SCHEDULED: <2022-11-21 Mon> -:PROPERTIES: -:CUSTOM_ID: publish-live -:END: -*** Talk states +*** Talk states - WAITING_FOR_PREREC(p) :: waiting for the speaker to upload. Use this to nudge people weekly after the deadline, keeping PREREC_INFO in @@ -641,27 +343,60 @@ emacsconf-erc.el in the emacsconf-el repo - a small announcement might go into the hallway and emacsconf-org - announcement can include talk page, pad, IRC nick, pronouns -** DONE Move conf.org management to orga@res.emacsconf.org :sachac: -CLOSED: [2022-11-06 Sun 15:27] -:PROPERTIES: -:CUSTOM_ID: conforg -:END: -so that more people can work with it during the conference -See the publish role in the ansible playbook - -** TODO Set up stream events on Toobnix and YouTube :sachac:stream: +** STARTED [#A] Set up stream events on Toobnix and YouTube :sachac:stream: SCHEDULED: <2022-11-20 Sun> :PROPERTIES: :CUSTOM_ID: other-streams +:Effort: 0:30 +:QUANTIFIED: Emacs +:END: +:LOGBOOK: +CLOCK: [2022-11-19 Sat 11:30] :END: so that people on other platforms can come across EmacsConf +*** TODO [#A] Write the restreaming shell scripts +*** DONE Create the events and save the keys :sachac: +CLOSED: [2022-11-19 Sat 11:58] +[[file:~/proj/emacsconf/private/conf.org::*Other platforms][Other platforms]] + +$1 is of the form rtmp://.../stream_key #+begin_src sh :eval no :exports code MOUNT=$1 while true; do ffmpeg -loglevel 24 -i http://localhost:8000/main.webm -cluster_size_limit 2M -cluster_time_limit 5100 -b:v 1M -crf 30 -g 125 -deadline good -threads 4 -vcodec libx264 -acodec libmp3lame -f flv $MOUNT; done #+end_src +Creating the events +- YouTube: Create - Go Live - Schedule Stream - Streaming Software +- Toobnix: Publish - Go live + - max live is 5 hours + +***** EmacsConf 2022 - General track + +This is for the general track of EmacsConf, the conference about the joy of Emacs and Emacs Lisp. + +Watch using free/open source software: https://live.emacsconf.org/2022/watch/gen/ +Conference info: https://emacsconf.org/2022/ +Schedule: https://emacsconf.org/2022/talks/ +Chat on #emacsconf-dev via https://chat.emacsconf.org or irc.libera.chat +Etherpad: https://pad.emacsconf.org/2022 + +Videos are shared under the terms of the Creative Commons Attribution-ShareAlike 4.0 +International (CC BY-SA 4.0) license. Please observe the guidelines for conduct: https://emacsconf.org/conduct/ + +***** EmacsConf 2022 - Development track + +This is for the development track of EmacsConf, the conference about the joy of Emacs and Emacs Lisp. + +Watch using free/open source software: https://live.emacsconf.org/2022/watch/dev/ +Conference info: https://emacsconf.org/2022/ +Schedule: https://emacsconf.org/2022/talks/ +Chat on #emacsconf-dev via https://chat.emacsconf.org or irc.libera.chat +Etherpad: https://pad.emacsconf.org/2022 + +Videos are shared under the terms of the Creative Commons Attribution-ShareAlike 4.0 +International (CC BY-SA 4.0) license. Please observe the guidelines for conduct: https://emacsconf.org/conduct/ ** TODO Set up talks on Toobnix and YouTube :sachac:yt:toobnix: SCHEDULED: <2022-11-20 Sun> :PROPERTIES: @@ -669,13 +404,6 @@ SCHEDULED: <2022-11-20 Sun> :END: so that people can find the videos on other video platforms waiting for prerecs -** DONE Ask speakers for bios or support nudges to include on their talk pages :wiki: -CLOSED: [2022-11-19 Sat 11:09] -:PROPERTIES: -:CUSTOM_ID: speaker-bio -:END: -maybe after we get the prerecs -ex: liberapay, patreon, anyone looking for a job, etc. ** TODO Do another run SCHEDULED: <2022-11-26 Sat> :PROPERTIES: @@ -760,186 +488,157 @@ CLOSED: [2022-11-19 Sat 11:09] :LOGBOOK: CLOCK: [2022-11-19 Sat 09:47]--[2022-11-19 Sat 11:09] => 1:22 :END: -** DONE [#C] Smoothen captioning workflow :sachac: -CLOSED: [2022-11-19 Sat 11:10] +** TODO [#B] Turn off file upload service on media.emacsconf.org :sachac:infra: +SCHEDULED: <2022-11-27 Sun> :PROPERTIES: -:CUSTOM_ID: caption-workflow +:CUSTOM_ID: upload-off +:END: +so that nginx can have more memory and we don't risk slowdowns +** STARTED Review notebook for tasks, priorities, and scheduling +:PROPERTIES: +:CREATED: [2022-11-19 Sat 08:01] +:CUSTOM_ID: review +:Effort: 0:15 +:END: +:LOGBOOK: +CLOCK: [2022-11-19 Sat 11:17]--[2022-11-19 Sat 11:29] => 0:12 +:END: +** INPROGRESS Use Mumble for backchannel coordination and also on-stage +DEADLINE: <2022-11-18 Fri> +:PROPERTIES: +:CUSTOM_ID: mumble :END: -It looks like OpenAPI needs a little less editing in terms of -capitalization and punctuation, but it produces longer captions -(likely a 30-second sliding window). I'll try to upload both YT and -OpenAPI captions so that people can decide what they like. -*** DONE Figure out why it's choking on SRV2 -CLOSED: [2022-10-30 Sun 00:13] -Can I use aeneas for alignment instead? -Reflow the .txt file and reupload to res if needed -call ../run-aeneas.sh from the directory with the opus or ogg and the txt file +[2022-11-19 Sat] sachac: Confirmed that you can join the emacsconf-dev or emacsconf-gen channel if you have access, and you can speak on air in just that channel -sachac@res-emacsconf:~/current/meetups$ python3 -m aeneas.tools.execute_task emacsconf-2022-meetups--attending-and-organizing-emacs-meetups--bhavin-gandhi--main.opus reflowed.srt "task_language=eng|os_task_file_format=json|is_text_type=subtitles" output.json +*** DONE Update the Mumble setup :bandali: +CLOSED: [2022-11-19 Sat 11:15] +- [X] Add emacsconf-gen and emacsconf-dev channels +- [X] Give the emacsconf-gen and emacsconf-dev users access to them +- [X] Give the other organizers access to emacsconf-gen, emacsconf-dev, and org-private +- [X] Get emacsconf-gen and -dev to join the right channels +*** DONE E-mail volunteers and help them get on Mumble :bandali: +CLOSED: [2022-11-19 Sat 09:03] -I might try out lhotse and torchaudio someday, but it's low priority. aeneas seems to do a reasonable job of -*** DONE [#C] Move publishing the backstage index to res so that we can trigger it after the files are uploaded -CLOSED: [2022-11-19 Sat 11:09] -:PROPERTIES: -:CREATED: [2022-10-21 Fri 16:45] -:END: +**** Template -*** DONE Compare large, medium, and small models -CLOSED: [2022-10-23 Sun 08:32] -12 threads +We plan to use Mumble as a virtual walkie-talkie during the conference +so that we can quickly talk to each other as needed. It can also be a +way for us to add our audio to the streams. Please set up your system +as follows: -Original file: 21:16 21 minutes -| | Hours | Mult | Notes | -| [[https://media.emacsconf.org/2022/backstage/emacsconf-2022-sqlite--using-sqlite-as-a-data-source-a-framework-and-an-example--andrew-hyatt--large.vtt][Large]] | 2:49 | 8 | | -| [[https://media.emacsconf.org/2022/backstage/emacsconf-2022-sqlite--using-sqlite-as-a-data-source-a-framework-and-an-example--andrew-hyatt--medium.vtt][Medium]] | 2:03 | 5.9 | | -| [[https://media.emacsconf.org/2022/backstage/emacsconf-2022-sqlite--using-sqlite-as-a-data-source-a-framework-and-an-example--andrew-hyatt--small.vtt][Small]] | 0:40 | 2 | More run-on sentences | +1. Install a Mumble client on the device you want to use to connect to + the voice channel. It can be your computer or phone. You can choose + the username that you would like to log in with. +2. Create and backup your certificate. (This is part of the wizard for + the desktop client, and it might be automatic on a phone client.) +3. Connect to mumble.emacsconf.org with your desired username. +4. Register your account on the server using the ~Self > Register~ + command. This reserves your username using your certificate and + allows me to add you to ACLs. +5. Let me know (sachac on #emacsconf-org in IRC or + sacha@sachachua.com) when you've registered so that I can add you + to the access control lists for the private channels. If I'm around + on mumble (sachac), you can say hi to me there and confirm that + it's working. -Large and medium might do better on a system with a GPU. I'll default to the small model for now. +You can enter a channel by double-clicking on it. (On Mumla for +Android, entering a channel is instead done by clicking on the arrow +to the right of the channel.) Then your audio will go to that channel, +and you can hear audio from that channel. We can use the +~emacsconf-gen~ and ~emacsconf-dev~ channels to speak on air, and we +can use the ~backstage~ channel for coordination. -*** DONE Commit subed-tsv so that people can try a cleaner output -CLOSED: [2022-10-23 Sun 09:59] +Looking forward to hearing from you! + +Sacha + +*** DONE Generate certificates, add them to conf.org, and register the users :sachac: +CLOSED: [2022-11-08 Tue 11:33] +*** WAITING Set up Mumble and bring the volunteers on board +SCHEDULED: <2022-11-26 Sat> :PROPERTIES: -:Effort: 1:00 -:QUANTIFIED: Emacs -:END: -:LOGBOOK: -CLOCK: [2022-10-23 Sun 08:32]--[2022-10-23 Sun 09:59] => 1:27 +:CREATED: [2022-11-19 Sat 07:59] :END: -*** DONE Investigate more granular timestamps for the output from OpenAPI Whisper -CLOSED: [2022-10-25 Tue 11:14] -https://git.emacsconf.org/emacsconf-ansible/tree/roles/caption/templates +| | Emailed | Onboarded | +|------------+---------+------------------------------------------------------------| +| FlowyCoder | X | [2022-11-19 Sat] access granted, briefed | +| jman | X | | +| vetrivln | X | [2022-11-19 Sat] access granted, needs to figure out audio | -*** DONE Upload srv2 from YouTube for word-level -CLOSED: [2022-10-22 Sat 23:16] +** Satellite events :PROPERTIES: -:CREATED: [2022-10-22 Sat 14:38] +:CUSTOM_ID: satellite +:END: +*** Zurich +**** TODO Link to them on the wiki :bandali: +https://200ok.ch/posts/2022-11-01_emacsconf__with_a_new_physical_venue.html +**** TODO announce on the emacsconf-discuss mailing list :bandali: +** Volunteer update +:PROPERTIES: +:CUSTOM_ID: volunteer-2022-11-14 :END: -*** CANCELLED [#C] Compare with Google Cloud Speech API -CLOSED: [2022-10-29 Sat 09:58] -~/code/speech -*** DONE E-mail for bringing new captioning volunteers onboard -CLOSED: [2022-10-29 Sat 09:58] -#+begin_src emacs-lisp -(defun emacsconf-mail-backstage-intro (volunteer &optional template) - (interactive (list (emacsconf-complete-volunteer))) - (emacsconf-mail-prepare - (or template (emacsconf-mail-merge-get-template "backstage-intro")) - (assoc-default "EMAIL" volunteer 'string=) - (list - :backstage "https://media.emacsconf.org/2022/backstage/" - :backstage-user "emacsconf" - :backstage-password emacsconf-backstage-password - :conf-name emacsconf-name - :year emacsconf-year - :name (assoc-default "NAME_SHORT" volunteer 'string=) - :email (assoc-default "EMAIL" volunteer 'string=)))) -#+end_src -**** Template +- talk banners, akshay + +** TODO Make a linear hyperlist for managing EmacsConf :sachac: :PROPERTIES: -:TO: ${email} -:FUNCTION: emacsconf-mail-backstage-intro -:EMAIL_ID: backstage-intro -:SUBJECT: ${conf-name} ${year}: Thanks for volunteering! +:CUSTOM_ID: hyperlist :END: -Hi ${name}! - -Thank you for volunteering for ${conf-name} ${year}! +Goal: +- Volunteers should be able to coordinate everything by stepping through a linear list of things to do +- The hyperlist will primarily live on orga@res.emacsconf.org and be accessed through emacsclient. (Maybe sat.org and sun.org) +- Volunteers should be able to take breaks as needed -We've set up ${backstage} as the backstage area where you can view the -videos and resources uploaded so far. You can access it with the -username "${backstage-user}" and the password "${backstage-password}". -Please keep the backstage password and other speakers' talk resources -secret. +- 9:05 Journalism + - [ ] Check ${name} into _BBB room_ + - [X] [[elisp:(emacsconf-update-talk-status "journalism" "." "PLAYING")][Start talk]] + - [X] [[elisp:(emacsconf-update-talk-status "journalism" "." "CLOSED_Q")][Start closed Q&A]] + - [ ] [[elisp:(emacsconf-update-talk-status "journalism" "." "OPEN_Q")][Open Q&A]] + - [ ] [[elisp:(emacsconf-update-talk-status "journalism" "." "UNSTREAMED_Q")][Mark Q&A as unstreamed]] + - [ ] [[elisp:(emacsconf-update-talk-status "journalism" "." "TO_ARCHIVE")][Finish talk]] +- 9:40 Handwritten + - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "PLAYING")][Start talk]] + - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "CLOSED_Q")][Start closed Q&A]] + - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "OPEN_Q")][Open Q&A]] + - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "UNSTREAMED_Q")][Mark Q&A as unstreamed]] + - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "TO_ARCHIVE")][Finish talk]] -For some ideas on ways to help, you can check out -https://emacsconf.org/2022/volunteer/ . You can also suggest other -things you might be interested in. +See sat.org and sun.org in the conf private repo -You can ask questions or chat with other volunteers by e-mailing the -mailing list at emacsconf-org@gnu.org or dropping by #emacsconf on the -libera.chat IRC network. You can also e-mail me or -emacsconf-org-private@gnu.org if you have private questions. +Try them in an Etherpad -Thank you again for your help! =) +https://media.emacsconf.org/2022/backstage/index-gen.html +https://media.emacsconf.org/2022/backstage/index-dev.html +https://media.emacsconf.org/2022/backstage/hyperlists/ -Sacha Chua +[[#coordination][How do we want to coordinate during the conference itself?]] +*** DONE Try writing it to an Etherpad +CLOSED: [2022-11-14 Mon 14:14] SCHEDULED: <2022-11-19 Sat> -*** DONE E-mail for bringing new captioning volunteers onboard -CLOSED: [2022-10-29 Sat 09:58] -#+begin_src emacs-lisp -(defun emacsconf-mail-captioning-intro (volunteer &optional template) - (interactive (list (emacsconf-complete-volunteer) - (emacsconf-mail-merge-get-template "captioning-intro"))) - (emacsconf-mail-prepare - (or template (emacsconf-mail-merge-get-template "captioning-intro")) - (assoc-default "EMAIL" volunteer 'string=) - (list - :backstage "https://media.emacsconf.org/2022/backstage/" - :backstage-user "emacsconf" - :backstage-password emacsconf-backstage-password - :conf-name emacsconf-name - :year emacsconf-year - :name (assoc-default "NAME_SHORT" volunteer 'string=) - :email (assoc-default "EMAIL" volunteer 'string=)))) -#+end_src -**** Template +*** TODO [#A] Revisit the hyperlists to make sure they make sense :PROPERTIES: -:TO: ${email} -:FUNCTION: emacsconf-mail-captioning-intro -:EMAIL_ID: captioning-intro -:SUBJECT: ${conf-name} ${year}: Thanks for volunteering to help with captions! +:CREATED: [2022-11-19 Sat 07:49] :END: - -Hi ${name}! - -Thank you for volunteering to help with the captions for ${conf-name} -${year}! Last year, we were able to get almost all the talks captioned -in time for streaming. Participants found them very useful for -understanding different technical terms, names, accents, and so on. -We'd love to be able to pull that off again this year, and it would be -great to have you on board. - -We've set up ${backstage} as the backstage area where you can view the -videos and resources uploaded so far. You can access it with the -username "${backstage-user}" and the password "${backstage-password}". -Please keep the backstage password and resources secret. If you see a -talk that you'd like to caption, you can e-mail me at -sacha@sachachua.com and I can reserve it for you. Then you can correct -any misrecognized words, fix capitalizations, remove filler words as -needed, and so on. - -You'll probably want to work with either the VTT or the TXT versions -(VTT is WebVTT format and has timestamps), but you can check the other -talk resources in case the speaker has posted scripts or other useful -things. Both VTT and TXT are plain text, so feel free to use your -favourite text or subtitle editor. I've posted a brief demo of how I -edit captions at -https://media.emacsconf.org/2022/backstage/editing-captions.html , and -you can find more captioning tips at https://emacsconf.org/captioning/ -. You can convert it to whatever format you like. If you prefer to -work with plain text, we can figure out the timestamps afterwards. - -Let me know if you want to reserve a talk for captioning or if you have -any questions or suggestions. We're also in the #emacsconf-org channel -on the libera.chat IRC network, which you can connect to with your -favourite IRC client or through the web-based interface at -https://chat.emacsconf.org/ . - -Sacha Chua -*** DONE [#C] Support cue IDs in subed-vtt.el -CLOSED: [2022-11-11 Fri 08:58] -*** CANCELLED [#C] jiwer · PyPI - measure error rate -CLOSED: [2022-11-19 Sat 11:09] +*** TODO [#B] Add intro notes and specific talk notes to the hyperlist +*** TODO [#A] Make a hyperlist for checking people in for easier copying and pasting +** TODO [#C] Record intro/outro for day-1 and day-2 :zaeph: :PROPERTIES: -:CREATED: [2022-10-22 Sat 20:59] +:CUSTOM_ID: rec-intro :END: -https://pypi.org/project/jiwer/ - +- Opening remarks + - Schedule overview + - How to participate + +- Closing remarks Sat + - Thanks + - Come back tomorrow +- Closing remarks Sun + - Thanks + - ** TODO [#C] Add category tags and possibly links between talks across 2022 and all previous years :quiliro:wiki: :PROPERTIES: :CUSTOM_ID: link-pages @@ -955,12 +654,6 @@ https://pypi.org/project/jiwer/ - You can create new categories by making up new CategoryNames. - You can also link to a talk with a link like this: =\[[/2022/talks/maint|Maintaining the Maintainers: Attribution as an Economic Model for Open Source]]= You can make a new heading called =# Related talks= -** TODO [#B] Turn off file upload service on media.emacsconf.org :sachac:infra: -SCHEDULED: <2022-11-27 Sun> -:PROPERTIES: -:CUSTOM_ID: upload-off -:END: -so that nginx can have more memory and we don't risk slowdowns ** TODO [#C] JS/CSS enhancement :emacsconf: :PROPERTIES: :CREATED: [2022-10-22 Sat 15:15] @@ -1009,6 +702,18 @@ CLOSED: [2022-11-19 Sat 11:12] CLOSED: [2022-10-11 Tue 12:20] *** DONE Set up Etherpad with MySQL +** SOMEDAY [#C] Consider breakout rooms for lunch break +:PROPERTIES: +:CREATED: [2022-11-07 Mon 08:12] +:CUSTOM_ID: breakouts +:END: + +** INPROGRESS [#C] Work on the OBS scenes :zaeph:corwin:sachac: +DEADLINE: <2022-11-11 Fri> +:PROPERTIES: +:CUSTOM_ID: obs-scenes +:END: +- [ ] corwin is out from Nov 11-20, and we should start working on them before then. ** INPROGRESS [#C] Plan Etherpad use and hosting :sachac:ansible: :PROPERTIES: :CUSTOM_ID: etherpad @@ -1124,3199 +829,3540 @@ CLOSED: [2022-10-13 Thu 13:55] *** DONE Export pad initial content HTML to make it easier to reimport into wikimedia or elsewhere CLOSED: [2022-10-13 Thu 13:46] ~emacsconf-pad-export-initial-content-for-all-talks~ -** DONE Set up BBB rooms and update conf.org :sachac: -CLOSED: [2022-11-19 Sat 11:12] +* Projects to bear in mind but which are not actual :PROPERTIES: -:CUSTOM_ID: create-bbb +:CUSTOM_ID: maybe-projects :END: -1. Log on to bbb.emacsverse.org as an admin. -2. Create a room. Enable *Mute users when they join*. - - The code below doesn't quite work, but might be a good starting point for future automation. - - #+begin_src emacs-lisp :eval no -(setq list (seq-drop (emacsconf-bbb-room-title-list) 3)) ; skip some if needed -(progn - (setq name (pop list)) - (kill-new (format "name=\"%s\";$('#create-room-block').click();$('#create-room-name').val(name);$('#room_mute_on_join').click();$('.create-room-button').click();\n" - name)) - (sleep-for 1) - (shell-command "xdotool key alt+Tab sleep 3 key ctrl+v sleep 1 key Return")) -#+end_src - -console.log(JSON.stringify([...document.querySelectorAll('.delete-room')].map((o) => { return { name: o.getAttribute('data-name'), path: o.getAttribute('data-path') }}).filter((o) => o.name.match(/^ec22/)))) - -see conf.org for the rest of the process -*** DONE Add volunteers to the BBB rooms -CLOSED: [2022-11-08 Tue 09:48] DEADLINE: <2022-11-18 Fri> +** DONE Find a way to accommodate a specific return-speaker +CLOSED: [2022-11-19 Sat 11:17] +We’re not sure if we’re going to get a presentation or a prerec for them +this year, but we need to keep this at the back of our minds. -- vetrivln: sat-am-dev, sun-am-dev -- FlowyCoder: sat-pm-gen, sun-pm-gen -- jman: sun-pm-gen +Note on how DebConf handled incidents: +https://www.mail-archive.com/search?l=debconf-team@lists.debian.org&q=subject:%22Re%5C%3A+DebConf+21+Incident+Response%22&o=newest&f=1 -** DONE Coordinate and help volunteers :sachac: -CLOSED: [2022-11-19 Sat 11:14] +* Things to figure out / decisions to make :PROPERTIES: -:CUSTOM_ID: coordinate-volunteers +:CUSTOM_ID: decisions :END: -- [[../volunteer]] -- Figure out what information volunteers need in order to feel - comfortable signing up for tasks. ex: - https://wiki.debian.org/DebConf/21/VideoVolunteering -- Encourage people to sign up for [[#shifts]] - -*** DONE Plan training session(s), Q&A availability, recordings -CLOSED: [2022-11-19 Sat 11:14] -*** CANCELLED Hold Q&A session with volunteers -CLOSED: [2022-11-19 Sat 11:14] +#+TOC: headlines 1 local +** How do we want to coordinate during the conference itself? :PROPERTIES: -:CUSTOM_ID: schedule-volunteer-qna +:CUSTOM_ID: coordination :END: -** DONE Investigate streaming options, maybe OBS in the cloud :sachac: -CLOSED: [2022-11-06 Sun 18:16] DEADLINE: <2022-11-20 Sun> + +- Considerations: + - Good to have something that the hosts and streamers can walk through step by step + - Do we want the check-in volunteer to also keep something + - Announcing and publishing are easier if the task states are updated + +- Mumble for walkie-talkie communications? + - Can we keep it off the stream more reliably, but still be able to choose to put it on the stream? + - We can keep it in the combined sink and then manually go to that + channel in our clients when we want to talk on stream + - Should we have a Gen channel and a Dev channel so that we can choose to speak into ? +- Checklist + - Etherpad + - All the volunteers can access it easily + - Tasks can be updated through SSH commands + - conf.org + - Run Emacs commands directly from it + - A little trickier in terms of access + +** How do we want to make the full schedule more manageable? :PROPERTIES: -:CUSTOM_ID: streaming +:CUSTOM_ID: sched-decision :END: -Current status: - -- res.emacsconf.org seems to be able to handle 2x (OBS + TigerVNC + MPV, should test with Firefox as well) -- corwin and jman will stream gen from OBS on res -- bandali will stream dev from his laptop -- let sachac know if you want manual control or more autopilot for the gen stream +Host role: +- Give the speaker a heads-up before their Q&A session begins +- If needed, read the questions from the pad to the speaker (Many speakers are comfortable reading the pad on their own.) +- Give the speaker time warnings before the end of their Q&A session on the stream. Interested participants can continue -Goals: - -- [X] Be able to start a VNC server with OBS, MPV, and Firefox, connect to it, and stream -- [X] Have another session with the sound isolated -- [-] Split the audio so that we can join the Q&A room before the MPV ends - handled by automatic scene switcher detecting mpv, but we can't share just a window, so we might as well just wait -- [X] Control MPV from the commandline: track-mpv appears in the correct display, and it can also be controlled via the socket like this: echo '{ "command": ["loadfile", "test2.webm"] }' | socat - ~/mpv-socket-emacsconf-dev -- [ ] Share the window instead of the desktop? - -Prerequisites: - -- You need to be able to SSH out to res.emacsconf.org on port 46668 - and forward ports, so one of the main organizers needs to add your - SSH public key to the authorized_keys file. Please e-mail your SSH - public key to sacha@sachachua.com and test that port 46668 is not - blocked. -- For streaming from OBS in VNC, you will need a VNC viewer like - tigervnc-viewer. -- For streaming from your local computer, you will need OBS and FFmpeg. - -During the conference, you will: - -- play the talk video (unless it's automatically managed by the agenda) and update the overlays -- display intro/intermission information as needed -- open the Q&A windows, like the pad and the BBB room/IRC (unless it's automatically managed by the agenda) -- adjust the volume if needed -- arrange windows and focus the BBB room on the speaker's webcam if needed -- if you like, you can be responsible for managing the track from conf.org on orga@res.emacsconf.org +Streamer role: +- Switch between playing the prerec and joining the Q&A session +- Adjust audio volume at the beginning of the Q&A session +- (optional) Switch scene layouts to focus on different things -Dry run checklist: +Shifts will be Sat AM, Sat PM, Sun AM, or Sun PM per track. People can take multiple shifts. -- [ ] Connect to the server - ssh orga@res.emacsconf.org -p 46668 - emacsconf # runs emacsclient -c -a emacs -- [ ] Forward ports and connect via VNC -- [ ] Find the OBS or start it if it is not running -- [ ] Start recording -- [ ] Play a video -- [ ] Open two Firefox windows and arrange them -- [ ] Manage windows on the workspace -- [ ] Adjust the volume in OBS -- [ ] SSH to the server and play a video off-screen -- [ ] SSH to the server with X forwarding and adjust the volume off-screen +https://emacsconf.org/2022/decisions/#schedule -*** Broadcasting from local OBS (option A) - - You can copy the profile from your track or look inside it for the icecast mount point details: - - - Gen: rsync -avze 'ssh -p 46668' emacsconf-gen@res.emacsconf.org:~/.config/obs-studio/basic/profiles/ ~/.config/obs-studio/basic/profiles/ - - Dev: rsync -avze 'ssh -p 46668' emacsconf-dev@res.emacsconf.org:~/.config/obs-studio/basic/profiles/ ~/.config/obs-studio/basic/profiles/ - - - Sacha will turn off the OBS recordings on res so that you can test streaming from your computer - - If you're doing this independently, you can jump ahead to "Connecting to VNC" in order to stop the recording yourself +- Figure out how hosting can be done in shifts + - Add notes in one place +- Figure out how streaming can be done in shifts: OBS in the cloud? + - [[*Investigate streaming options, maybe OBS in the cloud][Investigate streaming options, maybe OBS in the cloud]] +- Figure out how publishing can be done in shifts + - Console Emacs in a VM with everything set up for publishing to the wiki - - Verify with MPV: - #+begin_example - mpv https://live0.emacsconf.org/emacsconf/gen.webm - mpv https://live0.emacsconf.org/emacsconf/dev.webm - #+end_example - - - With luck, the 480p streams will be up automatically as well - #+begin_example - mpv https://live0.emacsconf.org/emacsconf/gen-480p.webm - mpv https://live0.emacsconf.org/emacsconf/dev-480p.webm - #+end_example - -*** Connecting to VNC (option B) +[2022-10-04 Tue] +- Added option H: general starts with general Org use cases and moves on to more niche things on day 2. + - compared to A, general audience will be more interested in Org use + cases than in Hyperbole, and then we can look at specific + techniques on day 2 - 1. Stop broadcasting locally if you were testing local OBS. - - 2. Install a VNC viewer on your system (ex: tigervnc-viewer). - - 3. Set up your local environment: - - - gen: export TRACK=gen; export TRACK_PORT=5905; export SSH_PORT=46668 - - dev: export TRACK=dev; export TRACK_PORT=5906; export SSH_PORT=46668 - - 4. Copy the password: +[2022-10-04 Tue] +- Discussed option G with zaeph on #emacsconf-org. zaeph prefers + option A over option G because it gives people more choices - + they can hop from talk to talk. + +[2022-10-03 Mon] +- Discussed with bandali and zaeph on #emacsconf-org +- Decided on Option A with B, C, or F as fallbacks depending on volunteer roster +- Better for the viewers and the volunteers - scp emacsconf-$TRACK@res.emacsconf.org:~/.vnc/passwd vnc-passwd-$TRACK -p $SSH_PORT - - 5. Forward your local ports and connect via VNC viewer to the - appropriate forwarded port from your laptop: - #+begin_example - ssh emacsconf-$TRACK@res.emacsconf.org -N -L $TRACK_PORT:127.0.0.1:$TRACK_PORT -p $SSH_PORT & - 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 - - (If this doesn't find a VNC server to connect to, you can start it with ~ssh emacsconf-$TRACK@res.emacsconf.org -p $SSH_PORT /home/emacsconf-$TRACK/bin/track-vnc~) +** How much do we want to enrich the wiki with JS? +:PROPERTIES: +:CUSTOM_ID: wiki-design +:END: +Ideas to consider: +- Toggling local time display on the schedule +- Making organizers-notebook nicer to browse through (or maybe use organice?) +- Improve the video player (resolution switching? chapter markers?) - https://github.com/sampotts/plyr for video? - 6. Start *recording* (not streaming). If you don't see OBS when you connect, it's probably on workspace 2, so you can switch with Alt-2. If you still don't see it there, you can open a terminal with Alt-Enter and then run ~track-obs~. After you start recording, confirm that it is now broadcasting to the stream. +*** SOMEDAY [#C] ?: Figure out JS and CSS niceties that will make organizers-notebook more enjoyable to browse through :css:js: - 7. Verify with MPV on your local system: - #+begin_example - mpv https://live0.emacsconf.org/emacsconf/$TRACK.webm & - #+end_example - - 8. With luck, the 480p streams will be up automatically as well. On your local system: - #+begin_example - mpv https://live0.emacsconf.org/emacsconf/$TRACK-480p.webm & - #+end_example - 9. Play a video. It should display the video and update the overlays. If you need to update the overlays manually, you can copy files from ~/data/emacsconf/overlays~ onto ~$HOME/other.png~ and ~$HOME/video.png~. +- TODO/DONE/etc. keyword highlighting? +- Collapsible sections? +*** SOMEDAY [#C] ?: Find a way to add JS libraries to the wiki but shield them from anon editing :js: +gitolite should have some options to do this +*** SOMEDAY [#C] ?: Beautify video players :js:css: +Might not be necessary. + +** How do we want to make better use of Etherpad? +:PROPERTIES: +:CUSTOM_ID: pad-decision +:END: +Pain points: +- Lots of scrolling for speakers +- Takes some effort to move questions from IRC to the pad +*** How many pads do we want? +- One pad for everything + - Scroll down, down, down + - Easy to set up at the beginning + - Inertia +- One pad per set of talks (Saturday AM, Saturday PM, Sunday AM, Sunday PM) + - Less scrolling +- One pad per talk, plus one meta pad + - Very little scrolling + - Can send people directly to the pad +*** Do we want to host our own? +- Use etherpad.wikimedia.org + - Worked fine last year +- Host our own + - Might be able to use API to append questions to it, if we want to get super fancy +*** Do we want to embed the pad as an iframe on the watch page? on talk pages? +This guides people to use the pad for discussion/questions instead of IRC - You can play a video with ~play video-id~ (ex: ~play meetups~), or you can specify the filename (ex: ~play ~/stream/emacsconf-2022-meetups*.webm). +Options: - termit: Ctrl-Shift-t makes a new tab - - i3 cheat sheet: - - Alt-Enter creates a terminal - - Alt-d runs a command - - Alt-e toggles horizontal/vertical split - - Alt-f toggles full-screen - - Alt-w switches to tabbed view - - Alt-1 switches to workspace 1, Alt-2 switches to workspace 2 - - 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 +- Current: None, just a link +- Big pad on the watch page: +- Individual pads: + - Watch page needs to be updated with current pad and link to previous pad + - Individual talk page can embed the iframe +- Embed the IRC channel instead + +** Can we nudge people to ask IRC questions in a way that will make it easier for us to follow them? +:PROPERTIES: +:CUSTOM_ID: irc-markers +:END: - 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~ +Two tracks mean two IRC channels with lots of space for Q&A, so this may become less of an issue - 11. Test adjusting the audio +Pain points: - - ~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: +- Q&A/discussions often overlap with the next talks +- Sometimes questions don't get copied to the pad +- Fast discussions can get overwhelming - - You can use Emacs for emergency or ad-hoc announcements. - - Use OBS or ~pavucontrol~ to adjust the volume of BBB as needed. You might be able to manage ~pavucontrol~ off-screen with ~ssh emacsconf-$TRACK@res.emacsconf.org -X -p $SSH_PORT pavucontrol~. - - You can also ~ssh emacsconf-$TRACK@res.emasconf.org -p 46668~ and start new processes from the command-line, such as using ~track-mpv~. If you specify commands when you call SSH instead of using an interactive shell, you may need to also specify DISPLAY=:5 (for the gen track) or DISPLAY=:6 (for the dev track), since ssh won't pick up the variables from ~.bashrc~. - - If you have a Wayland-only desktop without any X11 compatibility layer (example: [[https://swaywm.org][Sway]] with ~xwayland disable~) the suggested software (~tigervnc~) might no work. You can use instead for example ~gnome-remote-desktop~. The password for the VNC connection can be retrieved from the file ~vnc-passwd-$TRACK~ (3DES encrypted). - -*** Managing the stream from the agenda (option B2) - -ssh orga@res.emacsconf.org -p $SSH_PORT -emacsconf # runs emacsclient -c -a emacs +Ideas: -You can then use +- Announce pad link at the beginning of the talk and at the start of + live Q&A, encourage most people to ask questions there +- Encourage people to start questions with Q: + - A little extra work, but not as much as including the slug + - Easier to pick out when people search + - Volunteers can restate questions easily if people forget the Q: +- Encourage people to start questions with Q-slug: (ex: Q-news: question about Emacs News Highlights, Q-journalism: ...) + - Easier to pick out questions even with overlapping Q&A/talks +- Use two or three IRC channels so that talks can rotate among channels + - Easier to pick out questions even with overlapping Q&A/talks + - Needs logging and more organizer attention +- Maybe a volunteer can have an ERC command that copies a question into a buffer, or even into the Etherpad +** Do we want people to advertise any openings with their companies or any work that they're looking for? +:PROPERTIES: +:CUSTOM_ID: advertising +:END: -- emacsconf-stream-play-video -- emacsconf-stream-open-qa-windows-on-change -- emacsconf-agenda-by-track -- emacsconf-agenda +- Speakers on their page? +- General audience on a wiki page somewhere? + +** Decision archive +:PROPERTIES: +:CUSTOM_ID: decision-archive +:END: +*** Where should volunteers e-mail? +:LOGBOOK: +- Note taken on [2022-09-23 Fri 11:26] \\ + Discussed in #emacsconf-org +:END: -If things are going well, you can use C-c C-t on the agenda view to change a talk to PLAYING, CLOSED_Q, or OPEN_Q, and various things should happen in the background. If they don't happen in the background, use emacsconf-add-org-after-todo-state-change-hook to add the todo state change hook, then try again. +- *Default to emacsconf-org and offer emacsconf-org-private as an option* +- emacsconf-org-private + - less public, e.g. if for whatever reason we might have to decline an offer of help + - Also, some people want to volunteer but do not want to be in the public’s eye. +- emacsconf-org + - If you’re thinking about the enticement factor of having people + volunteer publicly, we’ll still have a well-furnished list of people + helping us run the conf somewhere on the wiki. [11:22] + - i would think if someone doesn't want to do it publicly, they could + opt to write to -org-private instead, but otherwise the defacto + should be public (-org) + - i just think most folks would want to do this publicly unless for + specific reasons, rather than the other way around + +*** CANCELLED Do we want to do alt-stream the same way again this year? -Task state shortcuts for C-c C-t: +Superseded by decision to have multiple tracks -- m (mpv) :: PLAYING - -stream-play-video, emacsconf-stream-set-talk-info, publish the files to the media directory -- q (Q&A) :: CLOSED_Q -- o (open) :: update the BBB redirect URLs to let people into the room -- u (unstreamed) -- r (to archive) +- Alt stream joins the current session and then continues with it until the Q&A finishes; people join the BBB room if they want to ask questions + - Nice and convivial, Q&A still gets captured + - Inertia means most people get the main message +- Multiple streams with more space between talks, people choose which stream they want to watch + - How other conferences do it + - Speakers can attend related talks more easily +*** DONE Shall we put a generic e-mail address for sending feedback, maybe with different mailtos? +CLOSED: [2022-10-07 Fri 14:45] +Pain points: +- Many talk pages don't have public e-mail addresses, so it takes a + little extra work (or is sometimes impossible) for people to follow + up if they have questions -You can leave the emacsclient with ~C-x 5 0~ +Options: +- Do nothing (current) +- Add a mailto link to emacsconf-discuss that prepopulates the subject +- Add a mailto link to emacsconf-org + - Wider discussion +- *Add a mailto to emacsconf-org-private* + - Private feedback that can be forwarded to the speaker +*** DONE How many BBB rooms do we want to set up? +:PROPERTIES: +:CUSTOM_ID: bbb-rooms +:END: -**** Do Q&A +- One per talk + - We can send speakers a direct link to their room and they can check into it themselves + - Needs a little more work when setting up rooms and when extracting videos + - Easier for the host to join + - Check-in person can just keep an ear open in that room +- Five or so, rotating among them + - Check-in person directs the speaker to the next available room + - Worked fine last time +*** DONE How easy do we want to make it to join the BBB session? +:PROPERTIES: +:CUSTOM_ID: bbb-join +:END: +Considerations: +- It's easier for the checkin person to deal with only the speaker +- We may not want people to join the Q&A session at the beginning +- We want to make it easy for people to join the Q&A session eventually -From the emacsclient on orga@res.emacsconf.org, you can open various talk-related things: -- emacsconf-stream-open-pad -- emacsconf-stream-join-qa -- emacsconf-stream-join-chat +Options: -Alternatively, you can switch to the VNC viewer and use the links in -file:///data/emacsconf/2022/index-gen.html or -file:///data/emacsconf/2022/index-dev.html . +- PROBABLY EASIEST: Set it to anyone can join, but the meeting needs to be started by a + moderator. Start the meeting on the day of the talk. Announce the + BBB URL in the pad, IRC channel, and on the talk page when the host + is ready. Maybe add a rewrite rule when the host is ready. +- Set an access code. Announce the access code when the host is ready. + - Access codes are annoying to copy and paste. + - Access codes might get accidentally unset or regenerated. +- Set room so that moderators have to approve waiting users. + - Check-in has to watch out for waiting speaker. + - Host sets it to accept everyone who's waiting when the host is ready. + - Changing it to turn the option off doesn't seem to affect an + ongoing meeting, even though the web interface says you should be + able to change the setting any time. + - Waiting users don't make the user notification go ding. -For Q&A, you may want to have the Etherpad on the left, the BBB Q&A or -IRC chat on the right, and the terminal and OBS windows on -workspace 2. +Change talk status to OPEN_Q or UNSTREAMED_Q, and change to TO_ARCHIVE when done. +M-x emacsconf-publish-bbb-redirect to update the redirect for a single talk +M-x emacsconf-publish-bbb-redirect-all updates all the redirects +**** DONE Add nginx redirect from emacsconf.org +CLOSED: [2022-11-19 Sat 11:17] +/ssh:front|sudo::/etc/nginx/sites-available/emacsconf.org +*** DONE How do we want to name the BBB rooms? +CLOSED: [2022-10-19 Wed 11:08] +:PROPERTIES: +:CUSTOM_ID: bbb-name +:END: -*** Other tasks as needed +Needs to be easy to: +- share all the BBB rooms for a particular shift with the check-in volunteer +- start the BBB rooms for the morning +- match up the recordings with the talks afterwards +- find the BBB room for a talk or speaker +- remove all the BBB rooms for the year + +ec22-sat-am-dev Speaker Name (slugs) -**** Display emergency news / announcements +*** SOMEDAY [#C] Do we want to make the ikiwiki web-editable? +:PROPERTIES: +:CUSTOM_ID: cgi +:END: +Pain points: +- Speakers usually ended up going through us -M-x emacsconf-stream-broadcast to send a message to both streams -or M-x emacsconf-stream-set-news to send a message to one stream. +Options: +- Web-editable: + - Speakers and general public will be able to edit it more easily +- Git: (current) + - Haven't had a problem with spam + - Reduces merge conflict potential -If that doesn't work, edit the news file directly with: -~ssh emacsconf-$TRACK@res.emacsconf.org > ~/news.txt~ +*** DONE What ideas do we want to borrow from other conferences? +:PROPERTIES: +:CUSTOM_ID: other-confs +:END: -If that doesn't work, use the VNC session to switch to an Emacs window -and type your message in. +- FOSDEM had a conference track + - https://archive.fosdem.org/2022/schedule/track/conference_organisation/ +- DebConf + - Thorough documentation at https://debconf-video-team.pages.debian.net/docs/ + - https://debconf-video-team.pages.debian.net/docs/online_volunteer_roles.html + - Ansible: https://salsa.debian.org/debconf-video-team/ansible , https://debconf-video-team.pages.debian.net/ansible + - SReview for cutting videos? + - https://wiki.debian.org/Teams/DebConf/Video/Subtitles + - Pentabarf https://lists.debian.org/debconf-team/2008/08/msg00147.html + - Schedule shows local time and DebConf time: https://debconf21.debconf.org/schedule/ +- LibrePlanet https://libreplanet.org/2022/ + - libreadventure, minetest? -**** Kill the VNC server: + - https://www.collabmagazine.com/organizing-a-multi-track-virtual-conference-with-microsoft-teams-live-events-a-technical-playbook-and-lessons-learned/ : 4-person team, post-prod, break commercials + +* Roles needed +:PROPERTIES: +:CUSTOM_ID: roles +:END: +Each role comprises different responsibilities. A person may have multiple roles. An organizer might take the lead for a role, but if you want to volunteer, speak up and they'll probably be glad to share the load. -ssh emacsconf-$TRACK@res.emacsconf.org "vncserver -kill" +Some roles are also described on the https://emacsconf.org/2022/volunteer page. If you want to encourage people to volunteer to help, add a role description there. +** During the proposal stage -| ~/bin/track-obs | start OBS with the track's profile and scene collection | -| ~/bin/track-mpv file.webm | play the file using the track's sink | +The roles below are related to the proposals in the early stages of the preparation. -**** Making OBS scenes +- Scheduler (SCHED: sachac) + - Process talks as they come and find the best place for them in the timeline + - Keep track of availability and thematic constraints and find solutions that accommodate most +- Reviewer + - Review the proposals sent to emacsconf-submit before the speaker-notification deadline + - Raise flags if there are problems with a proposal (e.g. too much content for the short format) +- Listener + - Receive emails from emacsconf-submit + - Ensure that candidates are sticking to the prescribed format (esp. the 10/20/40 duration rule) + - Respond to people's requests and suggestions, pulling in other people to help as needed +- Publisher (PUB: sachac) + - Set up the wiki page +- Infrastructure + - Figure out streaming options + - Set up file upload system that speakers will use + - Plan other systems that people will use + +** When speakers have submitted their pre-recorded videos -Making OBS scenes is pretty straightforward as you can move the -different blocks on your scene in the preview window. However, it’s -important to make sure that your video-captures and your overlays are -snapping properly to the edges of the view-port. To do this, make sure -to right-click on the block inside the preview window, and try the -different fitting options (fit by width, height, etc.) until you find -one that works best. +- Copy to backstage as --original.webm and --main.webm using M-x emacsconf-upload-copy-from-json +- Copy to res /data/emacsconf/2022 +- Start /data/emacsconf/2022/process-captions.py if it's not already running +- Use ~zaeph/scripts/reencode.sh on the file as well -We’ll probably be streaming at 720p, but since we’re also considering -a 1080p update, try to create your overlays in a format or a resolution -that would support resizing. +- Video processor (zaeph) + - Standardize and compress uploaded videos +- Caption lead (sachac) + - Prepare videos and starting captions for captioning volunteers +- Captioner + - Edit automatically-generated captions to correct misrecognized words + - Nice to have: Break up the captions in better places so that subtitles are neither too long nor too short + - Perk: Get access to prerecorded videos +- Quality checker + - Doublecheck videos for potential encoding issues or compression artifacts that get in the way of viewing + - Doublecheck captions +- Tech checker + - Help speakers check that their system works well with BBB for live Q&A -*** Other notes -There are sockets in the home directory for MPV control if you want to keep that process. -echo '{ "command": ["loadfile", "test2.webm"] }' | socat - ~/mpv-socket-emacsconf-dev -*** DONE Test and document command-line way of managing audio :sachac: -CLOSED: [2022-11-19 Sat 11:14] DEADLINE: <2022-11-20 Sun> +** During the conference +- Streamer (STREAM) + - Download prerecorded videos + - Send the combined stream to Icecast for broadcasting +- Director (DIR: corwin) - possibly same as streamer + - Switch scenes, manage audio volumes as needed + - Provide timekeeping information to host (especially go-live countdowns) +- Host (HOST: zaeph) + - Introduce talks and speakers + - Read questions + - Give time warnings + - Thank speakers and transition to next talk +- Timekeeper - possibly same as host + - Manage time based on all available information (prerecs durations, speakers not showing up, etc.) +- Check in (CHECK) + - Notice speakers checking into IRC + - Get them into the correct room and help them doublecheck their audio and video quality + - Troubleshoot as needed + - Notify host about next room to join + - Follow up with speakers who haven't checked in yet + - Check on speakers periodically so that they're not waiting alone +- Questions + - Copy questions from IRC and the pad to wherever the host and speaker are looking +- Pad scribe + - Organize and format people's contributions + - Add notes about links, key points, questions, answers +- Accessibility (ACCESS: dto) + - Describe visuals in #emacsconf-accessible + - Nice to have: echo the captions into #emacsconf-accessible +- Quality checker + - Doublecheck stream quality and audio volume +- Publisher (PUB: sachac) + - Announce talks in the IRC channels + - Nice to have: Update the wiki page with resources (video) + - Nice to have: Set resources to public as each talk is played (Toobnix, YouTube) + - Nice to have: Update the schedule to reflect changes throughout the day +*** Shifts +:PROPERTIES: +:CUSTOM_ID: shifts +:END: -*** DONE Move my conf.org setup to res so that we can control everything from there -CLOSED: [2022-11-03 Thu 14:10] -*** DONE Set timers for changing todo state -CLOSED: [2022-11-13 Sun 11:13] +#+BEGIN_EXPORT md + +#+END_EXPORT -#+begin_src emacs-lisp :eval no - (defun emacsconf-schedule-test-buffer (info) - (mapcar (lambda (o) (plist-put o :buffer "1") o) info)) - (let ((emacsconf-schedule-strategies '(emacsconf-schedule-test-buffer))) - (emacsconf-stream-schedule-timers (emacsconf-schedule-prepare - (emacsconf-schedule-inflate-sexp - `(("Test gen" :start ,(format-time-string "%Y-%m-%d %H:%M" - (time-add (current-time) (seconds-to-time 60)))) - (journalism :time "1") - (school :time "2") - (handwritten :time "1") - ("Test dev" :start ,(format-time-string "%Y-%m-%d %H:%M" - (time-add (current-time) (seconds-to-time 60)))) - (treesitter :time "2") - (lspbridge :time "1") - (asmblox :time "1")))))) - #+end_src +AM: 9-12 PM EST, PM: 1-5 PM EST (plus a little extra for setup/transition) -the dev one worked, but the gen one gets -Couldn’t find local shell prompt for /bin/sh -Tramp: Opening connection *Async Shell Command* for emacsconf-gen@res.emacsconf.org using ssh...failed +Saturday Dec 3 +#+NAME: saturday-shifts +| | Host | Streamer | Checkin | IRC | Pad | +|--------+----------+----------+------------+----------+------------| +| Gen AM | zaeph | corwin | sachac | sachac | publicvoit | +| Gen PM | zaeph | corwin | FlowyCoder | dto | publicvoit | +| Dev AM | bandali | bandali | sachac | dto | | +| Dev PM | vetrivln | bandali | FlowyCoder | vetrivln | | -Maybe I need to stagger them, or maybe I need to use a shell command. -Changed to call ssh directly instead of using tramp. +publicvoit - pad until 4pm on Sat, until 2pm on Sun -*** DONE Figure out how to work with the layout -CLOSED: [2022-11-08 Tue 12:32] -https://i3wm.org/docs/layout-saving.html -*** DONE Allow per-track configuration of todo hooks :sachac: -CLOSED: [2022-11-08 Tue 12:49] -emacsconf-todo-hooks -*** CANCELLED [#C] Use xdotool to automate joining BBB in Firefox (signing in, clicking on listen only) -CLOSED: [2022-11-08 Tue 12:32] -*** CANCELLED [#C] Experiment with sharing part of the screen so that there's space for us to work a little off-screen -CLOSED: [2022-11-08 Tue 12:32] +Sunday Dec 4 +#+NAME: sunday-shifts +| | Host | Streamer | Checkin | IRC | Pad | +|--------+----------+----------+------------+----------+------------| +| Gen AM | zaeph | corwin | sachac | sachac | publicvoit | +| Gen PM | zaeph | jman | FlowyCoder | dto | publicvoit | +| Dev AM | bandali | bandali | sachac | dto | | +| Dev PM | vetrivln | bandali | FlowyCoder | vetrivln | | -We might just have to rely on xdotool to move windows the way we want them -Window fixes that didn't work -- https://obsproject.com/forum/threads/solved-window-capture-black-screen.47082/ -- https://www.reddit.com/r/obs/comments/kas5ka/obs_window_capture_xcomposite_black_screen/ - -*** DONE Set up scenes and try them -CLOSED: [2022-10-30 Sun 21:54] -*** DONE Set up text source for URL -CLOSED: [2022-10-30 Sun 21:54] -*** DONE Create Ansible tasks for setting up sinks for MPV and Firefox for the streams, and adding the scenes appropriately -CLOSED: [2022-10-30 Sun 21:54] -*** DONE See if I can even Ansible-up the rest of the tasks -CLOSED: [2022-10-30 Sun 21:54] -like starting up Firefox and mpv and everything -*** CANCELLED obs-websocket control of OBS on the server -CLOSED: [2022-11-19 Sat 11:14] -so that the streamer can adjust volume offscreen? -*** DONE document such that someone else could use/fix it -CLOSED: [2022-11-19 Sat 11:15] -*** DONE recruit at least one more person to help operate the "video bouncer" -CLOSED: [2022-11-19 Sat 11:15] -*** Other notes -- bandali doesn't have much cognitive bandwidth at the moment, so we can keep things simple with OBS on laptops +Backups: +- dev host/streamer: bandali, sachac +- gen host/streamer: zaeph, sachac +- checkin, IRC, pad: sachac -- Issue: zaeph was dropping frames and couldn’t pay attention to as many things as he wanted -- Issue: corwin needs assistance to not be locked in his chair for the whole conf. Premptively, zaeph can do it by broadcasting OBS scenes via the rtmp (instead of just his webcam). -- With a long day, we may want to be able to schedule hosts/streamers/publishers in shifts -- Ideal: Easy reproducible setup to spin up an OBS VM with scenes set up, allowing multiple users to connect to it at the same time. Maybe x2go or vnc? VMs with 8 vCPUs and a vGPU cost more, so it would be good to figure out what's needed, spin it down, and then spin it up maybe the day before or something like that. -- Plus points if we can control the OBS via password-protected websocket so we can tell it to switch scenes (and even more points if we do so from Emacs, maybe via that obs-websocket.el ;) ). MPV is also controllable via IPC, so we can use the same MPV player and then switch videos around. Maybe mpvc? https://unix.stackexchange.com/questions/664728/how-can-i-control-mpv-in-command-line -- Probably Linode's Dedicated 32 GB + RTX6000 GPU x1 at $1.50 an hour for 2-3 days + dev time, since live.emacsconf.org is in Linode as well -- We should also look into normalization across the board, especially if we have BBB participants. pipewire + easyeffects on the box might be the easiest way to do it. - +Interested in a shift? Please e-mail [[mailto:emacsconf-org-private@gnu.org]] and we'll help you figure out what you need to learn. + +#+begin_src emacs-lisp :var sat=saturday-shifts :var sun=sunday-shifts :rownames no :colnames no :results verbatim replace +`(setq emacsconf-shifts + (list + ,@(apply #'append + (mapcar + (lambda (day) + (let ((headers (mapcar (lambda (field) (intern (concat ":" (downcase field)))) + (cdr (car (cadr day)))))) + (mapcar + (lambda (row) + (apply #'append + (list 'list :id + (when (string-match "^\\([^ ]+\\) \\(AM\\|PM\\)" (car row)) + (format "%s-%s-%s" + (car day) + (downcase (match-string 2 (car row))) + (downcase (match-string 1 (car row))))) + :track + (if (string-match "^Gen" (car row)) "General" "Development") + :start + (format "%sT%s:00:00%s" + (elt day 2) + (if (string-match "AM" (car row)) "08" "13") + emacsconf-timezone-offset) + :end + (format "%sT%s:00:00%s" + (elt day 2) + (if (string-match "AM" (car row)) "12" "18") + emacsconf-timezone-offset)) + (seq-map-indexed + (lambda (value index) + (unless (string= value "") + (list (elt headers index) value))) + (cdr row)))) + (cdr (cadr day))) + )) + (list + (list "sat" sat "2022-12-03") + (list "sun" sun "2022-12-04")))))) +#+end_src +#+RESULTS: +:results: +(setq emacsconf-shifts (list (list :id "sat-am-gen" :track "General" :start "2022-12-03T08:00:00-0500" :end "2022-12-03T12:00:00-0500" :host "zaeph" :streamer "corwin" :checkin "sachac" :irc "sachac" :pad "publicvoit") (list :id "sat-pm-gen" :track "General" :start "2022-12-03T13:00:00-0500" :end "2022-12-03T18:00:00-0500" :host "zaeph" :streamer "corwin" :checkin "FlowyCoder" :irc "dto" :pad "publicvoit") (list :id "sat-am-dev" :track "Development" :start "2022-12-03T08:00:00-0500" :end "2022-12-03T12:00:00-0500" :host "bandali" :streamer "bandali" :checkin "sachac" :irc "dto") (list :id "sat-pm-dev" :track "Development" :start "2022-12-03T13:00:00-0500" :end "2022-12-03T18:00:00-0500" :host "vetrivln" :streamer "bandali" :checkin "FlowyCoder" :irc "vetrivln") (list :id "sun-am-gen" :track "General" :start "2022-12-04T08:00:00-0500" :end "2022-12-04T12:00:00-0500" :host "zaeph" :streamer "corwin" :checkin "sachac" :irc "sachac" :pad "publicvoit") (list :id "sun-pm-gen" :track "General" :start "2022-12-04T13:00:00-0500" :end "2022-12-04T18:00:00-0500" :host "zaeph" :streamer "jman" :checkin "FlowyCoder" :irc "dto" :pad "publicvoit") (list :id "sun-am-dev" :track "Development" :start "2022-12-04T08:00:00-0500" :end "2022-12-04T12:00:00-0500" :host "bandali" :streamer "bandali" :checkin "sachac" :irc "dto") (list :id "sun-pm-dev" :track "Development" :start "2022-12-04T13:00:00-0500" :end "2022-12-04T18:00:00-0500" :host "vetrivln" :streamer "bandali" :checkin "FlowyCoder" :irc "vetrivln"))) +:end: -- https://docs.vdo.ninja/ -- Live Streaming using low configuration vps https://www.youtube.com/watch?v=3iBYYgkG1eM&t=953 -- https://snowmix.sourceforge.io/Examples/input.html -- https://www.google.com/url?sa=t&source=web&rct=j&url=https://m.youtube.com/watch%3Fv%3D1y-DUYiECWQ&ved=2ahUKEwjPru_TqOv6AhVMkokEHXL9Dm4QtwJ6BAgqEAI&usg=AOvVaw17mbCEiFL6dGVY4YEBufcy -- [[https://news.ycombinator.com/item?id=24633139][OBS Studio 26.0 | Hacker News]] -- https://github.com/mviereck/x11docker#sound -- https://vcs.fsf.org/?p=streamdesktop.git;a=tree -- https://opensource.com/article/20/5/conference-free-software -- https://github.com/soonum/hubangl -- https://obsproject.com/forum/threads/run-obs-on-vm-in-the-cloud.122543/ -** INPROGRESS Use Mumble for backchannel coordination and also on-stage -DEADLINE: <2022-11-18 Fri> +** After the conference +- Video processor + - Extract live segments into videos +- Captioner + - Add more captions + - Summarize Q&A +- Publisher + - Post more information +* Infrastructure notes :PROPERTIES: -:CUSTOM_ID: mumble +:CUSTOM_ID: infra :END: -[2022-11-19 Sat] sachac: Confirmed that you can join the emacsconf-dev or emacsconf-gen channel if you have access, and you can speak on air in just that channel - -*** DONE Update the Mumble setup :bandali: -CLOSED: [2022-11-19 Sat 11:15] -- [X] Add emacsconf-gen and emacsconf-dev channels -- [X] Give the emacsconf-gen and emacsconf-dev users access to them -- [X] Give the other organizers access to emacsconf-gen, emacsconf-dev, and org-private -- [X] Get emacsconf-gen and -dev to join the right channels -*** DONE E-mail volunteers and help them get on Mumble :bandali: -CLOSED: [2022-11-19 Sat 09:03] - -**** Template - -We plan to use Mumble as a virtual walkie-talkie during the conference -so that we can quickly talk to each other as needed. It can also be a -way for us to add our audio to the streams. Please set up your system -as follows: - -1. Install a Mumble client on the device you want to use to connect to - the voice channel. It can be your computer or phone. You can choose - the username that you would like to log in with. -2. Create and backup your certificate. (This is part of the wizard for - the desktop client, and it might be automatic on a phone client.) -3. Connect to mumble.emacsconf.org with your desired username. -4. Register your account on the server using the ~Self > Register~ - command. This reserves your username using your certificate and - allows me to add you to ACLs. -5. Let me know (sachac on #emacsconf-org in IRC or - sacha@sachachua.com) when you've registered so that I can add you - to the access control lists for the private channels. If I'm around - on mumble (sachac), you can say hi to me there and confirm that - it's working. - -You can enter a channel by double-clicking on it. (On Mumla for -Android, entering a channel is instead done by clicking on the arrow -to the right of the channel.) Then your audio will go to that channel, -and you can hear audio from that channel. We can use the -~emacsconf-gen~ and ~emacsconf-dev~ channels to speak on air, and we -can use the ~backstage~ channel for coordination. +** Uh... how should ikiwiki be set up? +:PROPERTIES: +:CUSTOM_ID: ikiwiki +:END: -Looking forward to hearing from you! +- remove the ikiwiki_src clone from the ansible config +https://ikiwiki.info/rcs/git/ +bare repo has a post-update hook that updates the src repo +src repo is ~ikiwiki/emacsconf +~git/repositories/pub/emacsconf-wiki.git/hooks/post-update runs ~git/repositories/pub/emacsconf-wiki.git/hooks/post-update.h00-ikiwiki-wrapper +there is an anon mirror that's updated with sudo -u anon /home/anon/fetch-wiki +the git wrapper is +/home/ikiwiki/hooks/emacsconf -Sacha +~anon/emacsconf-wiki.git has origin git@git.emacsconf.org:pub/emacsconf-wiki (fetch) +but git log does not have the new stuff +Where is the new stuff? +... hah, maybe I forgot to push -*** DONE Generate certificates, add them to conf.org, and register the users :sachac: -CLOSED: [2022-11-08 Tue 11:33] -*** WAITING Set up Mumble and bring the volunteers on board -SCHEDULED: <2022-11-26 Sat> +** Backstage :PROPERTIES: -:CREATED: [2022-11-19 Sat 07:59] +:CUSTOM_ID: infra-backstage :END: +*** File suffixes, and what they correspond to +Per categories, earlier suffixes come earlier in the process. +|----------------------------+------------------------------------------------------------------------| +| Suffix | Description | +|----------------------------+------------------------------------------------------------------------| +| VIDEO | | +| --original.EXT | File as submitted by speaker | +| --reencoded.webm | Reencode via ffmpeg incantation | +| --final.webm | Broadcast-ready reencode with normalized audio | +|----------------------------+------------------------------------------------------------------------| +| AUDIO | | +| --original.EXT | Extracted audio track from speaker upload; used for speech-recognition | +| --normalized.opus | Normalized audio track | +|----------------------------+------------------------------------------------------------------------| +| SUBTITLES | | +| --?(incomplete-)transcript | Transcript provided by speaker | +| --main.EXT | Broadcast-ready reencode; different formats for different uses | +|----------------------------+------------------------------------------------------------------------| -| | Emailed | Onboarded | -|------------+---------+------------------------------------------------------------| -| FlowyCoder | X | [2022-11-19 Sat] access granted, briefed | -| jman | X | | -| vetrivln | X | [2022-11-19 Sat] access granted, needs to figure out audio | +* Other tasks and processes +:PROPERTIES: +:CUSTOM_ID: other +:END: -** Volunteer update +#+TOC: headlines 1 local +** Giving conf.org access to a new volunteer or fake user :PROPERTIES: -:CUSTOM_ID: volunteer-2022-11-14 +:CUSTOM_ID: private-access :END: +This can only be done by the admins of the gitolite instance (zaeph, +or bandali as a backup). This is because the changes need to be made +in the gitolite-admin repo that can only be accessed by admins. In a +pinch, people with access to the `orga` user on front0 can manually +add themselves to the list of admins and manually rebuild the +instance. + +Regular process: +- Get public key from volunteer, +- Add key under ~./key/dir/~, +- Update permissions on ~./conf/gitolite.conf~, +- Push to origin. -- talk banners, akshay -** DONE Make a linear hyperlist for managing EmacsConf :sachac: -CLOSED: [2022-11-14 Mon 14:14] +** As prerecorded talks come in :PROPERTIES: -:CUSTOM_ID: hyperlist +:CUSTOM_ID: prerec-process :END: -Goal: -- Volunteers should be able to coordinate everything by stepping through a linear list of things to do -- The hyperlist will primarily live on orga@res.emacsconf.org and be accessed through emacsclient. (Maybe sat.org and sun.org) -- Volunteers should be able to take breaks as needed +- Sacha: Parcel out captioning work to volunteers, help them get set up +- Volunteers: Caption pre-recorded videos (usually starting from autogenerated ones for easier work) +- Make sure all the links/resources mentioned are written down somewhere (web page and enriched captions for pasting into #emacsconf-accessible) +*** Compress the video +Usage: =compress-video.sh original-file output-file=: -- 9:05 Journalism - - [ ] Check ${name} into _BBB room_ - - [X] [[elisp:(emacsconf-update-talk-status "journalism" "." "PLAYING")][Start talk]] - - [X] [[elisp:(emacsconf-update-talk-status "journalism" "." "CLOSED_Q")][Start closed Q&A]] - - [ ] [[elisp:(emacsconf-update-talk-status "journalism" "." "OPEN_Q")][Open Q&A]] - - [ ] [[elisp:(emacsconf-update-talk-status "journalism" "." "UNSTREAMED_Q")][Mark Q&A as unstreamed]] - - [ ] [[elisp:(emacsconf-update-talk-status "journalism" "." "TO_ARCHIVE")][Finish talk]] -- 9:40 Handwritten - - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "PLAYING")][Start talk]] - - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "CLOSED_Q")][Start closed Q&A]] - - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "OPEN_Q")][Open Q&A]] - - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "UNSTREAMED_Q")][Mark Q&A as unstreamed]] - - [ ] [[elisp:(emacsconf-update-talk-status "handwritten" "." "TO_ARCHIVE")][Finish talk]] +(zaeph might tinker with this) -See sat.org and sun.org in the conf private repo +#+begin_src sh :eval no :tangle compress-video.sh +Q=32 +ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -an -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -threads 8 /dev/null && +ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -c:a copy -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -threads 8 "$2" +#+end_src -Try them in an Etherpad +We tried using q56 before, but it was a little too aggressive. Q=32 is the default and is probably a reasonable space vs. quality compromise. -https://media.emacsconf.org/2022/backstage/index-gen.html -https://media.emacsconf.org/2022/backstage/index-dev.html -https://media.emacsconf.org/2022/backstage/hyperlists/ +2020 version used with parallel -[[#coordination][How do we want to coordinate during the conference itself?]] -*** DONE Try writing it to an Etherpad -CLOSED: [2022-11-14 Mon 14:14] SCHEDULED: <2022-11-19 Sat> +#+begin_src sh :tangle get-and-compress.sh :eval no +Q=$1 +WIDTH=1280 +HEIGHT=720 +AUDIO_RATE=48000 +VIDEO_FILTER="scale=w=${WIDTH}:h=${HEIGHT}:force_original_aspect_ratio=1,pad=${WIDTH}:${HEIGHT}:(ow-iw)/2:(oh-ih)/2,fps=25,colorspace=all=bt709:iall=bt601-6-625:fast=1" +FILE=$2 +SUFFIX=$Q +shift +shift +if [ ! -f $FILE ]; then + wget https://mirror.csclub.uwaterloo.ca/emacsconf/2020/$FILE +fi +ffmpeg -y -i "$FILE" -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -an -threads 8 /dev/null && +if [[ $FILE =~ "webm" ]]; then + ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a copy "${FILE%.*}--compressed$SUFFIX.webm" +else + ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a libvorbis "${FILE%.*}--compressed$SUFFIX.webm" +fi +rm $FILE +#+end_src -*** TODO [#A] Revisit the hyperlists to make sure they make sense -:PROPERTIES: -:CREATED: [2022-11-19 Sat 07:49] -:END: -*** TODO [#B] Add intro notes and specific talk notes to the hyperlist -*** TODO [#A] Make a hyperlist for checking people in for easier copying and pasting -** SOMEDAY [#C] Consider breakout rooms for lunch break -:PROPERTIES: -:CREATED: [2022-11-07 Mon 08:12] -:CUSTOM_ID: breakouts -:END: +2022 version used with parallel to compress low version -** STARTED Review notebook for tasks, priorities, and scheduling -:PROPERTIES: -:CREATED: [2022-11-19 Sat 08:01] -:CUSTOM_ID: review -:Effort: 0:15 -:END: -:LOGBOOK: -CLOCK: [2022-11-19 Sat 11:17] -:END: -* Projects to bear in mind but which are not actual -:PROPERTIES: -:CUSTOM_ID: maybe-projects -:END: +#+begin_src sh :eval no :tangle "compress-video-low.sh" +Q=$1 +WIDTH=1280 +HEIGHT=720 +AUDIO_RATE=48000 +VIDEO_FILTER="scale=w=${WIDTH}:h=${HEIGHT}:force_original_aspect_ratio=1,pad=${WIDTH}:${HEIGHT}:(ow-iw)/2:(oh-ih)/2,fps=25,colorspace=all=bt709:iall=bt601-6-625:fast=1" +FILE=$2 +SUFFIX=$Q +shift +shift +ffmpeg -y -i "$FILE" -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -an -threads 8 /dev/null && +if [[ $FILE =~ "webm" ]]; then + ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a copy "${FILE%.*}--compressed$SUFFIX.webm" +else + ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a libvorbis "${FILE%.*}--compressed$SUFFIX.webm" +fi -** DONE Find a way to accommodate a specific return-speaker -CLOSED: [2022-11-19 Sat 11:17] -We’re not sure if we’re going to get a presentation or a prerec for them -this year, but we need to keep this at the back of our minds. -Note on how DebConf handled incidents: -https://www.mail-archive.com/search?l=debconf-team@lists.debian.org&q=subject:%22Re%5C%3A+DebConf+21+Incident+Response%22&o=newest&f=1 +#+end_src +*** sachac -* Things to figure out / decisions to make +- download to local cache + ~/proj/emacsconf/private/sync-cache +- upload to YouTube in case we can get autogenerated subtitles from there + https://studio.youtube.com/channel/UCwuyodzTl_KdEKNuJmeo99A/videos/upload?filter=%5B%5D&sort=%7B%22columnType%22%3A%22date%22%2C%22sortOrder%22%3A%22DESCENDING%22%7D +- upload to res:~/2022/captions +- caption.sh +- sync-cache to copy the vtt +- emacsconf-make-backstage-index +- send confirmation e-mail +*** Confirmation e-mail :PROPERTIES: -:CUSTOM_ID: decisions +:CUSTOM_ID: confirm-prerec :END: - -#+TOC: headlines 1 local -** How do we want to coordinate during the conference itself? +**** DONE Make sure all submissions have been acknowledged +CLOSED: [2022-11-19 Sat 11:18] +- [X] sibi +- [X] vidianos +- [X] bhavin +- [X] gopar +- [X] bala +- [X] andrea +- [X] andrew +- [X] zachary for asmblox (reception confirmed by zaeph, and no problem + with video) +- [X] ramin (ack’d by zaeph) +- [X] abin (meain, ack’d by zaeph) + +**** Acknowledge pre-rec submission :PROPERTIES: -:CUSTOM_ID: coordination +:CUSTOM_ID: ack-prerec :END: -- Considerations: - - Good to have something that the hosts and streamers can walk through step by step - - Do we want the check-in volunteer to also keep something - - Announcing and publishing are easier if the task states are updated - -- Mumble for walkie-talkie communications? - - Can we keep it off the stream more reliably, but still be able to choose to put it on the stream? - - We can keep it in the combined sink and then manually go to that - channel in our clients when we want to talk on stream - - Should we have a Gen channel and a Dev channel so that we can choose to speak into ? -- Checklist - - Etherpad - - All the volunteers can access it easily - - Tasks can be updated through SSH commands - - conf.org - - Run Emacs commands directly from it - - A little trickier in terms of access - -** How do we want to make the full schedule more manageable? +#+begin_src emacs-lisp +(defun emacsconf-mail-acknowledge-submission (talk &optional template) + (interactive (list (emacsconf-complete-talk-info))) + (save-window-excursion + (emacsconf-with-talk-heading (plist-get talk :slug) + (emacsconf-cache-video-data talk) + (when (string= (plist-get talk :status) "WAITING_FOR_PREREC") + (org-todo "TO_PROCESS")))) + (emacsconf-publish-backstage-index) + (emacsconf-mail-prepare + (or template (emacsconf-mail-merge-get-template "ack-prerec")) + (plist-get talk :email) + (list + :backstage "https://media.emacsconf.org/2022/backstage/" + :backstage-user "emacsconf" + :backstage-password emacsconf-backstage-password + :time (plist-get talk :time) + :title (plist-get talk :title) + :email (plist-get talk :email) + :minutes (plist-get talk :video-time) + :speakers-short (plist-get talk :speakers-short) + :url (concat emacsconf-base-url (plist-get talk :url)) + :year emacsconf-year))) +#+end_src +**** Template :PROPERTIES: -:CUSTOM_ID: sched-decision +:EMAIL_ID: ack-prerec +:TO: ${email} +:REPLY_TO: emacsconf-submit@gnu.org, ${email} +:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} +:CC: emacsconf-submit@gnu.org +:SUBJECT: EmacsConf ${year}: Thank you for uploading your video! :END: -Host role: -- Give the speaker a heads-up before their Q&A session begins -- If needed, read the questions from the pad to the speaker (Many speakers are comfortable reading the pad on their own.) -- Give the speaker time warnings before the end of their Q&A session on the stream. Interested participants can continue - -Streamer role: -- Switch between playing the prerec and joining the Q&A session -- Adjust audio volume at the beginning of the Q&A session -- (optional) Switch scene layouts to focus on different things - -Shifts will be Sat AM, Sat PM, Sun AM, or Sun PM per track. People can take multiple shifts. +Hi, ${speakers-short}! -https://emacsconf.org/2022/decisions/#schedule +Just a quick note to let you know that I've downloaded your submission +for "${title}". We've added your submission to the backstage area at +${backstage} (username: ${backstage-user}, password: +${backstage-password}), and we'll post the files on your talk page +when the talk is public. A quick check shows that your video is about +${minutes} minutes long (${time} minutes budgeted). -- Figure out how hosting can be done in shifts - - Add notes in one place -- Figure out how streaming can be done in shifts: OBS in the cloud? - - [[*Investigate streaming options, maybe OBS in the cloud][Investigate streaming options, maybe OBS in the cloud]] -- Figure out how publishing can be done in shifts - - Console Emacs in a VM with everything set up for publishing to the wiki +We'll be working on captioning it over the next few weeks. We'll +e-mail again a little closer to the conference with schedule updates +and other useful information. If you want to upload a new version, you +can upload it the same way you did the previous one. -[2022-10-04 Tue] -- Added option H: general starts with general Org use cases and moves on to more niche things on day 2. - - compared to A, general audience will be more interested in Org use - cases than in Hyperbole, and then we can look at specific - techniques on day 2 - -[2022-10-04 Tue] -- Discussed option G with zaeph on #emacsconf-org. zaeph prefers - option A over option G because it gives people more choices - - they can hop from talk to talk. - -[2022-10-03 Mon] -- Discussed with bandali and zaeph on #emacsconf-org -- Decided on Option A with B, C, or F as fallbacks depending on volunteer roster -- Better for the viewers and the volunteers +Please feel free to e-mail us at emacsconf-submit@gnu.org if you need +help updating the talk wiki page at ${url} or if you have other +questions. +Thank you so much for all the work you put into preparing a talk for +EmacsConf ${year}, and thank you for submitting the prerecorded video +before the conference! -** How much do we want to enrich the wiki with JS? +Sacha Chua +*** Mastering the prerec’s audio-track :PROPERTIES: -:CUSTOM_ID: wiki-design +:CUSTOM_ID: mastering :END: -Ideas to consider: -- Toggling local time display on the schedule -- Making organizers-notebook nicer to browse through (or maybe use organice?) -- Improve the video player (resolution switching? chapter markers?) - https://github.com/sampotts/plyr for video? -*** SOMEDAY [#C] ?: Figure out JS and CSS niceties that will make organizers-notebook more enjoyable to browse through :css:js: +Mastering is the process of preparing an audio-track for a purpose. For +us, the purpose is quite simple: maximize the intelligibility of the +speaker and minimize the noise. +We can get great results with Audacity for the vast majority of +audio-tracks. Sometimes, however, some audio-tracks have intractable +noise-profile that require the use of model-based denoising filters that +can applied with ffmpeg. -- TODO/DONE/etc. keyword highlighting? -- Collapsible sections? -*** SOMEDAY [#C] ?: Find a way to add JS libraries to the wiki but shield them from anon editing :js: -gitolite should have some options to do this -*** SOMEDAY [#C] ?: Beautify video players :js:css: -Might not be necessary. - -** How do we want to make better use of Etherpad? -:PROPERTIES: -:CUSTOM_ID: pad-decision -:END: -Pain points: -- Lots of scrolling for speakers -- Takes some effort to move questions from IRC to the pad -*** How many pads do we want? -- One pad for everything - - Scroll down, down, down - - Easy to set up at the beginning - - Inertia -- One pad per set of talks (Saturday AM, Saturday PM, Sunday AM, Sunday PM) - - Less scrolling -- One pad per talk, plus one meta pad - - Very little scrolling - - Can send people directly to the pad -*** Do we want to host our own? -- Use etherpad.wikimedia.org - - Worked fine last year -- Host our own - - Might be able to use API to append questions to it, if we want to get super fancy -*** Do we want to embed the pad as an iframe on the watch page? on talk pages? -This guides people to use the pad for discussion/questions instead of IRC +We’ll start with the average Audacity workflow, and we’ll move on to the +model-based filters after. -Options: +**** Audacity workflow +When we process a prerec, we extract the audio of the original upload +and add it to the backstage. You should be able to find it under the +name --original.$audio_format or --main.$audio_format. If it’s not +there, it’s easy to extract the audio from the original video, but +we’d prefer if you warned core-organizers about it because it’s not +normal. -- Current: None, just a link -- Big pad on the watch page: -- Individual pads: - - Watch page needs to be updated with current pad and link to previous pad - - Individual talk page can embed the iframe -- Embed the IRC channel instead - -** Can we nudge people to ask IRC questions in a way that will make it easier for us to follow them? -:PROPERTIES: -:CUSTOM_ID: irc-markers -:END: +We’ve simplified the process down to these steps: -Two tracks mean two IRC channels with lots of space for Q&A, so this may become less of an issue +1. Open the audio file in Audacity. -Pain points: + You might want to increase the size of the waveform by pulling on the + bottom of the bottom of the track. -- Q&A/discussions often overlap with the next talks -- Sometimes questions don't get copied to the pad -- Fast discussions can get overwhelming - -Ideas: + [[https://media.emacsconf.org/misc/audacity-demo-noise-reduction.webm][audacity-demo-noise-reduction.webm]] -- Announce pad link at the beginning of the talk and at the start of - live Q&A, encourage most people to ask questions there -- Encourage people to start questions with Q: - - A little extra work, but not as much as including the slug - - Easier to pick out when people search - - Volunteers can restate questions easily if people forget the Q: -- Encourage people to start questions with Q-slug: (ex: Q-news: question about Emacs News Highlights, Q-journalism: ...) - - Easier to pick out questions even with overlapping Q&A/talks -- Use two or three IRC channels so that talks can rotate among channels - - Easier to pick out questions even with overlapping Q&A/talks - - Needs logging and more organizer attention -- Maybe a volunteer can have an ERC command that copies a question into a buffer, or even into the Etherpad -** Do we want people to advertise any openings with their companies or any work that they're looking for? -:PROPERTIES: -:CUSTOM_ID: advertising -:END: +2. Find a moment of quiet in the video, and select it. -- Speakers on their page? -- General audience on a wiki page somewhere? - -** Decision archive -:PROPERTIES: -:CUSTOM_ID: decision-archive -:END: -*** Where should volunteers e-mail? -:LOGBOOK: -- Note taken on [2022-09-23 Fri 11:26] \\ - Discussed in #emacsconf-org -:END: + We ask our speakers to include 5 seconds of quiet at the beginning or + end of their prerecs, but even if they don’t, it’s relatively. -- *Default to emacsconf-org and offer emacsconf-org-private as an option* -- emacsconf-org-private - - less public, e.g. if for whatever reason we might have to decline an offer of help - - Also, some people want to volunteer but do not want to be in the public’s eye. -- emacsconf-org - - If you’re thinking about the enticement factor of having people - volunteer publicly, we’ll still have a well-furnished list of people - helping us run the conf somewhere on the wiki. [11:22] - - i would think if someone doesn't want to do it publicly, they could - opt to write to -org-private instead, but otherwise the defacto - should be public (-org) - - i just think most folks would want to do this publicly unless for - specific reasons, rather than the other way around - -*** CANCELLED Do we want to do alt-stream the same way again this year? +3. Effects → Noise Reduction → Get Noise Profile -Superseded by decision to have multiple tracks +4. Select → All -- Alt stream joins the current session and then continues with it until the Q&A finishes; people join the BBB room if they want to ask questions - - Nice and convivial, Q&A still gets captured - - Inertia means most people get the main message -- Multiple streams with more space between talks, people choose which stream they want to watch - - How other conferences do it - - Speakers can attend related talks more easily -*** DONE Shall we put a generic e-mail address for sending feedback, maybe with different mailtos? -CLOSED: [2022-10-07 Fri 14:45] -Pain points: -- Many talk pages don't have public e-mail addresses, so it takes a - little extra work (or is sometimes impossible) for people to follow - up if they have questions +5. Effects → Noise Reduction → OK -Options: -- Do nothing (current) -- Add a mailto link to emacsconf-discuss that prepopulates the subject -- Add a mailto link to emacsconf-org - - Wider discussion -- *Add a mailto to emacsconf-org-private* - - Private feedback that can be forwarded to the speaker + You can select a spoken portion of the track before applying the + effect and preview it to test your settings. The default are usually + enough (Noise reduction (dB): 12, Sensitivity: 6.00, Frequency smoothing + (bands): 3). -*** DONE How many BBB rooms do we want to set up? -:PROPERTIES: -:CUSTOM_ID: bbb-rooms -:END: + [[https://media.emacsconf.org/misc/audacity-demo-noise-reduction.webm][audacity-demo-noise-reduction.webm]] -- One per talk - - We can send speakers a direct link to their room and they can check into it themselves - - Needs a little more work when setting up rooms and when extracting videos - - Easier for the host to join - - Check-in person can just keep an ear open in that room -- Five or so, rotating among them - - Check-in person directs the speaker to the next available room - - Worked fine last time -*** DONE How easy do we want to make it to join the BBB session? -:PROPERTIES: -:CUSTOM_ID: bbb-join -:END: -Considerations: -- It's easier for the checkin person to deal with only the speaker -- We may not want people to join the Q&A session at the beginning -- We want to make it easy for people to join the Q&A session eventually +6. Tools → Apply Macro → Alpha -Options: + Before you can apply the Alpha macro, you need to save its content to + disk and import it via Tools → Macro Manager → Import. -- PROBABLY EASIEST: Set it to anyone can join, but the meeting needs to be started by a - moderator. Start the meeting on the day of the talk. Announce the - BBB URL in the pad, IRC channel, and on the talk page when the host - is ready. Maybe add a rewrite rule when the host is ready. -- Set an access code. Announce the access code when the host is ready. - - Access codes are annoying to copy and paste. - - Access codes might get accidentally unset or regenerated. -- Set room so that moderators have to approve waiting users. - - Check-in has to watch out for waiting speaker. - - Host sets it to accept everyone who's waiting when the host is ready. - - Changing it to turn the option off doesn't seem to affect an - ongoing meeting, even though the web interface says you should be - able to change the setting any time. - - Waiting users don't make the user notification go ding. +#+begin_src txt :eval no :tangle audacity-macro-alpha.txt +Reverb:Delay="20" DryGain="5" HfDamping="99" Reverberance="15" RoomSize="70" StereoWidth="25" ToneHigh="0" ToneLow="100" WetGain="-13" WetOnly="0" +Amplify:Ratio="1" +FilterCurve:f0="79.621641" f1="101.02321" FilterLength="8191" InterpolateLin="0" InterpolationMethod="B-spline" v0="5.9148936" v1="0.042552948" +Normalize:ApplyGain="1" PeakLevel="-3" RemoveDcOffset="1" StereoIndependent="1" +Compressor:AttackTime="0.1" NoiseFloor="-50" Normalize="1" Ratio="2" ReleaseTime="1" Threshold="-30" UsePeak="0" +#+end_src -Change talk status to OPEN_Q or UNSTREAMED_Q, and change to TO_ARCHIVE when done. -M-x emacsconf-publish-bbb-redirect to update the redirect for a single talk -M-x emacsconf-publish-bbb-redirect-all updates all the redirects -**** DONE Add nginx redirect from emacsconf.org -CLOSED: [2022-11-19 Sat 11:17] -/ssh:front|sudo::/etc/nginx/sites-available/emacsconf.org -*** DONE How do we want to name the BBB rooms? -CLOSED: [2022-10-19 Wed 11:08] -:PROPERTIES: -:CUSTOM_ID: bbb-name -:END: +7. Export → Export Audio… → Opus Files (.opus format) + + Use the following settings: -Needs to be easy to: -- share all the BBB rooms for a particular shift with the check-in volunteer -- start the BBB rooms for the morning -- match up the recordings with the talks afterwards -- find the BBB room for a talk or speaker -- remove all the BBB rooms for the year - -ec22-sat-am-dev Speaker Name (slugs) + [[https://media.emacsconf.org/misc/audacity-export-settings.png][audacity-export-settings.png]] -*** SOMEDAY [#C] Do we want to make the ikiwiki web-editable? -:PROPERTIES: -:CUSTOM_ID: cgi -:END: -Pain points: -- Speakers usually ended up going through us + #+begin_quote + Bit Rate: 64 kbps + VBR Mode: On + Compression: 10 + Application: Audio + Frame Duration: 20 ms + Cutoff: Disabled + #+end_quote -Options: -- Web-editable: - - Speakers and general public will be able to edit it more easily -- Git: (current) - - Haven't had a problem with spam - - Reduces merge conflict potential -*** DONE What ideas do we want to borrow from other conferences? -:PROPERTIES: -:CUSTOM_ID: other-confs -:END: +**** Model-based denoising filter +If you can’t manage to get a good result with Audacity, chances are it’s +because there’s too much noise in the video, even after profile-based +denoising. This usually happens when the noise-pattern of an +audio-track evolves over the video, or if has an aperiodic quality. For +those, we’re going to need a bigger boat. -- FOSDEM had a conference track - - https://archive.fosdem.org/2022/schedule/track/conference_organisation/ -- DebConf - - Thorough documentation at https://debconf-video-team.pages.debian.net/docs/ - - https://debconf-video-team.pages.debian.net/docs/online_volunteer_roles.html - - Ansible: https://salsa.debian.org/debconf-video-team/ansible , https://debconf-video-team.pages.debian.net/ansible - - SReview for cutting videos? - - https://wiki.debian.org/Teams/DebConf/Video/Subtitles - - Pentabarf https://lists.debian.org/debconf-team/2008/08/msg00147.html - - Schedule shows local time and DebConf time: https://debconf21.debconf.org/schedule/ -- LibrePlanet https://libreplanet.org/2022/ - - libreadventure, minetest? +Model-based denoising means using an AI-generated model to remove the +audio frequencies that are usually associated to noise and preserve +those that aren’t. A different context (e.g. noisy room with statics, +noisy room with people chatting, etc.) means a different model; for us, +this means a model that minimizes background noise and maximizes clear +voices (the speakers’). - - https://www.collabmagazine.com/organizing-a-multi-track-virtual-conference-with-microsoft-teams-live-events-a-technical-playbook-and-lessons-learned/ : 4-person team, post-prod, break commercials - -* Roles needed -:PROPERTIES: -:CUSTOM_ID: roles -:END: -Each role comprises different responsibilities. A person may have multiple roles. An organizer might take the lead for a role, but if you want to volunteer, speak up and they'll probably be glad to share the load. +This is the model we’ve been using: -Some roles are also described on the https://emacsconf.org/2022/volunteer page. If you want to encourage people to volunteer to help, add a role description there. -** During the proposal stage +[[https://media.emacsconf.org/misc/audio-denoiser-model-mp.rnnn][audio-denoiser-model-mp.rnnn]] (download link) -The roles below are related to the proposals in the early stages of the preparation. +Source: [[https://github.com/GregorR/rnnoise-models][rnnoise-models]], Model: [[https://raw.githubusercontent.com/GregorR/rnnoise-models/master/marathon-prescription-2018-08-29/mp.rnnn][marathon-prescription]] -- Scheduler (SCHED: sachac) - - Process talks as they come and find the best place for them in the timeline - - Keep track of availability and thematic constraints and find solutions that accommodate most -- Reviewer - - Review the proposals sent to emacsconf-submit before the speaker-notification deadline - - Raise flags if there are problems with a proposal (e.g. too much content for the short format) -- Listener - - Receive emails from emacsconf-submit - - Ensure that candidates are sticking to the prescribed format (esp. the 10/20/40 duration rule) - - Respond to people's requests and suggestions, pulling in other people to help as needed -- Publisher (PUB: sachac) - - Set up the wiki page -- Infrastructure - - Figure out streaming options - - Set up file upload system that speakers will use - - Plan other systems that people will use - -** When speakers have submitted their pre-recorded videos +You should always apply the filter on the original’s audio, as opposed +to an Audacity-processed audio. This is to ensure that we have the most +information about the signal, which means we can have gather the most +information about the noise-profile. -- Copy to backstage as --original.webm and --main.webm using M-x emacsconf-upload-copy-from-json -- Copy to res /data/emacsconf/2022 -- Start /data/emacsconf/2022/process-captions.py if it's not already running -- Use ~zaeph/scripts/reencode.sh on the file as well +Following is the ffmpeg incantation to use to apply the filter-model. +Make sure to modify the ~DENOISER~ variable and adapt input/output. -- Video processor (zaeph) - - Standardize and compress uploaded videos -- Caption lead (sachac) - - Prepare videos and starting captions for captioning volunteers -- Captioner - - Edit automatically-generated captions to correct misrecognized words - - Nice to have: Break up the captions in better places so that subtitles are neither too long nor too short - - Perk: Get access to prerecorded videos -- Quality checker - - Doublecheck videos for potential encoding issues or compression artifacts that get in the way of viewing - - Doublecheck captions -- Tech checker - - Help speakers check that their system works well with BBB for live Q&A +#+begin_src sh :tangle audio-denoiser.sh :eval no +DENOISER="/path/to/audio-denoiser-model-mp.rnnn" +input="original.opus" +output="denoised.opus" +ffmpeg -i "$input" -af "arnndn=m=$DENOISER" "$output" +#+end_src -** During the conference -- Streamer (STREAM) - - Download prerecorded videos - - Send the combined stream to Icecast for broadcasting -- Director (DIR: corwin) - possibly same as streamer - - Switch scenes, manage audio volumes as needed - - Provide timekeeping information to host (especially go-live countdowns) -- Host (HOST: zaeph) - - Introduce talks and speakers - - Read questions - - Give time warnings - - Thank speakers and transition to next talk -- Timekeeper - possibly same as host - - Manage time based on all available information (prerecs durations, speakers not showing up, etc.) -- Check in (CHECK) - - Notice speakers checking into IRC - - Get them into the correct room and help them doublecheck their audio and video quality - - Troubleshoot as needed - - Notify host about next room to join - - Follow up with speakers who haven't checked in yet - - Check on speakers periodically so that they're not waiting alone -- Questions - - Copy questions from IRC and the pad to wherever the host and speaker are looking -- Pad scribe - - Organize and format people's contributions - - Add notes about links, key points, questions, answers -- Accessibility (ACCESS: dto) - - Describe visuals in #emacsconf-accessible - - Nice to have: echo the captions into #emacsconf-accessible -- Quality checker - - Doublecheck stream quality and audio volume -- Publisher (PUB: sachac) - - Announce talks in the IRC channels - - Nice to have: Update the wiki page with resources (video) - - Nice to have: Set resources to public as each talk is played (Toobnix, YouTube) - - Nice to have: Update the schedule to reflect changes throughout the day -*** Shifts +There’s no need to customize the libopus export information; the default +is more than enough for human-speech. + +When you’re done with this step, you can then process the outputted +audio-track with Audacity, skipping the denoising steps (1 to 5). + +**** Questions? +If you’ve got any question on the process, you canget in touch with me (zaeph)! + +** When a talk is captioned :PROPERTIES: -:CUSTOM_ID: shifts +:CUSTOM_ID: when-captioned :END: +- Combine captions with talk +- Upload captions to YT and Toobnix +- Prepare captions for wiki inclusion + +** Other tasks before the conference +:PROPERTIES: +:CUSTOM_ID: before +:END: +- Coordinate volunteer schedules so all the roles are covered +*** TODO [#A] Update ansible configuration :sachac: +SCHEDULED: <2022-12-01 Thu> +in prod-vars.yml -#+BEGIN_EXPORT md - -#+END_EXPORT - -AM: 9-12 PM EST, PM: 1-5 PM EST (plus a little extra for setup/transition) +media_protect_root: true +icecast_save_dump: false -Saturday Dec 3 -#+NAME: saturday-shifts -| | Host | Streamer | Checkin | IRC | Pad | -|--------+----------+----------+------------+----------+------------| -| Gen AM | zaeph | corwin | sachac | sachac | publicvoit | -| Gen PM | zaeph | corwin | FlowyCoder | dto | publicvoit | -| Dev AM | bandali | bandali | sachac | dto | | -| Dev PM | vetrivln | bandali | FlowyCoder | vetrivln | | +Clean up the media root -publicvoit - pad until 4pm on Sat, until 2pm on Sun +then -Sunday Dec 4 -#+NAME: sunday-shifts -| | Host | Streamer | Checkin | IRC | Pad | -|--------+----------+----------+------------+----------+------------| -| Gen AM | zaeph | corwin | sachac | sachac | publicvoit | -| Gen PM | zaeph | jman | FlowyCoder | dto | publicvoit | -| Dev AM | bandali | bandali | sachac | dto | | -| Dev PM | vetrivln | bandali | FlowyCoder | vetrivln | | +ansible-playbook -i inventory.yml prod-playbook.yml --tags media,stream -Backups: -- dev host/streamer: bandali, sachac -- gen host/streamer: zaeph, sachac -- checkin, IRC, pad: sachac +*** Test stream setup +:PROPERTIES: +:CUSTOM_ID: test-stream +:END: +[[*Stream][Stream]] +*** Set up MPV for captions +:PROPERTIES: +:CUSTOM_ID: mpv-captions +:END: -Interested in a shift? Please e-mail [[mailto:emacsconf-org-private@gnu.org]] and we'll help you figure out what you need to learn. +**** mpv profile +Add the following profile to ~~/.config/mpv/mpv.conf~: -#+begin_src emacs-lisp :var sat=saturday-shifts :var sun=sunday-shifts :rownames no :colnames no :results verbatim replace -`(setq emacsconf-shifts - (list - ,@(apply #'append - (mapcar - (lambda (day) - (let ((headers (mapcar (lambda (field) (intern (concat ":" (downcase field)))) - (cdr (car (cadr day)))))) - (mapcar - (lambda (row) - (apply #'append - (list 'list :id - (when (string-match "^\\([^ ]+\\) \\(AM\\|PM\\)" (car row)) - (format "%s-%s-%s" - (car day) - (downcase (match-string 2 (car row))) - (downcase (match-string 1 (car row))))) - :track - (if (string-match "^Gen" (car row)) "General" "Development") - :start - (format "%sT%s:00:00%s" - (elt day 2) - (if (string-match "AM" (car row)) "08" "13") - emacsconf-timezone-offset) - :end - (format "%sT%s:00:00%s" - (elt day 2) - (if (string-match "AM" (car row)) "12" "18") - emacsconf-timezone-offset)) - (seq-map-indexed - (lambda (value index) - (unless (string= value "") - (list (elt headers index) value))) - (cdr row)))) - (cdr (cadr day))) - )) - (list - (list "sat" sat "2022-12-03") - (list "sun" sun "2022-12-04")))))) +#+begin_src conf :eval no +# Uncomment this line to load the profile by default +# Otherwise, use `--profile=emacsconf-talks` +# profile=emacsconf-talks +[emacsconf-talks] +# Positioning +video-zoom=-0.15 +video-pan-y=-0.055 +sub-use-margins=yes +sub-scale-by-window=yes +sub-pos=103 +sub-margin-x=150 +sub-margin-y=40 +# Style +sub-font="Clear Sans Bold" +sub-color="1/0.82/0" +sub-blur=0.2 +sub-scale=0.9 +sub-font-size=40 +sub-border-size=0 +sub-border-color=0/1 +sub-shadow-color=0/1 +sub-shadow-offset=1.2 +sub-ass-force-style=Kerning=yes +sub-ass-line-spacing=0 #+end_src -#+RESULTS: -:results: -(setq emacsconf-shifts (list (list :id "sat-am-gen" :track "General" :start "2022-12-03T08:00:00-0500" :end "2022-12-03T12:00:00-0500" :host "zaeph" :streamer "corwin" :checkin "sachac" :irc "sachac" :pad "publicvoit") (list :id "sat-pm-gen" :track "General" :start "2022-12-03T13:00:00-0500" :end "2022-12-03T18:00:00-0500" :host "zaeph" :streamer "corwin" :checkin "FlowyCoder" :irc "dto" :pad "publicvoit") (list :id "sat-am-dev" :track "Development" :start "2022-12-03T08:00:00-0500" :end "2022-12-03T12:00:00-0500" :host "bandali" :streamer "bandali" :checkin "sachac" :irc "dto") (list :id "sat-pm-dev" :track "Development" :start "2022-12-03T13:00:00-0500" :end "2022-12-03T18:00:00-0500" :host "vetrivln" :streamer "bandali" :checkin "FlowyCoder" :irc "vetrivln") (list :id "sun-am-gen" :track "General" :start "2022-12-04T08:00:00-0500" :end "2022-12-04T12:00:00-0500" :host "zaeph" :streamer "corwin" :checkin "sachac" :irc "sachac" :pad "publicvoit") (list :id "sun-pm-gen" :track "General" :start "2022-12-04T13:00:00-0500" :end "2022-12-04T18:00:00-0500" :host "zaeph" :streamer "jman" :checkin "FlowyCoder" :irc "dto" :pad "publicvoit") (list :id "sun-am-dev" :track "Development" :start "2022-12-04T08:00:00-0500" :end "2022-12-04T12:00:00-0500" :host "bandali" :streamer "bandali" :checkin "sachac" :irc "dto") (list :id "sun-pm-dev" :track "Development" :start "2022-12-04T13:00:00-0500" :end "2022-12-04T18:00:00-0500" :host "vetrivln" :streamer "bandali" :checkin "FlowyCoder" :irc "vetrivln"))) -:end: - -** After the conference -- Video processor - - Extract live segments into videos -- Captioner - - Add more captions - - Summarize Q&A -- Publisher - - Post more information -* Infrastructure notes +(Thanks, zaeph) +**** Font: Clear Sans +Links: +- tar.gz with all fonts: [[https://zaeph.tk/files/emacsconf/captions/fonts.tar.gz][from zaeph's server]] (more convenient) +- WOFF from GitHub repo: [[https://github.com/intel/clear-sans/tree/main/WOFF][clear-sans/WOFF at main · intel/clear-sans]] +*** Download prerecorded videos from ${protected} :PROPERTIES: -:CUSTOM_ID: infra +:CUSTOM_ID: download-videos :END: -** Uh... how should ikiwiki be set up? +- STREAM: Download prerecorded videos from ${protected} + #+begin_src sh :eval no + rsync -avzue ssh front:/var/www/media.emacsconf.org/2021/protected/*--main.webm . + #+end_src + + + +** During the conference :PROPERTIES: -:CUSTOM_ID: ikiwiki +:CUSTOM_ID: during-conference :END: -- remove the ikiwiki_src clone from the ansible config -https://ikiwiki.info/rcs/git/ -bare repo has a post-update hook that updates the src repo -src repo is ~ikiwiki/emacsconf -~git/repositories/pub/emacsconf-wiki.git/hooks/post-update runs ~git/repositories/pub/emacsconf-wiki.git/hooks/post-update.h00-ikiwiki-wrapper -there is an anon mirror that's updated with sudo -u anon /home/anon/fetch-wiki -the git wrapper is -/home/ikiwiki/hooks/emacsconf - -~anon/emacsconf-wiki.git has origin git@git.emacsconf.org:pub/emacsconf-wiki (fetch) -but git log does not have the new stuff -Where is the new stuff? -... hah, maybe I forgot to push - -** Backstage +*** Set up :PROPERTIES: -:CUSTOM_ID: infra-backstage +:CUSTOM_ID: setup :END: -*** File suffixes, and what they correspond to -Per categories, earlier suffixes come earlier in the process. -|----------------------------+------------------------------------------------------------------------| -| Suffix | Description | -|----------------------------+------------------------------------------------------------------------| -| VIDEO | | -| --original.EXT | File as submitted by speaker | -| --reencoded.webm | Reencode via ffmpeg incantation | -| --final.webm | Broadcast-ready reencode with normalized audio | -|----------------------------+------------------------------------------------------------------------| -| AUDIO | | -| --original.EXT | Extracted audio track from speaker upload; used for speech-recognition | -| --normalized.opus | Normalized audio track | -|----------------------------+------------------------------------------------------------------------| -| SUBTITLES | | -| --?(incomplete-)transcript | Transcript provided by speaker | -| --main.EXT | Broadcast-ready reencode; different formats for different uses | -|----------------------------+------------------------------------------------------------------------| - -* Other tasks and processes +**** Arrange screens :PROPERTIES: -:CUSTOM_ID: other +:CUSTOM_ID: screens :END: -#+TOC: headlines 1 local -** Giving conf.org access to a new volunteer or fake user +- CHECK: + - Share ${upcoming}, ${playbook}, and ${conf} via CRDT: =conf-crdt-connect-and-share= + - Current schedule, filenames/commands for playing, Q&A preference, IRC nick, pronunciation, intro notes, prerec duration, emergency contact information + - =conf-upcoming-add-subtree= + - Have #emacsconf-org, #emacsconf, #emacsconf-accessible, and #emacsconf-questions open + - Use =/opall= to get op privileges in all the channels + - Start backup process for pad + #+begin_src sh :eval no :tangle backup-pad.sh + while true; do + curl https://etherpad.wikimedia.org/p/emacsconf-2021/export/html > emacsconf-$(date +"%Y%m%d-%H%M%S").html + sleep 15m + done + #+end_src + - Computer for alternate streaming: + - Open browser for joining BBB + - Open MPV for playing http://live0.emacsconf.org:8000/main.webm +- HOST: + - rsync the newest --main.webm from front: rsync -avze ssh front:/var/www/media.emacsconf.org/2021/protected/*--main.webm . + - Check OBS scenes for sharing windows/tabs as a virtual camera: + - chat.emacsconf.org with #emacsconf + - Etherpad + - Schedule + - next talk page + - Clock with current time on screen: =watch TZ=America/Toronto date= + - Set up backchannel for easy viewing + - ${upcoming} + - #emacsconf-org and #emacsconf channels + - (?) Join organizer room S + +**** Start streaming :stream: :PROPERTIES: -:CUSTOM_ID: private-access +:CUSTOM_ID: start-streaming :END: -This can only be done by the admins of the gitolite instance (zaeph, -or bandali as a backup). This is because the changes need to be made -in the gitolite-admin repo that can only be accessed by admins. In a -pinch, people with access to the `orga` user on front0 can manually -add themselves to the list of admins and manually rebuild the -instance. - -Regular process: -- Get public key from volunteer, -- Add key under ~./key/dir/~, -- Update permissions on ~./conf/gitolite.conf~, -- Push to origin. - -** As prerecorded talks come in +- HOST: Display getting-ready message and start streaming to main.webm +- HOST: Confirm that the stream is live at https://live.emacsconf.org/main.webm +- B: Update ${status} to say that the stream is live +- CHECK: Start low-resolution stream, confirm at https://live.emacsconf.org/main-480p.webm + Call this on live0 with $CONF480PASS as the first parameter. The Icecast configuration is on =live0= at [[file:/ssh:live|sudo:/etc/icecast2/icecast.xml]]=. + #+begin_src sh :eval no :tangle "restream-lowres.sh" + PASS=$1 + while true; do ffmpeg -loglevel 24 -f webm -reconnect_at_eof 1 -reconnect_streamed 1 -re -i http://localhost:8000/main.webm -vf scale=854:480 -f webm -c:a copy -b:v 500k -maxrate 1M -bufsize 1M -content_type video/webm -c:v libvpx icecast://ec2020main480pmu:$PASS@localhost:8000/main-480p.webm; done + #+end_src +- CHECK: Start Youtube and Toobnix streams. Call this with $YOUTUBE1PASS, $YOUTUBE2PASS, or $TOOBNIX as the parameter + #+begin_src sh :eval no :tangle "restream-flv.sh" + MOUNT=$1 + while true; do ffmpeg -loglevel 24 -i http://localhost:8000/main.webm -cluster_size_limit 2M -cluster_time_limit 5100 -b:v 1M -crf 30 -g 125 -deadline good -threads 4 -vcodec libx264 -acodec libmp3lame -f flv $MOUNT; done + #+end_src +- CHECK: Verify YouTube and Toobnix streams and the CPU load on live0. +- CHECK: Set the YouTube and Toobnix streams to public. +- B: Verify with #emacsconf that the stream is active. +- CHECK: Play main stream on alternate laptop. Start alternate stream and verify. Update ${status}. +- CHECK: Announce on Twitter (@emacs, @emacsconf, @sachac) and in #emacs + EmacsConf 2021 starting now: https://emacsconf.org/2021/ + +***** Stream :PROPERTIES: -:CUSTOM_ID: prerec-process +:CUSTOM_ID: other-streams :END: +****** Low-res stream -- Sacha: Parcel out captioning work to volunteers, help them get set up -- Volunteers: Caption pre-recorded videos (usually starting from autogenerated ones for easier work) -- Make sure all the links/resources mentioned are written down somewhere (web page and enriched captions for pasting into #emacsconf-accessible) -*** Compress the video -Usage: =compress-video.sh original-file output-file=: - -(zaeph might tinker with this) - -#+begin_src sh :eval no :tangle compress-video.sh -Q=32 -ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -an -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -threads 8 /dev/null && -ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -c:a copy -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -threads 8 "$2" -#+end_src + Needs the =$main480p= environment variable set to something of the form =icecast://username:password@site:port/mount-point.webm=. Icecast configuration can be found on =live0= at =/etc/icecast2/icecast.xml=. It was okay to run this command directly on =live0= in 2020, since that kept the speed at roughly 1x. -We tried using q56 before, but it was a little too aggressive. Q=32 is the default and is probably a reasonable space vs. quality compromise. + #+begin_src sh :eval no + while true; do ffmpeg -f webm -reconnect_at_eof 1 -reconnect_streamed 1 -re -i http://localhost:8000/main.webm -vf scale=854:480 -f webm -c:a copy -b:v 500k -maxrate 1M -bufsize 1M -content_type video/webm -c:v libvpx $main480p done + #+end_src -2020 version used with parallel +****** Youtube -#+begin_src sh :tangle get-and-compress.sh :eval no -Q=$1 -WIDTH=1280 -HEIGHT=720 -AUDIO_RATE=48000 -VIDEO_FILTER="scale=w=${WIDTH}:h=${HEIGHT}:force_original_aspect_ratio=1,pad=${WIDTH}:${HEIGHT}:(ow-iw)/2:(oh-ih)/2,fps=25,colorspace=all=bt709:iall=bt601-6-625:fast=1" -FILE=$2 -SUFFIX=$Q -shift -shift -if [ ! -f $FILE ]; then - wget https://mirror.csclub.uwaterloo.ca/emacsconf/2020/$FILE -fi -ffmpeg -y -i "$FILE" -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -an -threads 8 /dev/null && -if [[ $FILE =~ "webm" ]]; then - ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a copy "${FILE%.*}--compressed$SUFFIX.webm" -else - ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a libvorbis "${FILE%.*}--compressed$SUFFIX.webm" -fi -rm $FILE -#+end_src +*** Check in a speaker +:PROPERTIES: +:CUSTOM_ID: check-in +:END: -2022 version used with parallel to compress low version +Exception: [[*CHECK is unavailable][CHECK is unavailable]] -#+begin_src sh :eval no :tangle "compress-video-low.sh" -Q=$1 -WIDTH=1280 -HEIGHT=720 -AUDIO_RATE=48000 -VIDEO_FILTER="scale=w=${WIDTH}:h=${HEIGHT}:force_original_aspect_ratio=1,pad=${WIDTH}:${HEIGHT}:(ow-iw)/2:(oh-ih)/2,fps=25,colorspace=all=bt709:iall=bt601-6-625:fast=1" -FILE=$2 -SUFFIX=$Q -shift -shift -ffmpeg -y -i "$FILE" -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -an -threads 8 /dev/null && -if [[ $FILE =~ "webm" ]]; then - ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a copy "${FILE%.*}--compressed$SUFFIX.webm" -else - ffmpeg -y -i "$FILE" $* -pixel_format yuv420p -vf $VIDEO_FILTER -colorspace 1 -color_primaries 1 -color_trc 1 -c:v libvpx-vp9 -b:v 0 -crf $Q -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -ac 2 -threads 8 -c:a libvorbis "${FILE%.*}--compressed$SUFFIX.webm" -fi +- Speaker checks in on #emacsconf-org via IRC or via e-mail ~30m before +- CHECK notes IRC nick for speaker. +- CHECK confirms Q&A preference: live/IRC/Etherpad, preferred way of getting questions +- [? unknown] Thanks for checking in! How would you like to handle Q&A + today - live video, the collaborative Etherpad at + https://etherpad.wikimedia.org/p/emacsconf-2021 , or IRC (like + this)? +- [? IRC] Thanks for checking in! Feel free to keep an eye on + #emacsconf for questions and discussion, and we'll copy things from + the pad to there. If the volume gets overwhelming, let us know and + we can forward questions to #emacsconf-questions for you. If you'd + like to try Q&A over live video or the collaborative pad instead, or + if you need help, please let us know. +- [? Etherpad] Thanks for checking in! The collaborative pad we'll be + using for questions is at + https://etherpad.wikimedia.org/p/emacsconf-2021 . We'll collect + questions from #emacsconf and put them there. If you'd like to jump + to your part of the document, you might be able to keep an eye on + questions. Please let us know if you need help, or if you want to + switch to live Q&A. +- [? live] Thanks for checking in! I'll send you some private messages + with instructions, so please check there. Let me know if you don't + get them. + - Private messages: + - (erc-message "PRIVMSG" (format "%s You can use this BBB room: %s . I'll join you there shortly to set up the room and do the last-minute tech check." nick room-url)) + - (erc-message "PRIVMSG" (format "%s The collaborative pad we'll be using for questions is at %s . We'll collect questions from #emacsconf and put them there. If you'd like to jump to your part of the document, you might be able to keep an eye on questions. Alternatively, we can read questions to you." nick conf-collaborative-pad)) + - (erc-message "PRIVMSG" (format "%s Leo Vivier will join when it's time, and he will give you the go-ahead when it's time to present. See you in the BBB room!" nick)) + - CHECK directs speaker to available room with =/checkin = + - Speaker joins talk room + - CHECK makes speaker presenter and moderator, does last-minute tech check + - Hello, thanks + - Speaker tries screen sharing and webcam (optional) + - check screen readability + - CHECK briefs speaker on process, including: + - live Q&A: reading questions themselves (can do in any order, + can skip; coach possible responses for awkward things) or asking HOST to read questions to them + - HOST can share the pad or IRC; speaker shares screen only if doing demo + - encouragement of webcam, although it's optional + - how HOST will join shortly before the prerec ends and then + give them the go-ahead + - closing any tabs watching the stream as their talk starts + (otherwise the audio is confusing) + - If the speaker will be giving a live presentation, CHECK + collects emergency contact information (in case of technical + issues) and shares it with HOST in the CRDT buffer + - Okay to do other things until the prerec ends + - CHECK updates ${upcoming} with link to the talk room and + preferences for Q&A-. CHECK will also /msg the relevant + information. +**** bandali's check-in steps -#+end_src -*** sachac +- please leave webcam quality on 'medium' +- please read each audience question out loud before responding +- please mute stream on your machine if you're watching +- would you like to stay around for a longer q&a? +- would you like to share your webcam or screen? (quickly mention how) -- download to local cache - ~/proj/emacsconf/private/sync-cache -- upload to YouTube in case we can get autogenerated subtitles from there - https://studio.youtube.com/channel/UCwuyodzTl_KdEKNuJmeo99A/videos/upload?filter=%5B%5D&sort=%7B%22columnType%22%3A%22date%22%2C%22sortOrder%22%3A%22DESCENDING%22%7D -- upload to res:~/2022/captions -- caption.sh -- sync-cache to copy the vtt -- emacsconf-make-backstage-index -- send confirmation e-mail -*** Confirmation e-mail +*** Present talk :PROPERTIES: -:CUSTOM_ID: confirm-prerec -:END: -**** DONE Make sure all submissions have been acknowledged -CLOSED: [2022-11-19 Sat 11:18] -- [X] sibi -- [X] vidianos -- [X] bhavin -- [X] gopar -- [X] bala -- [X] andrea -- [X] andrew -- [X] zachary for asmblox (reception confirmed by zaeph, and no problem - with video) -- [X] ramin (ack’d by zaeph) -- [X] abin (meain, ack’d by zaeph) - -**** Acknowledge pre-rec submission -:PROPERTIES: -:CUSTOM_ID: ack-prerec +:CUSTOM_ID: present :END: -#+begin_src emacs-lisp -(defun emacsconf-mail-acknowledge-submission (talk &optional template) - (interactive (list (emacsconf-complete-talk-info))) - (save-window-excursion - (emacsconf-with-talk-heading (plist-get talk :slug) - (emacsconf-cache-video-data talk) - (when (string= (plist-get talk :status) "WAITING_FOR_PREREC") - (org-todo "TO_PROCESS")))) - (emacsconf-publish-backstage-index) - (emacsconf-mail-prepare - (or template (emacsconf-mail-merge-get-template "ack-prerec")) - (plist-get talk :email) - (list - :backstage "https://media.emacsconf.org/2022/backstage/" - :backstage-user "emacsconf" - :backstage-password emacsconf-backstage-password - :time (plist-get talk :time) - :title (plist-get talk :title) - :email (plist-get talk :email) - :minutes (plist-get talk :video-time) - :speakers-short (plist-get talk :speakers-short) - :url (concat emacsconf-base-url (plist-get talk :url)) - :year emacsconf-year))) -#+end_src -**** Template +- CHECK announces the next talk on IRC and marks the previous talk as done. (=conf-announce=) +- PAD clears pad colours. +- [? prerec] + - HOST switches to MPV scene in OBS and plays the video (with captions if available). + - Exception: [[*Last-minute prerecording submission][Last-minute prerecording submission]] + - Exception: [[*Last-minute caption update][Last-minute caption update]] + - [[*Publish information][CHECK publishes information]] + - [[*Handle Q&A][HOST gets a head start on handling Q&A]] + - When prerec finishes, HOST switches the OBS scene to show BBB. +- [? live] + - Exception: [[*Speaker does not have a prerec and has not checked in][Speaker does not have a prerec and has not checked in]] + - HOST joins the BBB room and double-checks that recording is on. + - CHECK-alternate joins the BBB room and pauses main MPV. + - HOST switches to OBS scene for BBB. + - Speaker presents. + - Exception: [[*Technical issues during a live presentation][Technical issues during a live presentation]] + - [? talk needs to be wrapped up] + - HOST nudges speaker verbally. + +*** Publish information :PROPERTIES: -:EMAIL_ID: ack-prerec -:TO: ${email} -:REPLY_TO: emacsconf-submit@gnu.org, ${email} -:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} -:CC: emacsconf-submit@gnu.org -:SUBJECT: EmacsConf ${year}: Thank you for uploading your video! +:CUSTOM_ID: publish :END: -Hi, ${speakers-short}! - -Just a quick note to let you know that I've downloaded your submission -for "${title}". We've added your submission to the backstage area at -${backstage} (username: ${backstage-user}, password: -${backstage-password}), and we'll post the files on your talk page -when the talk is public. A quick check shows that your video is about -${minutes} minutes long (${time} minutes budgeted). - -We'll be working on captioning it over the next few weeks. We'll -e-mail again a little closer to the conference with schedule updates -and other useful information. If you want to upload a new version, you -can upload it the same way you did the previous one. - -Please feel free to e-mail us at emacsconf-submit@gnu.org if you need -help updating the talk wiki page at ${url} or if you have other -questions. + - CHECK updates the schedule in: + - ${conf} + - ${upcoming} + - wiki + - CHECK publishes the video to media.emacsconf.org using =conf-publish-files= + - CHECK commits the wiki page and the captions for the talk. + - CHECK publishes the video on YouTube and ToobNix using =conf-video-share=. + - Update description: + #+begin_example +This video is available under the terms of the +Creative Commons Attribution-ShareAlike 4.0 International (CC +BY-SA 4.0) license. -Thank you so much for all the work you put into preparing a talk for -EmacsConf ${year}, and thank you for submitting the prerecorded video -before the conference! +You can view it using free and open source software at +${url} -Sacha Chua -*** Mastering the prerec’s audio-track +${description} + #+end_example + - Mark it as public. + - Add it to EmacsConf 2021 playlist. + - Update title and description. + - Mark it as public. + - Doublecheck subtitles + - Add it to the EmacsConf 2021 playlist. + - [? live sections] + - CHECK does a rough-cut of the recording from ${dump} to get the last X minutes or by time range. There's about a 1-2 minute delay. + Ex: =(kill-new (conf-dump-get "alt" "10:24" "10:30" "qa_"))= + - When there's an opportunity to do so: + - CHECK finetunes the rough-cut recording (trim start and end) and posts it to: + - media.emacsconf.org/2021 + - wiki page for talk + +**** TODO [#B] Make sure VTTs only get published when they're edited :PROPERTIES: -:CUSTOM_ID: mastering +:CREATED: [2022-11-19 Sat 08:03] +:END: +***** publishing +***** webm +***** media directory +*** Handle Q&A +:PROPERTIES: +:CUSTOM_ID: questions :END: -Mastering is the process of preparing an audio-track for a purpose. For -us, the purpose is quite simple: maximize the intelligibility of the -speaker and minimize the noise. - -We can get great results with Audacity for the vast majority of -audio-tracks. Sometimes, however, some audio-tracks have intractable -noise-profile that require the use of model-based denoising filters that -can applied with ffmpeg. - -We’ll start with the average Audacity workflow, and we’ll move on to the -model-based filters after. - -**** Audacity workflow -When we process a prerec, we extract the audio of the original upload -and add it to the backstage. You should be able to find it under the -name --original.$audio_format or --main.$audio_format. If it’s not -there, it’s easy to extract the audio from the original video, but -we’d prefer if you warned core-organizers about it because it’s not -normal. - -We’ve simplified the process down to these steps: - -1. Open the audio file in Audacity. - - You might want to increase the size of the waveform by pulling on the - bottom of the bottom of the track. - - [[https://media.emacsconf.org/misc/audacity-demo-noise-reduction.webm][audacity-demo-noise-reduction.webm]] +Exceptions: +- [[*Speaker has not checked in][Speaker has not checked in]] -2. Find a moment of quiet in the video, and select it. +- [? live] + - CHECK-alternate joins the BBB room and pauses MPV. + - HOST joins the BBB room + - HOST starts recording in BBB or confirms that it's already recording + - HOST switches to the BBB scene in OBS. + - HOST describes how to ask questions. + - [? No questions yet] + - HOST thanks speaker, says nice things about talk, and asks a couple of prepared questions + - [? Awkward question] + - HOST can try rephrasing the question. + - HOST adds note to IRC/Etherpad that speakers can answer in any order, skip questions, answer afterwards, etc. + - [? Q&A needs to be wrapped up] + - HOST writes in Etherpad/IRC or nudges speaker verbally. + - CHECK notes the time that the live Q&A finished and switches back to the main stream on CHECK-alternate. +- [? IRC/pad] + - HOST switches to pad/chat OBS scene. + - HOST describes Q&A method and shows it on the screen. + - While there's buffer time before the next talk, HOST can read out + questions and answers, or transition to the next talk early + - HOST: It's time for the next talk, but if you want to keep + discussing the previous talk, please feel free to continue doing + so on IRC or the pad. +- [? speaker will answer after the conference] + - HOST switches to pad/chat OBS scene. + - HOST says the speaker is not available right now, but we'll + forward the questions to the speaker and we'll post the speaker's + answers on the wiki page. Leave your contact information if you + want to be notified, or subscribe to the emacsconf-discuss mailing + list to get the announcement. Please feel free to continue + discussing the talk on IRC or the pad. +- [[*Present talk][Present next talk]] + +* +*** During each talk +:PROPERTIES: +:CUSTOM_ID: each-talk +:END: +- Volunteers: post links/resources/descriptions/captions (depending on your level of energy) to #emacsconf-accessible +- Volunteers: making sure questions get posted somewhere the speaker can see them +*** Break time +:PROPERTIES: +:CUSTOM_ID: break +:END: - We ask our speakers to include 5 seconds of quiet at the beginning or - end of their prerecs, but even if they don’t, it’s relatively. +- CHECK marks the last talk as done. =conf-end-current-talk= +- CHECK stops and restarts the Toobnix restreaming process, and re-checks the stream +- CHECK uses =conf-upcoming-add-subtree= to add the afternoon talks to upcoming.org +- HOST doublechecks network transfer limit and server health -3. Effects → Noise Reduction → Get Noise Profile + +*** End of stream +:PROPERTIES: +:CUSTOM_ID: end +:END: -4. Select → All +- CHECK removes live Q&A links +- CHECK stops ffmpeg process for Youtube +- CHECK stops ffmpeg process for Toobnix +- CHECK stops ffmpeg process for main-480p +- STREAM stops streaming +- B updates the status pages +- bandali figures out the downstream + +** After the conference +:PROPERTIES: +:CUSTOM_ID: after-conference +:END: +*** Send thanks +[[*Thank you, next steps][Thank you, next steps]] +*** Extract the opening and closing remarks +*** Extract the Q&A recordings, trimming as needed +From https://bbb.emacsverse.org/b/admins/recordings +#+begin_src js2 :eval no :tangle no +console.log([...document.querySelectorAll('.email-link')].map((o) => '| ' + o.closest('tr').querySelector('time').getAttribute('datetime') + ' | ' + o.closest('tr').querySelector('#recording-text').innerHTML.trim() + ' | ' + o.getAttribute('data-pres-link').trim() + ' |').join('\n')) +#+end_src -5. Effects → Noise Reduction → OK +Make an ~ids.txt~ with the IDs extracted from BBB. - You can select a spoken portion of the track before applying the - effect and preview it to test your settings. The default are usually - enough (Noise reduction (dB): 12, Sensitivity: 6.00, Frequency smoothing - (bands): 3). +In the same directory: +#+begin_src bash :eval no +while read p; do + mkdir -p "$p"; + cd "$p"; + wget "https://bbb.emacsverse.org/presentation/${p}/slides_new.xml" \ + "https://bbb.emacsverse.org/presentation/${p}/video/webcams.webm" \ + "https://bbb.emacsverse.org/presentation/${p}/deskshare.xml" \ + "https://bbb.emacsverse.org/presentation/${p}/deskshare/deskshare.webm" \ + "https://bbb.emacsverse.org/presentation/${p}/metadata.xml" + cd ..; +done \\(.+?\\)" + "<\\1>" (dom-attr node 'message))))) + (if (string-match speaker (dom-attr node 'name)) + (format "- %s: %s\n" speaker message) + (format "- %s\n" message))))) + (dom-by-tag (xml-parse-region (point-min) (point-max)) 'chattimeline) + ""))) + (emacsconf-edit-wiki-page slug) + (if (re-search-forward "# Discussion" nil t) + (progn + (goto-char (match-end 0)) + (insert "\n\n")) + (goto-char (point-max))) + (kill-new text))) +;; TODO: Combine lines from same nick, or identify speakers with anon1/2/etc. +(defun emacsconf-extract-chat-from-dired () + (interactive) + (find-file (expand-file-name "slides_new.xml" (dired-get-file-for-visit))) + (call-interactively 'emacsconf-extract-chat)) #+end_src -7. Export → Export Audio… → Opus Files (.opus format) - - Use the following settings: - - [[https://media.emacsconf.org/misc/audacity-export-settings.png][audacity-export-settings.png]] - - #+begin_quote - Bit Rate: 64 kbps - VBR Mode: On - Compression: 10 - Application: Audio - Frame Duration: 20 ms - Cutoff: Disabled - #+end_quote - - -**** Model-based denoising filter -If you can’t manage to get a good result with Audacity, chances are it’s -because there’s too much noise in the video, even after profile-based -denoising. This usually happens when the noise-pattern of an -audio-track evolves over the video, or if has an aperiodic quality. For -those, we’re going to need a bigger boat. - -Model-based denoising means using an AI-generated model to remove the -audio frequencies that are usually associated to noise and preserve -those that aren’t. A different context (e.g. noisy room with statics, -noisy room with people chatting, etc.) means a different model; for us, -this means a model that minimizes background noise and maximizes clear -voices (the speakers’). - -This is the model we’ve been using: +#+begin_src emacs-lisp :eval no +(defun emacsconf-make-webcams-deskshare-spans (deskshare start-ms stop-ms strategy source-dir) + (let ((secs (/ start-ms 1000.0)) + (webcam-video (expand-file-name "webcams.webm" source-dir)) + (deskshare-video (expand-file-name "deskshare.webm" source-dir)) + spans) + (mapc (lambda (o) + (unless (or (= secs (string-to-number (dom-attr o 'start_timestamp))) + (= (string-to-number (dom-attr o 'start_timestamp)) 0) + (> secs (/ stop-ms 1000.0))) + (setq spans (cons (list :source webcam-video + :start-ms (* secs 1000) + :stop-ms + (* 1000 + (if (eq strategy 'test) + (+ secs 3) + (max secs (string-to-number (dom-attr o 'start_timestamp)))))) + spans))) + (when (and (<= (string-to-number (dom-attr o 'start_timestamp)) + (/ stop-ms 1000.0)) + (>= (string-to-number (dom-attr o 'stop_timestamp)) + (/ start-ms 1000.0))) + (setq spans (cons (list :source deskshare-video + :start-ms (max (* 1000 (string-to-number (dom-attr o 'start_timestamp))) + start-ms) + :stop-ms + (if (eq strategy 'test) + (* 1000 (+ (string-to-number (dom-attr o 'start_timestamp)) 3)) + (min (* 1000 (string-to-number (dom-attr o 'stop_timestamp))) + stop-ms))) + spans)) + (setq secs (string-to-number (dom-attr o 'stop_timestamp))))) + (dom-by-tag deskshare 'event)) + (unless (>= (floor (* secs 1000)) stop-ms) + (setq spans (cons (list :source webcam-video + :start-ms (* 1000 secs) + :stop-ms (if (eq strategy 'test) + (* 1000 (+ secs 3)) + stop-ms)) + spans))) + (if (eq strategy 'test) + `((video ,@(reverse spans)) + (audio ,@(mapcar (lambda (o) + (list :source webcam-video + :start-ms (plist-get o :start-ms) + :stop-ms (plist-get o :stop-ms))) + (reverse spans)))) + `((video ,@(nreverse spans)) + (audio (:source ,webcam-video :start-ms ,start-ms :stop-ms ,stop-ms)))))) -[[https://media.emacsconf.org/misc/audio-denoiser-model-mp.rnnn][audio-denoiser-model-mp.rnnn]] (download link) +(defun emacsconf-get-ffmpeg-to-splice-webcam-and-recording (slug start-ms stop-ms info &optional strategy) + "Return FFMPEG command for slicing. +Strategies: +- 'fast-cut-start-keyframe - find the keyframe before the start ms and cut from there, doing a fast copy. +- 'start-keyframe-and-reencode - find the keyframe before the start ms and cut from there, reencoding. +- 'cut-and-concat - seek to the keyframe before, slowly find the start-ms, reencode the snippet, and then do a fast copy of the remaining. May have encoding errors. +- default: copy from start-ms to stop-ms, reencoding. +" + (let* ((source-dir (expand-file-name (concat "../questions/by-slug/" slug) emacsconf-captions-directory)) + (video-slug (plist-get (seq-find (lambda (o) (string= (plist-get o :slug) slug)) info) :video-slug)) + (output (expand-file-name (concat video-slug "--answers.webm") emacsconf-captions-directory)) + (webcam-video (expand-file-name "webcams.webm" source-dir))) + (if (file-exists-p (expand-file-name "deskshare.webm" source-dir)) + ;; Has deskshare + (let* ((deskshare (xml-parse-file (expand-file-name "deskshare.xml" source-dir))) + (final-size (compile-media-max-dimensions + (expand-file-name "deskshare.webm" source-dir) + (expand-file-name "webcams.webm" source-dir))) + (duration (compile-media-get-file-duration-ms (expand-file-name "webcams.webm" source-dir))) + (spans (emacsconf-make-webcams-deskshare-spans deskshare start-ms stop-ms strategy source-dir)) + (compile-media-output-video-width (car final-size)) + (compile-media-output-video-height (cdr final-size))) + (compile-media-get-command spans output)) + ;; Just webcams + (compile-media-get-command + (compile-media-split-tracks + (list (list :source webcam-video :start-ms start-ms :stop-ms stop-ms))) + output)))) +#+end_src -Source: [[https://github.com/GregorR/rnnoise-models][rnnoise-models]], Model: [[https://raw.githubusercontent.com/GregorR/rnnoise-models/master/marathon-prescription-2018-08-29/mp.rnnn][marathon-prescription]] +Make a table of the form -You should always apply the filter on the original’s audio, as opposed -to an Audacity-processed audio. This is to ensure that we have the most -information about the signal, which means we can have gather the most -information about the noise-profile. +#+NAME: QA_RECORDINGS +| Start | End | Slug | Notes | URL | Timestamp | +|-------+-----+------+-------+-----+-----------| -Following is the ffmpeg incantation to use to apply the filter-model. -Make sure to modify the ~DENOISER~ variable and adapt input/output. +#+begin_src emacs-lisp :var qa=QA_RECORDINGS :eval no :dir="videos/" +(defun emacsconf-process-qa-recordings (qa dir) +;; (setq conf-qa-recordings qa) +;; (memoize 'conf-ffmpeg-get-closest-keyframe-in-msecs) +;; (memoize 'conf-ffmpeg-get-keyframes-between) +;; (memoize 'conf-video-dimensions) +;; (memoize 'compile-media-get-file-duration-ms) +;; (memoize-restore 'conf-ffmpeg-get-keyframes-around) -#+begin_src sh :tangle audio-denoiser.sh :eval no -DENOISER="/path/to/audio-denoiser-model-mp.rnnn" -input="original.opus" -output="denoised.opus" -ffmpeg -i "$input" -af "arnndn=m=$DENOISER" "$output" +(let ((info (emacsconf-get-talk-info))) + (replace-regexp-in-string + "captions/" "answers-slow/" + (replace-regexp-in-string + dir "" + (string-join + (nreverse + (sort + (delq nil + (mapcar + (lambda (o) + (when (> (length (car o)) 0) + (emacsconf-get-ffmpeg-to-splice-webcam-and-recording + (elt o 2) + (compile-media-timestamp-to-msecs (elt o 0)) + (compile-media-timestamp-to-msecs (elt o 1)) + info))) +; (seq-take qa 2) + qa + )) + (lambda (a b) (string-match "trim" a)))) + "\n"))))) #+end_src -There’s no need to customize the libopus export information; the default -is more than enough for human-speech. +*** Update the wiki +*** Update captions -When you’re done with this step, you can then process the outputted -audio-track with Audacity, skipping the denoising steps (1 to 5). +- Merge them into the video with =add-captions.sh= + #+begin_src sh :eval no + #!/usr/bin/zsh + BASE="${1%.*}" + BASE="${BASE%--main}" + ffmpeg -y -i "$1" ${BASE}--main.vtt + if [ -f "${BASE}--normalized.webm" ]; then + ffmpeg -y -i "$1" -i "${BASE}--normalized.webm" -c:a copy -c:v copy "${BASE}--captioned.webm" + else + ffmpeg -y -i "$1" -i "${BASE}--compressed.webm" -c:a copy -c:v copy "${BASE}--captioned.webm" + fi + cp ${BASE}--main.vtt ${BASE}--chapters.vtt ~/vendor/emacsconf-wiki/2021/captions + scp "${BASE}--captioned.webm" "${BASE}--main.webm" + scp "${BASE}--main.webm" front:~/protected + scp "${BASE}--main.vtt" front:~/protected + scp "${BASE}--chapters.vtt" front:~/protected + ssh front 'cd protected; chmod ugo+r *' + #+end_src +- Update Toobnix and Youtube captions with =conf-video-share=. +- Update Toobnix and Youtube descriptions with chapters. +- Update ${conf-year}/${captions}/${slug}.md in the wiki. To make this from scratch, use =M-x conf-prepare-transcript-directives= from the talk heading in the conference Org file. +*** BLOCKED [#A] Downsize the server :bandali: +SCHEDULED: <2022-12-03 Sat> +** In case of +:PROPERTIES: +:CUSTOM_ID: exceptions +:END: +*** Stuck wiki -**** Questions? -If you’ve got any question on the process, you canget in touch with me (zaeph)! + sudo -iu ikiwiki -- ikiwiki --setup ~ikiwiki/emacsconf.setup -** When a talk is captioned +*** Last-minute prerecording submission :PROPERTIES: -:CUSTOM_ID: when-captioned +:CUSTOM_ID: last-minute-prerec :END: -- Combine captions with talk -- Upload captions to YT and Toobnix -- Prepare captions for wiki inclusion + +- CHECK will copy it from the FTP upload server to ${protected} and name it appropriately. +- CHECK will notify STREAM with the scp command and the mpv command so that STREAM can choose. -** Other tasks before the conference +*** Last-minute caption update :PROPERTIES: -:CUSTOM_ID: before +:CUSTOM_ID: last-minute-captions :END: -- Coordinate volunteer schedules so all the roles are covered -*** TODO [#A] Update ansible configuration :sachac: -SCHEDULED: <2022-12-01 Thu> -in prod-vars.yml - -media_protect_root: true -icecast_save_dump: false - -Clean up the media root -then - -ansible-playbook -i inventory.yml prod-playbook.yml --tags media,stream - -*** Test stream setup +- CHECK uploads the --main.vtt file to ${protected} +- CHECK notifies STREAM via ${upcoming} +- STREAM uses the provided commands to download the VTT file and load it into MPV with =--sub-file= + +*** Speaker has not checked in :PROPERTIES: -:CUSTOM_ID: test-stream +:CUSTOM_ID: missing :END: -[[*Stream][Stream]] -*** Set up MPV for captions +- Let the previous talk run a little longer for Q&A; end at least in time for the prerec +- After the previous Q&A wraps up, play the prerec +- [? still not around after prerec finishes] + - HOST: Speaker might be having some difficulty connecting, but we'll collect your questions on the pad and send them afterwards. + - Can play next prerec a few minutes early +*** Speaker does not have a prerec and has not checked in :PROPERTIES: -:CUSTOM_ID: mpv-captions +:CUSTOM_ID: really-missing :END: - -**** mpv profile -Add the following profile to ~~/.config/mpv/mpv.conf~: - -#+begin_src conf :eval no -# Uncomment this line to load the profile by default -# Otherwise, use `--profile=emacsconf-talks` -# profile=emacsconf-talks - -[emacsconf-talks] -# Positioning -video-zoom=-0.15 -video-pan-y=-0.055 -sub-use-margins=yes -sub-scale-by-window=yes -sub-pos=103 -sub-margin-x=150 -sub-margin-y=40 -# Style -sub-font="Clear Sans Bold" -sub-color="1/0.82/0" -sub-blur=0.2 -sub-scale=0.9 -sub-font-size=40 -sub-border-size=0 -sub-border-color=0/1 -sub-shadow-color=0/1 -sub-shadow-offset=1.2 -sub-ass-force-style=Kerning=yes -sub-ass-line-spacing=0 -#+end_src - -(Thanks, zaeph) -**** Font: Clear Sans -Links: -- tar.gz with all fonts: [[https://zaeph.tk/files/emacsconf/captions/fonts.tar.gz][from zaeph's server]] (more convenient) -- WOFF from GitHub repo: [[https://github.com/intel/clear-sans/tree/main/WOFF][clear-sans/WOFF at main · intel/clear-sans]] -*** Download prerecorded videos from ${protected} +- Let the previous talk do live Q&A/demo if ready +- Close to the time of the missing talk: + - See if any of the previous speakers want to be set up for an impromptu talk/extension in a BBB room, just in case + - HOST: The next speaker might be having some difficulty connecting. In the meantime, let's... + - OR: + - highlight ongoing discussions + - invite another speaker for an impromptu extension; mplsCorwin will keep a list of possible speakers who are still active + - replay a short prerec + - let mplsCorwin or zaeph fill in +*** Speaker whose talk was reallocated shows up and has a prerec :PROPERTIES: -:CUSTOM_ID: download-videos +:CUSTOM_ID: reallocated-prerec +:END: +- CHECK copies it to ${protected} +- Plan to play prerec at the end of the day, or in any gaps if a live talk falls through +*** Speaker whose talk was reallocated shows up and wants to do it live +:PROPERTIES: +:CUSTOM_ID: reallocated-live +:END: +- See if there's enough time if buffers are shuffled back; if so, set up for a live presentation +- Check for alternate stream volunteers +- [? not enough time] Offer to set up a BBB room for recording or to + accept a prerecording afterwards, then include it on the site and in + post-conference communication +*** Alternate stream volunteer wants to stream (nice to have, at risk) +:PROPERTIES: +:CUSTOM_ID: alternate :END: +- CHECK gives ALTERNATE the BBB room URL for the talk they are interested in +- ALTERNATE starts streaming to assigned end point +- CHECK confirms stream +- CHECK updates ${stream-status} +- CHECK notifies STREAM and HOST + - After prerec plays: + - HOST: This talk has an extended demo/Q&A. You can go to ${alternate-url} to watch it, and we'll post a recording afterwards. + - HOST sends ${alternate-url} to IRC: Alternate stream for ${title}: ${alternate-url} +- ALTERNATE notifies #emacsconf-org when the stream is done. +- CHECK updates ${stream-status} to note that the alternate stream is finished. -- STREAM: Download prerecorded videos from ${protected} - #+begin_src sh :eval no - rsync -avzue ssh front:/var/www/media.emacsconf.org/2021/protected/*--main.webm . - #+end_src + FFMPEG process for sending the desktop and audio to the $CONFALT mountpoint on Linux with X11 and Alsa: + 1. Set the CONFALT environment variable to icecast://user:password@live0.emacsconf.org:8000/alt.webm + 2. Install pavucontrol if you don't have it already. + 3. Start the following command ([[file:stream-desktop-and-audio.sh]]: + #+begin_src sh :eval no :tangle stream-desktop-and-audio.sh + while true; do ffmpeg -loglevel 0 -ar 48000 -f alsa -channels 2 -sample_rate 48000 -i default -re -video_size 1280x720 -framerate 25 -f x11grab -i :0.0 -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm -c:v libvpx -b:v 1M -crf 30 -g 125 -deadline good -threads 4 -f webm $CONFALT; done + #+end_src + 4. Use pavucontrol to set the recording source for the ffmpeg + command to be the audio monitor, so you get system output as + well. + - OR: + - [? splitting audio] (look for “Set up sinks for sound” under 2021/) + - [? same audio] + - Set up audio monitor as the input for FFMPEG + - MPV goes to MPV sink, browser goes to recording sink, FFMPEG takes in recording monitor +*** Pad malfunction or mess-up +:PROPERTIES: +:CUSTOM_ID: pad-broken +:END: -** During the conference +- PAD resets the pad using https://etherpad.wikimedia.org/p/emacsconf-2021/timeslider +- [? still not recovered] + - PAD reimports the pad from backup + +*** CRDT malfunctions :PROPERTIES: -:CUSTOM_ID: during-conference +:CUSTOM_ID: crdt-broken :END: -*** Set up +- HOST notifies CHECK and tries reconnecting +- [? still doesn't work] + - Switch to backup Etherpad + +*** Conduct guidelines issue :PROPERTIES: -:CUSTOM_ID: setup +:CUSTOM_ID: conduct :END: -**** Arrange screens + +- HOST addresses it (on-camera if needed) with a reminder and/or a kick or a ban + +*** CHECK is unavailable :PROPERTIES: -:CUSTOM_ID: screens +:CUSTOM_ID: check-gone :END: -- CHECK: - - Share ${upcoming}, ${playbook}, and ${conf} via CRDT: =conf-crdt-connect-and-share= - - Current schedule, filenames/commands for playing, Q&A preference, IRC nick, pronunciation, intro notes, prerec duration, emergency contact information - - =conf-upcoming-add-subtree= - - Have #emacsconf-org, #emacsconf, #emacsconf-accessible, and #emacsconf-questions open - - Use =/opall= to get op privileges in all the channels - - Start backup process for pad - #+begin_src sh :eval no :tangle backup-pad.sh - while true; do - curl https://etherpad.wikimedia.org/p/emacsconf-2021/export/html > emacsconf-$(date +"%Y%m%d-%H%M%S").html - sleep 15m - done - #+end_src - - Computer for alternate streaming: - - Open browser for joining BBB - - Open MPV for playing http://live0.emacsconf.org:8000/main.webm -- HOST: - - rsync the newest --main.webm from front: rsync -avze ssh front:/var/www/media.emacsconf.org/2021/protected/*--main.webm . - - Check OBS scenes for sharing windows/tabs as a virtual camera: - - chat.emacsconf.org with #emacsconf - - Etherpad - - Schedule - - next talk page - - Clock with current time on screen: =watch TZ=America/Toronto date= - - Set up backchannel for easy viewing - - ${upcoming} - - #emacsconf-org and #emacsconf channels - - (?) Join organizer room S +- HOST does check-ins +- HOST refers to conf.org for Q&A preference etc. +- STREAM checks conf.org for prerec filenames etc. +- Dropped goals: + - Publishing recordings ASAP + - Updating schedule/wiki on the fly -**** Start streaming :stream: +*** HOST is unavailable :PROPERTIES: -:CUSTOM_ID: start-streaming +:CUSTOM_ID: host-gone :END: -- HOST: Display getting-ready message and start streaming to main.webm -- HOST: Confirm that the stream is live at https://live.emacsconf.org/main.webm -- B: Update ${status} to say that the stream is live -- CHECK: Start low-resolution stream, confirm at https://live.emacsconf.org/main-480p.webm - Call this on live0 with $CONF480PASS as the first parameter. The Icecast configuration is on =live0= at [[file:/ssh:live|sudo:/etc/icecast2/icecast.xml]]=. - #+begin_src sh :eval no :tangle "restream-lowres.sh" - PASS=$1 - while true; do ffmpeg -loglevel 24 -f webm -reconnect_at_eof 1 -reconnect_streamed 1 -re -i http://localhost:8000/main.webm -vf scale=854:480 -f webm -c:a copy -b:v 500k -maxrate 1M -bufsize 1M -content_type video/webm -c:v libvpx icecast://ec2020main480pmu:$PASS@localhost:8000/main-480p.webm; done - #+end_src -- CHECK: Start Youtube and Toobnix streams. Call this with $YOUTUBE1PASS, $YOUTUBE2PASS, or $TOOBNIX as the parameter - #+begin_src sh :eval no :tangle "restream-flv.sh" - MOUNT=$1 - while true; do ffmpeg -loglevel 24 -i http://localhost:8000/main.webm -cluster_size_limit 2M -cluster_time_limit 5100 -b:v 1M -crf 30 -g 125 -deadline good -threads 4 -vcodec libx264 -acodec libmp3lame -f flv $MOUNT; done - #+end_src -- CHECK: Verify YouTube and Toobnix streams and the CPU load on live0. -- CHECK: Set the YouTube and Toobnix streams to public. -- B: Verify with #emacsconf that the stream is active. -- CHECK: Play main stream on alternate laptop. Start alternate stream and verify. Update ${status}. -- CHECK: Announce on Twitter (@emacs, @emacsconf, @sachac) and in #emacs - EmacsConf 2021 starting now: https://emacsconf.org/2021/ - -***** Stream +- STREAM joins the BBB room and streams directly from there (or streams the prerecs). +- STREAM will do the hosting. + +*** Technical issues during a live presentation :PROPERTIES: -:CUSTOM_ID: other-streams +:CUSTOM_ID: live-issues :END: -****** Low-res stream - - Needs the =$main480p= environment variable set to something of the form =icecast://username:password@site:port/mount-point.webm=. Icecast configuration can be found on =live0= at =/etc/icecast2/icecast.xml=. It was okay to run this command directly on =live0= in 2020, since that kept the speed at roughly 1x. - - #+begin_src sh :eval no - while true; do ffmpeg -f webm -reconnect_at_eof 1 -reconnect_streamed 1 -re -i http://localhost:8000/main.webm -vf scale=854:480 -f webm -c:a copy -b:v 500k -maxrate 1M -bufsize 1M -content_type video/webm -c:v libvpx $main480p done - #+end_src -****** Youtube +- HOST tries to contact the speaker +- [? back on track] + - [? can be squeezed into remaining time]: Continue + - [? need extra time]: CHECK fiddles with buffer of following talks in conf.org and updates schedule + - [? need too much extra time (ex: 10min)]: HOST acknowledges + technical issues and says we may be able to follow up after the + conference +- [? can't resume]: HOST acknowledges technical issues and says we may + be able to follow up after the conference + +*** Big technical issues with streaming +:PROPERTIES: +:CUSTOM_ID: stream-issues +:END: -*** Check in a speaker +- HOST notifies #emacsconf and #emacsconf-org and adds a note at the top of the ${pad}. +- HOST updates the 2021.md wiki page +- CHECK publishes prerecordings + - media.emacsconf.org + - wiki + - Toobnix + - Peertube +- STREAM e-mails the mailing list +*** live0 can't handle the load or is close to network transfer limit :PROPERTIES: -:CUSTOM_ID: check-in +:CUSTOM_ID: network :END: -Exception: [[*CHECK is unavailable][CHECK is unavailable]] +- OR: + - Redirect some viewers via asking in #emacsconf: + - watch via main-480p + - watch via Toobnix (if we can get that working) + - Consider dropping the restream to Toobnix (lower audience?) or to Youtube + - Add additional node to Linode account for shared transfer pool (TODO: doublecheck) +*** People have a hard time seeing dark-mode presentations (or light-mode) -- Speaker checks in on #emacsconf-org via IRC or via e-mail ~30m before -- CHECK notes IRC nick for speaker. -- CHECK confirms Q&A preference: live/IRC/Etherpad, preferred way of getting questions -- [? unknown] Thanks for checking in! How would you like to handle Q&A - today - live video, the collaborative Etherpad at - https://etherpad.wikimedia.org/p/emacsconf-2021 , or IRC (like - this)? -- [? IRC] Thanks for checking in! Feel free to keep an eye on - #emacsconf for questions and discussion, and we'll copy things from - the pad to there. If the volume gets overwhelming, let us know and - we can forward questions to #emacsconf-questions for you. If you'd - like to try Q&A over live video or the collaborative pad instead, or - if you need help, please let us know. -- [? Etherpad] Thanks for checking in! The collaborative pad we'll be - using for questions is at - https://etherpad.wikimedia.org/p/emacsconf-2021 . We'll collect - questions from #emacsconf and put them there. If you'd like to jump - to your part of the document, you might be able to keep an eye on - questions. Please let us know if you need help, or if you want to - switch to live Q&A. -- [? live] Thanks for checking in! I'll send you some private messages - with instructions, so please check there. Let me know if you don't - get them. - - Private messages: - - (erc-message "PRIVMSG" (format "%s You can use this BBB room: %s . I'll join you there shortly to set up the room and do the last-minute tech check." nick room-url)) - - (erc-message "PRIVMSG" (format "%s The collaborative pad we'll be using for questions is at %s . We'll collect questions from #emacsconf and put them there. If you'd like to jump to your part of the document, you might be able to keep an eye on questions. Alternatively, we can read questions to you." nick conf-collaborative-pad)) - - (erc-message "PRIVMSG" (format "%s Leo Vivier will join when it's time, and he will give you the go-ahead when it's time to present. See you in the BBB room!" nick)) - - CHECK directs speaker to available room with =/checkin = - - Speaker joins talk room - - CHECK makes speaker presenter and moderator, does last-minute tech check - - Hello, thanks - - Speaker tries screen sharing and webcam (optional) - - check screen readability - - CHECK briefs speaker on process, including: - - live Q&A: reading questions themselves (can do in any order, - can skip; coach possible responses for awkward things) or asking HOST to read questions to them - - HOST can share the pad or IRC; speaker shares screen only if doing demo - - encouragement of webcam, although it's optional - - how HOST will join shortly before the prerec ends and then - give them the go-ahead - - closing any tabs watching the stream as their talk starts - (otherwise the audio is confusing) - - If the speaker will be giving a live presentation, CHECK - collects emergency contact information (in case of technical - issues) and shares it with HOST in the CRDT buffer - - Okay to do other things until the prerec ends - - CHECK updates ${upcoming} with link to the talk room and - preferences for Q&A-. CHECK will also /msg the relevant - information. +mpv --vf=negate $url +*** Schedule update -**** bandali's check-in steps +- Test it using the blocks near the beginning of conf.org +- emacsconf-publish-update-schedule +- E-mail affected speakers - see emacsconf-mail-schedule-update function +*** New talk +- Create entry in conf.org +- Fit it into the schedule using the emacsconf-schedule-plan variable +- When happy, execute the draft-schedule block to update the SCHEDULED properties +- emacsconf-generate-talk-page +- emacsconf-update-schedule +- emacsconf +- emacsconf-stream-generate-assets-for-talk +* Task archive +:PROPERTIES: +:CUSTOM_ID: archive +:END: -- please leave webcam quality on 'medium' -- please read each audience question out loud before responding -- please mute stream on your machine if you're watching -- would you like to stay around for a longer q&a? -- would you like to share your webcam or screen? (quickly mention how) +** DONE Write preparation instructions :zaeph: +CLOSED: [2022-09-29 Thu 20:45] DEADLINE: <2022-09-26 Mon> +:PROPERTIES: +:ARCHIVE_TIME: 2022-10-01 Sat 00:33 +:END: +2021/prepare.md can be reused. -*** Present talk +Extra stuff to consider adding: +- DONE Suggestions for themes (especially wrt colourscape) +- DONE “Please don’t squeeze your talk by fast-forwarding your speech. Trimming silences and filler words can help, though. Sometimes it's easier to write, record, and edit your voiceover, and then record the video to go along with it." +- DONE Allowing speakers to plant questions, esp. to cover tangential stuff that couldn’t fit in the prerec +** CANCELLED Allocate extra time if possible; send e-mail :sachac: +CLOSED: [2022-09-30 Fri 18:13] SCHEDULED: <2022-10-02 Sun> :PROPERTIES: -:CUSTOM_ID: present +:ARCHIVE_TIME: 2022-10-01 Sat 00:38 :END: -- CHECK announces the next talk on IRC and marks the previous talk as done. (=conf-announce=) -- PAD clears pad colours. -- [? prerec] - - HOST switches to MPV scene in OBS and plays the video (with captions if available). - - Exception: [[*Last-minute prerecording submission][Last-minute prerecording submission]] - - Exception: [[*Last-minute caption update][Last-minute caption update]] - - [[*Publish information][CHECK publishes information]] - - [[*Handle Q&A][HOST gets a head start on handling Q&A]] - - When prerec finishes, HOST switches the OBS scene to show BBB. -- [? live] - - Exception: [[*Speaker does not have a prerec and has not checked in][Speaker does not have a prerec and has not checked in]] - - HOST joins the BBB room and double-checks that recording is on. - - CHECK-alternate joins the BBB room and pauses main MPV. - - HOST switches to OBS scene for BBB. - - Speaker presents. - - Exception: [[*Technical issues during a live presentation][Technical issues during a live presentation]] - - [? talk needs to be wrapped up] - - HOST nudges speaker verbally. -*** Publish information +** DONE Review metadata for speakers in conf.org :zaeph: +CLOSED: [2022-10-01 Sat 00:37] SCHEDULED: <2022-09-23 Fri> :PROPERTIES: -:CUSTOM_ID: publish +:ARCHIVE_TIME: 2022-10-01 Sat 00:38 :END: - - CHECK updates the schedule in: - - ${conf} - - ${upcoming} - - wiki - - CHECK publishes the video to media.emacsconf.org using =conf-publish-files= - - CHECK commits the wiki page and the captions for the talk. - - CHECK publishes the video on YouTube and ToobNix using =conf-video-share=. - - Update description: - #+begin_example -This video is available under the terms of the -Creative Commons Attribution-ShareAlike 4.0 International (CC -BY-SA 4.0) license. +See the bottom of conf.org for some automated validation +** DONE Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [[#acceptance][early speaker notification]], Oct 7 for everything :organizers: +CLOSED: [2022-09-29 Thu 20:29] DEADLINE: <2022-09-26 Mon> +- zaeph: will start reviewing on Sep 21 +** DONE Write preparation instructions :zaeph: +CLOSED: [2022-09-29 Thu 20:45] DEADLINE: <2022-09-26 Mon> +2021/prepare.md can be reused. -You can view it using free and open source software at -${url} +Extra stuff to consider adding: +- DONE Suggestions for themes (especially wrt colourscape) +- DONE “Please don’t squeeze your talk by fast-forwarding your speech. Trimming silences and filler words can help, though. Sometimes it's easier to write, record, and edit your voiceover, and then record the video to go along with it." +- DONE Allowing speakers to plant questions, esp. to cover tangential stuff that couldn’t fit in the prerec +** DONE Add more submissions (CFP deadline Sept 30) :sachac: +CLOSED: [2022-09-30 Fri 18:13] DEADLINE: <2022-09-30 Fri> +- Sacha: Add submissions to emacsconf-2022-private, draft 2-day schedule by Oct 10 +** DONE Publish talk pages :sachac: +CLOSED: [2022-09-30 Fri 18:13] +** DONE Send early acceptances :sachac: +CLOSED: [2022-09-30 Fri 18:13] DEADLINE: <2022-09-30 Fri> -${description} - #+end_example - - Mark it as public. - - Add it to EmacsConf 2021 playlist. - - Update title and description. - - Mark it as public. - - Doublecheck subtitles - - Add it to the EmacsConf 2021 playlist. - - [? live sections] - - CHECK does a rough-cut of the recording from ${dump} to get the last X minutes or by time range. There's about a 1-2 minute delay. - Ex: =(kill-new (conf-dump-get "alt" "10:24" "10:30" "qa_"))= - - When there's an opportunity to do so: - - CHECK finetunes the rough-cut recording (trim start and end) and posts it to: - - media.emacsconf.org/2021 - - wiki page for talk - -**** TODO [#B] Make sure VTTs only get published when they're edited -:PROPERTIES: -:CREATED: [2022-11-19 Sat 08:03] -:END: -***** publishing -***** webm -***** media directory -*** Handle Q&A -:PROPERTIES: -:CUSTOM_ID: questions -:END: +Ideal sequence: +1. publish /2022/prepare (zaeph) +2. publish wiki pages +3. send acceptance e-mails + - Allocate at most 20 minutes, say we'll try to add more time depending on the schedule (probably know by Sept 30 or Oct 1) + - Include review comments +4. Send an additional e-mail introducing speakers who may want to coordinate -Exceptions: -- [[*Speaker has not checked in][Speaker has not checked in]] +** DONE Prepare to export talk information to wiki :sachac: +DEADLINE: <2022-10-15 Sat> -- [? live] - - CHECK-alternate joins the BBB room and pauses MPV. - - HOST joins the BBB room - - HOST starts recording in BBB or confirms that it's already recording - - HOST switches to the BBB scene in OBS. - - HOST describes how to ask questions. - - [? No questions yet] - - HOST thanks speaker, says nice things about talk, and asks a couple of prepared questions - - [? Awkward question] - - HOST can try rephrasing the question. - - HOST adds note to IRC/Etherpad that speakers can answer in any order, skip questions, answer afterwards, etc. - - [? Q&A needs to be wrapped up] - - HOST writes in Etherpad/IRC or nudges speaker verbally. - - CHECK notes the time that the live Q&A finished and switches back to the main stream on CHECK-alternate. -- [? IRC/pad] - - HOST switches to pad/chat OBS scene. - - HOST describes Q&A method and shows it on the screen. - - While there's buffer time before the next talk, HOST can read out - questions and answers, or transition to the next talk early - - HOST: It's time for the next talk, but if you want to keep - discussing the previous talk, please feel free to continue doing - so on IRC or the pad. -- [? speaker will answer after the conference] - - HOST switches to pad/chat OBS scene. - - HOST says the speaker is not available right now, but we'll - forward the questions to the speaker and we'll post the speaker's - answers on the wiki page. Leave your contact information if you - want to be notified, or subscribe to the emacsconf-discuss mailing - list to get the announcement. Please feel free to continue - discussing the talk on IRC or the pad. -- [[*Present talk][Present next talk]] - -* -*** During each talk -:PROPERTIES: -:CUSTOM_ID: each-talk -:END: -- Volunteers: post links/resources/descriptions/captions (depending on your level of energy) to #emacsconf-accessible -- Volunteers: making sure questions get posted somewhere the speaker can see them -*** Break time -:PROPERTIES: -:CUSTOM_ID: break -:END: +Tested code in a fork, can publish talk information once talks are approved. +emacsconf-publish.el +emacsconf-generate-info-pages +emacsconf-generate-main-schedule +emacsconf-generate-talk-pages -- CHECK marks the last talk as done. =conf-end-current-talk= -- CHECK stops and restarts the Toobnix restreaming process, and re-checks the stream -- CHECK uses =conf-upcoming-add-subtree= to add the afternoon talks to upcoming.org -- HOST doublechecks network transfer limit and server health +** DONE Give access to emacsconf-2022-private to dto :zaeph: +CLOSED: [2022-09-21 Wed 01:17] +** DONE Write better subtitle documentation :sachac: +CLOSED: [2022-09-22 Thu 15:12] +https://wiki.debian.org/Teams/DebConf/Video/Subtitles +https://emacsconf.org/captioning +That will help more people subtitle things +** DONE Write volunteer page :sachac: +CLOSED: [2022-09-22 Thu 15:02] +https://emacsconf.org/2022/volunteer - -*** End of stream +** DONE Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [[#acceptance][early speaker notification]], Oct 7 for everything :organizers: +CLOSED: [2022-09-27 Tue 16:14] DEADLINE: <2022-09-26 Mon> +- zaeph: will start reviewing on Sep 21 +** DONE Double-check sachac’s timezone conversions for availability :zaeph: +CLOSED: [2022-09-27 Tue 16:14] + +zaeph helped with this, even catching some based on e-mail timestamps +** DONE Copy things over from previous notebooks :sachac: +CLOSED: [2022-09-21 Wed 14:12] +** DONE Prepare to publish schedule :sachac:wiki: +CLOSED: [2022-10-07 Fri 13:56] :PROPERTIES: -:CUSTOM_ID: end +:CUSTOM_ID: schedule-publish-old :END: -- CHECK removes live Q&A links -- CHECK stops ffmpeg process for Youtube -- CHECK stops ffmpeg process for Toobnix -- CHECK stops ffmpeg process for main-480p -- STREAM stops streaming -- B updates the status pages -- bandali figures out the downstream - -** After the conference +- Should be understandable as plain text +- Ideally responsive to take advantage of more screen space on monitors while still being understandable on mobile +- Organize by tracks and then days +- Links to jump to a track and day +- Graphics to make it easier for people to see nearby talk options +- Optionally, graphical view on talk pages as well (might need to publish a JSON somewhere to front) + + Schedule inspiration: + - [[https://debconf22.debconf.org/schedule/][DebConf 2022]] converted times to your local timezone + - [[https://libreplanet.org/2022/program/][LibrePlanet 2022]] used table columns for the different tracks + - [[https://www.sfscon.it/programs/2022/][SFSCON 2022]] lists sessions chronologically, indicating tracks with labels and dots on a diagram. Dropdowns act as filters. + - https://css-tricks.com/building-a-conference-schedule-with-css-grid/ + + + - With JS and grid CSS: https://imgur.com/KNpGayp + - Fallback https://imgur.com/HT9vX3o + + + Draft: https://emacsconf.org/2022/draft-schedule/ +*** DONE Set up main schedule as plain text +CLOSED: [2022-10-06 Thu 21:25] + +general track +day 1 and day 2 + +dev track +day 1 and day 2 + +by day +all talks + + +*** DONE Set up talk page navigation +CLOSED: [2022-10-06 Thu 21:25] +- program phase: by track +- schedule phase: chronological +*** CANCELLED See if I can get the schedule to split into a nice grid on larger devices that support it +CLOSED: [2022-10-07 Fri 13:55] +Slightly annoying to do with JS/CSS because I want it to fall back to an interleaved schedule on small screens, so we would probably need to duplicate the elements and then use media queries. + + +** DONE Process confirmations as we receive them :sachac:zaeph: +CLOSED: [2022-10-07 Fri 14:18] :PROPERTIES: -:CUSTOM_ID: after-conference +:CUSTOM_ID: confirm-post-process :END: -*** Send thanks -[[*Thank you, next steps][Thank you, next steps]] -*** Extract the opening and closing remarks -*** Extract the Q&A recordings, trimming as needed -From https://bbb.emacsverse.org/b/admins/recordings -#+begin_src js2 :eval no :tangle no -console.log([...document.querySelectorAll('.email-link')].map((o) => '| ' + o.closest('tr').querySelector('time').getAttribute('datetime') + ' | ' + o.closest('tr').querySelector('#recording-text').innerHTML.trim() + ' | ' + o.getAttribute('data-pres-link').trim() + ' |').join('\n')) -#+end_src -Make an ~ids.txt~ with the IDs extracted from BBB. +- Reply to the speaker and Cc -submit to confirm the confirmation. Something like "Confirming your confirmation, no reply needed to this one. Thank you!" +- Update talk to WAITING_FOR_PREREC in conf.org +- Add a note in the logbook (C-c C-z - org-add-note) for the talk entry +- Add :PUBLIC_EMAIL: t if given permission to use the e-mail on the + talk page, or set it to an alternative e-mail if provided. +- Update the public wiki's ${year}/talks/{$slug}.md page to add the + e-mail address as on the speaker + information line. +- At some point, use =M-x emacsconf-generate-talk-pages= to update the e-mail address used in the footer. -In the same directory: -#+begin_src bash :eval no -while read p; do - mkdir -p "$p"; - cd "$p"; - wget "https://bbb.emacsverse.org/presentation/${p}/slides_new.xml" \ - "https://bbb.emacsverse.org/presentation/${p}/video/webcams.webm" \ - "https://bbb.emacsverse.org/presentation/${p}/deskshare.xml" \ - "https://bbb.emacsverse.org/presentation/${p}/deskshare/deskshare.webm" \ - "https://bbb.emacsverse.org/presentation/${p}/metadata.xml" - cd ..; -done +See [[#shifts]] -Probably focus on grabbing the audio first and seeing what's worth keeping +** DONE Sacha: Organize volunteer information :sachac: +** DONE Once talks are approved +- sacha: Publish initial talk information pages +- Double-check talk pages, format them nicely +- Publish draft schedule +- Confirm e-mail communication with all of the speakers -#+begin_src emacs-lisp -(defun emacsconf-extract-chat (slug speaker) - (interactive (list - (emacsconf-complete-talk) - (completing-read "Speaker: " - (seq-uniq - (mapcar (lambda (node) (dom-attr node 'name)) - (dom-by-tag (xml-parse-region (point-min) (point-max)) 'chattimeline))) - ))) - (let ((text - (mapconcat (lambda (node) - (when (string= (dom-attr node 'target) "chat") - (let ((message - (replace-regexp-in-string - "\\(^[^ +]?\\): " "" - (replace-regexp-in-string "\\(.+?\\)" - "<\\1>" (dom-attr node 'message))))) - (if (string-match speaker (dom-attr node 'name)) - (format "- %s: %s\n" speaker message) - (format "- %s\n" message))))) - (dom-by-tag (xml-parse-region (point-min) (point-max)) 'chattimeline) - ""))) - (emacsconf-edit-wiki-page slug) - (if (re-search-forward "# Discussion" nil t) - (progn - (goto-char (match-end 0)) - (insert "\n\n")) - (goto-char (point-max))) - (kill-new text))) -;; TODO: Combine lines from same nick, or identify speakers with anon1/2/etc. -(defun emacsconf-extract-chat-from-dired () - (interactive) - (find-file (expand-file-name "slides_new.xml" (dired-get-file-for-visit))) - (call-interactively 'emacsconf-extract-chat)) -#+end_src +Process for accepting a talk: -#+begin_src emacs-lisp :eval no -(defun emacsconf-make-webcams-deskshare-spans (deskshare start-ms stop-ms strategy source-dir) - (let ((secs (/ start-ms 1000.0)) - (webcam-video (expand-file-name "webcams.webm" source-dir)) - (deskshare-video (expand-file-name "deskshare.webm" source-dir)) - spans) - (mapc (lambda (o) - (unless (or (= secs (string-to-number (dom-attr o 'start_timestamp))) - (= (string-to-number (dom-attr o 'start_timestamp)) 0) - (> secs (/ stop-ms 1000.0))) - (setq spans (cons (list :source webcam-video - :start-ms (* secs 1000) - :stop-ms - (* 1000 - (if (eq strategy 'test) - (+ secs 3) - (max secs (string-to-number (dom-attr o 'start_timestamp)))))) - spans))) - (when (and (<= (string-to-number (dom-attr o 'start_timestamp)) - (/ stop-ms 1000.0)) - (>= (string-to-number (dom-attr o 'stop_timestamp)) - (/ start-ms 1000.0))) - (setq spans (cons (list :source deskshare-video - :start-ms (max (* 1000 (string-to-number (dom-attr o 'start_timestamp))) - start-ms) - :stop-ms - (if (eq strategy 'test) - (* 1000 (+ (string-to-number (dom-attr o 'start_timestamp)) 3)) - (min (* 1000 (string-to-number (dom-attr o 'stop_timestamp))) - stop-ms))) - spans)) - (setq secs (string-to-number (dom-attr o 'stop_timestamp))))) - (dom-by-tag deskshare 'event)) - (unless (>= (floor (* secs 1000)) stop-ms) - (setq spans (cons (list :source webcam-video - :start-ms (* 1000 secs) - :stop-ms (if (eq strategy 'test) - (* 1000 (+ secs 3)) - stop-ms)) - spans))) - (if (eq strategy 'test) - `((video ,@(reverse spans)) - (audio ,@(mapcar (lambda (o) - (list :source webcam-video - :start-ms (plist-get o :start-ms) - :stop-ms (plist-get o :stop-ms))) - (reverse spans)))) - `((video ,@(nreverse spans)) - (audio (:source ,webcam-video :start-ms ,start-ms :stop-ms ,stop-ms)))))) +- Create subtree for talk and populate it with properties. + - Required: CUSTOM_ID SLUG NAME NAME_SHORT EMAIL AVAILABILITY Q_AND_A TRACK MAX_TIME + - Optional: PRONOUNS PRONUNCIATION IRC PUBLIC_EMAIL MIN_TIME EMERGENCY + - Can be validated with ~emacsconf-validate-talk-subtree~ + - Add a talk abstract subtree +- Add it to emacsconf-schedule-plan and fiddle with it until the flow looks good +- Execute the draft-schedule block to update the schedule in the Org file +- Add the talk page to the wiki with ~emacsconf-add-talk-page~. +- Stage, commit, and push the wiki files. Make sure to add the talk page and the info pages. +- Doublecheck the wiki page on the web, since the e-mail refers to it. +- E-mail the speaker the acceptance by using ~emacsconf-draft-acceptance-for-email-group~ from ~organizers-notebook/~. +- Log the acceptance using ~C-c C-z~ in the talk subtree in ~conf.org~, noting the number of minutes. +- Change the status to TO_CONFIRM. + +** DONE Remind people about confirming e-mail communications :sachac:email:speakers: +CLOSED: [2022-10-08 Sat 18:55] SCHEDULED: <2022-10-08 Sat> +:PROPERTIES: +:CUSTOM_ID: confirm-email +:END: -(defun emacsconf-get-ffmpeg-to-splice-webcam-and-recording (slug start-ms stop-ms info &optional strategy) - "Return FFMPEG command for slicing. -Strategies: -- 'fast-cut-start-keyframe - find the keyframe before the start ms and cut from there, doing a fast copy. -- 'start-keyframe-and-reencode - find the keyframe before the start ms and cut from there, reencoding. -- 'cut-and-concat - seek to the keyframe before, slowly find the start-ms, reencode the snippet, and then do a fast copy of the remaining. May have encoding errors. -- default: copy from start-ms to stop-ms, reencoding. -" - (let* ((source-dir (expand-file-name (concat "../questions/by-slug/" slug) emacsconf-captions-directory)) - (video-slug (plist-get (seq-find (lambda (o) (string= (plist-get o :slug) slug)) info) :video-slug)) - (output (expand-file-name (concat video-slug "--answers.webm") emacsconf-captions-directory)) - (webcam-video (expand-file-name "webcams.webm" source-dir))) - (if (file-exists-p (expand-file-name "deskshare.webm" source-dir)) - ;; Has deskshare - (let* ((deskshare (xml-parse-file (expand-file-name "deskshare.xml" source-dir))) - (final-size (compile-media-max-dimensions - (expand-file-name "deskshare.webm" source-dir) - (expand-file-name "webcams.webm" source-dir))) - (duration (compile-media-get-file-duration-ms (expand-file-name "webcams.webm" source-dir))) - (spans (emacsconf-make-webcams-deskshare-spans deskshare start-ms stop-ms strategy source-dir)) - (compile-media-output-video-width (car final-size)) - (compile-media-output-video-height (cdr final-size))) - (compile-media-get-command spans output)) - ;; Just webcams - (compile-media-get-command - (compile-media-split-tracks - (list (list :source webcam-video :start-ms start-ms :stop-ms stop-ms))) - output)))) +Look for the TO_CONFIRM status in conf.org, probably include in schedule e-mail +** DONE Send people schedule information and doublecheck their availability/Q&A preference :sachac:email:speakers:sched: +CLOSED: [2022-10-09 Sun 09:38] SCHEDULED: <2022-10-08 Sat> +:PROPERTIES: +:CUSTOM_ID: check-sched +:END: + +#+begin_src emacs-lisp +(defun emacsconf-mail-schedule (group &optional template) + "Send draft schedule. +GROUP is (email . (talk talk))" + (interactive (list (emacsconf-mail-complete-email-group))) + (require 'emacsconf-ical) + (let ((reply-by-date (date-to-time "2022-10-14")) + (draft-schedule (concat emacsconf-base-url emacsconf-year "/draft-schedule/"))) + (emacsconf-mail-prepare + (or template (emacsconf-mail-merge-get-template "check-sched")) + (car group) + (list + :titles + (mapconcat (lambda (o) (format "%s: %s" + (plist-get o :slug) + (format-time-string + "%b %-e %-I:%M %#p %Z" + (plist-get o :start-time) + emacsconf-timezone))) + (cdr group) "; ") + :draft-schedule + draft-schedule + :speakers-short + (plist-get (cadr group) :speakers-short) + :plural + (if (= (length (cdr group)) 1) "" "s") + :email + (plist-get (cadr group) :email) + :year + (or (plist-get (cadr group) :year) emacsconf-year) + :coordination-note + (if (seq-find (lambda (o) (member (plist-get o :slug) '("journalism" "rolodex" "orgsuperlinks" "buttons" "hyperorg" "science"))) + (cdr group)) + "I've changed the order slightly from the coordination e-mail I sent you. The sequence is now journalism - science - rolodex - orgsuperlinks - buttons - hyperorg. science is now second instead of last, and the first two talks are on Sat while the last four are on Sun. That probably means you don't have to coordinate as much, but you can still do so if you would like to build on other people's talks." + "") + :schedule + (mapconcat + (lambda (o) (format "* TODO Check time for \"%s\" (%s) :emacsconf:\nDEADLINE: %s\n(Not a hard deadline, just encouragement to e-mail us before that date if you can)\nPlease e-mail [[mailto:emacsconf-submit@gnu.org]] if you need it changed\n%s track\n%s\nIn context: %s" + (plist-get o :title) + (plist-get o :slug) + (format-time-string (car org-time-stamp-formats) reply-by-date emacsconf-timezone) + (plist-get o :track) + (string-join + (let ((emacsconf-timezones + (if (plist-get o :timezone) + (seq-uniq (append (list emacsconf-timezone) + (split-string (plist-get o :timezone) " ") + (list "UTC"))) + emacsconf-timezones))) + (emacsconf-timezone-strings o)) + "\n") + draft-schedule)) + (cdr group) + "\n----------------------------------------------------------------\n") + :reply-by + (format-time-string "%b %-e (%a)" reply-by-date emacsconf-timezone) + :timezone-note + (if (plist-get (cadr group) :timezone) + (format "I've included timezone conversion to %s. Let me know if you'd like me to use a different timezone in future e-mails." + (plist-get (cadr group) :timezone) " ") + "I can translate times into your local timezone. Let me know what timezone you'd like me to use.") + :availability-note + (cond + ((seq-find (lambda (o) (string-match "yes" (or (plist-get o :availability) ""))) (cdr group)) + (format "I think you've indicated that you're available during the conference.")) + ((seq-find (lambda (o) (string-match "not indicated" (or (plist-get o :availability) ""))) (cdr group)) + (format "I think you didn't indicate any particular availability constraints in your submission.")) + (t (format "I think it respects your indicated availability, which we've noted as %s." + (string-join + (seq-uniq + (mapcar + (lambda (o) (format "\"%s\"" (plist-get o :availability))) + (cdr group))) + " and ")))))))) + +(defun emacsconf-mail-schedule-update (group &optional template) + "Send draft schedule update. +GROUP is (email . (talk talk))" + (interactive (list (emacsconf-mail-complete-email-group))) + (require 'emacsconf-ical) + (let ((reply-by-date (date-to-time "2022-10-14")) + (draft-schedule (concat emacsconf-base-url emacsconf-year "/draft-schedule/"))) + (emacsconf-mail-prepare + (or template (emacsconf-mail-merge-get-template "check-sched")) + (car group) + (list + :titles + (mapconcat (lambda (o) (format "%s: %s" + (plist-get o :slug) + (format-time-string + "%b %-e %-I:%M %#p %Z" + (plist-get o :start-time) + emacsconf-timezone))) + (cdr group) "; ") + :draft-schedule + draft-schedule + :speakers-short + (plist-get (cadr group) :speakers-short) + :plural + (if (= (length (cdr group)) 1) "" "s") + :email + (plist-get (cadr group) :email) + :year + (or (plist-get (cadr group) :year) emacsconf-year) + :coordination-note + (if (seq-find (lambda (o) (member (plist-get o :slug) '("journalism" "rolodex" "orgsuperlinks" "buttons" "hyperorg" "science"))) + (cdr group)) + "I've changed the order slightly from the coordination e-mail I sent you. The sequence is now journalism - science - rolodex - orgsuperlinks - buttons - hyperorg. science is now second instead of last, and the first two talks are on Sat while the last four are on Sun. That probably means you don't have to coordinate as much, but you can still do so if you would like to build on other people's talks." + "") + :schedule + (mapconcat + (lambda (o) (format "\"%s\" (%s)\n%s track\n%s\nIn context: %s" + (plist-get o :title) + (plist-get o :slug) + (plist-get o :track) + (replace-regexp-in-string + "^\\(.*\\)\n\\(.*\\)" + "\\1\nIn other timezones:\n\\2" + (string-join + (let ((emacsconf-timezones + (if (plist-get o :timezone) + (seq-uniq (append (list emacsconf-timezone) + (split-string (plist-get o :timezone) " ") + (list "UTC"))) + emacsconf-timezones))) + (emacsconf-timezone-strings o)) + "\n")) + draft-schedule)) + (cdr group) + "\n----------------------------------------------------------------\n") + :reply-by + (format-time-string "%b %-e (%a)" reply-by-date emacsconf-timezone) + :timezone-note + (if (plist-get (cadr group) :timezone) + (format "I've included timezone conversion to %s. Let me know if you'd like me to use a different timezone in future e-mails." + (plist-get (cadr group) :timezone)) + "I can translate times into your local timezone. Let me know what timezone you'd like me to use.") + :availability-note + (cond + ((seq-find (lambda (o) (string-match "yes" (or (plist-get o :availability) ""))) (cdr group)) + (format "I think you've indicated that you're available during the conference.")) + ((seq-find (lambda (o) (string-match "not indicated" (or (plist-get o :availability) ""))) (cdr group)) + (format "I think you didn't indicate any particular availability constraints in your submission.")) + (t (format "I think it respects your indicated availability, which we've noted as %s." + (string-join + (seq-uniq + (mapcar + (lambda (o) (format "\"%s\"" (plist-get o :availability))) + (cdr group))) + " and ")))))))) #+end_src -Make a table of the form +*** Template +:PROPERTIES: +:EMAIL_ID: check-sched +:SUBJECT: EmacsConf draft schedule: ${titles} +:REPLY_TO: emacsconf-submit@gnu.org, ${email} +:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} +:CC: emacsconf-submit@gnu.org +:FUNCTION: emacsconf-mail-schedule +:END: +Hi, ${speakers-short}! -#+NAME: QA_RECORDINGS -| Start | End | Slug | Notes | URL | Timestamp | -|-------+-----+------+-------+-----+-----------| +Here's the tentative schedule for when your EmacsConf talk${plural} +will be streamed. Your talk${plural} will be streamed once, but I've +included a few timezone conversions for convenience. -#+begin_src emacs-lisp :var qa=QA_RECORDINGS :eval no :dir="videos/" -(defun emacsconf-process-qa-recordings (qa dir) -;; (setq conf-qa-recordings qa) -;; (memoize 'conf-ffmpeg-get-closest-keyframe-in-msecs) -;; (memoize 'conf-ffmpeg-get-keyframes-between) -;; (memoize 'conf-video-dimensions) -;; (memoize 'compile-media-get-file-duration-ms) -;; (memoize-restore 'conf-ffmpeg-get-keyframes-around) +---------------------------------------------------------------- +${schedule} +---------------------------------------------------------------- -(let ((info (emacsconf-get-talk-info))) - (replace-regexp-in-string - "captions/" "answers-slow/" - (replace-regexp-in-string - dir "" - (string-join - (nreverse - (sort - (delq nil - (mapcar - (lambda (o) - (when (> (length (car o)) 0) - (emacsconf-get-ffmpeg-to-splice-webcam-and-recording - (elt o 2) - (compile-media-timestamp-to-msecs (elt o 0)) - (compile-media-timestamp-to-msecs (elt o 1)) - info))) -; (seq-take qa 2) - qa - )) - (lambda (a b) (string-match "trim" a)))) - "\n"))))) -#+end_src +${availability-note} You'll also have time for Q&A afterwards, which +can be as short or as long as you like. We'll send you more +information about how the Q&A will work as the conference gets closer. -*** Update the wiki -*** Update captions +If you'd like to see the other talks for context, you can check out +the draft schedule at https://emacsconf.org/${year}/draft-schedule/ . +The times may move around a bit as we update the schedule, so I'll +check in with you if things change a lot. ${coordination-note} -- Merge them into the video with =add-captions.sh= - #+begin_src sh :eval no - #!/usr/bin/zsh - BASE="${1%.*}" - BASE="${BASE%--main}" - ffmpeg -y -i "$1" ${BASE}--main.vtt - if [ -f "${BASE}--normalized.webm" ]; then - ffmpeg -y -i "$1" -i "${BASE}--normalized.webm" -c:a copy -c:v copy "${BASE}--captioned.webm" - else - ffmpeg -y -i "$1" -i "${BASE}--compressed.webm" -c:a copy -c:v copy "${BASE}--captioned.webm" - fi - cp ${BASE}--main.vtt ${BASE}--chapters.vtt ~/vendor/emacsconf-wiki/2021/captions - scp "${BASE}--captioned.webm" "${BASE}--main.webm" - scp "${BASE}--main.webm" front:~/protected - scp "${BASE}--main.vtt" front:~/protected - scp "${BASE}--chapters.vtt" front:~/protected - ssh front 'cd protected; chmod ugo+r *' - #+end_src -- Update Toobnix and Youtube captions with =conf-video-share=. -- Update Toobnix and Youtube descriptions with chapters. -- Update ${conf-year}/${captions}/${slug}.md in the wiki. To make this from scratch, use =M-x conf-prepare-transcript-directives= from the talk heading in the conference Org file. -*** BLOCKED [#A] Downsize the server :bandali: -SCHEDULED: <2022-12-03 Sat> -** In case of +We'd like to publish the schedule this month, so we'd love to hear +from you by *${reply-by}* if the times don't work for you. (We can +shuffle things around even after that date if something comes up.) +Also, if you think your talk${plural} would go better next to a +different talk, please let us know. ${timezone-note} Please keep +emacsconf-submit@gnu.org in To or Cc when replying. Thanks! + +Sacha +*** Schedule change affecting dev +:PROPERTIES: +:SUBJECT: EmacsConf draft schedule update 2 this time with the updated times: ${titles} +:REPLY_TO: emacsconf-submit@gnu.org, ${email} +:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} +:CC: emacsconf-submit@gnu.org +:FUNCTION: emacsconf-mail-schedule-update +:SLUGS: treesitter lspbridge asmblox wayland +:EMAIL_ID: sched-change +:END: + +(Please ignore the previous update, I included the wrong times in the +e-mail. The web version's been fine, though! Sorry about the extra +e-mails.) + +I tweaked the schedule to put treesitter and lspbridge earlier, so +asmblox and wayland are a little later on Saturday morning. If you'd +like to see the latest schedule for your talk, you can go to +https://emacsconf.org/${year}/draft-schedule/ . Thanks for your +patience! + +---------------------------------------------------------------- +${schedule} +---------------------------------------------------------------- + +(no need to reply to this to confirm, unless I broke the schedule for +you and you want me to fix it) + +Sacha +*** Schedule change for buddy/meetup :PROPERTIES: -:CUSTOM_ID: exceptions +:SUBJECT: EmacsConf draft schedule update 3: ${titles} +:REPLY_TO: emacsconf-submit@gnu.org, ${email} +:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} +:CC: emacsconf-submit@gnu.org +:FUNCTION: emacsconf-mail-schedule-update +:SLUGS: buddy meetups +:EMAIL_ID: sched-change-meetups :END: -*** Stuck wiki - sudo -iu ikiwiki -- ikiwiki --setup ~ikiwiki/emacsconf.setup +Hi ${speakers-short}! -*** Last-minute prerecording submission +I tweaked the schedule to allocate a little more time for the meetups +talk, and I moved the buddy talk earlier to make space. I think this +might improve the flow as well, since the meetups will refer to how +meeting up with a buddy is a good way to get a public Emacs meetup off +the ground. If you'd like to see the latest schedule for your talk, +you can go to https://emacsconf.org/${year}/talks/ . Thanks for your +patience! + +---------------------------------------------------------------- +${schedule} +---------------------------------------------------------------- + +(no need to reply to this to confirm, unless I broke the schedule for +you and you want me to fix it) + +Sacha + +** DONE Volunteer communications: E-mail update for Oct 9, 2022 :email:volunteers: +CLOSED: [2022-10-09 Sun 21:16] SCHEDULED: <2022-10-09 Sun> :PROPERTIES: -:CUSTOM_ID: last-minute-prerec +:CUSTOM_ID: volunteer-2022-10-09 :END: -- CHECK will copy it from the FTP upload server to ${protected} and name it appropriately. -- CHECK will notify STREAM with the scp command and the mpv command so that STREAM can choose. - -*** Last-minute caption update +Add your news and requests to this. + +*** Template so far :PROPERTIES: -:CUSTOM_ID: last-minute-captions +:SUBJECT: Getting things ready for EmacsConf 2022 +:TO: emacsconf-org@gnu.org :END: -- CHECK uploads the --main.vtt file to ${protected} -- CHECK notifies STREAM via ${upcoming} -- STREAM uses the provided commands to download the VTT file and load it into MPV with =--sub-file= +Hello, EmacsConf volunteers! + +We're starting to gear up for EmacsConf 2022, and we would love to +figure out how to work with your skills, interests, and availability. + has some specific task ideas and +general roles. + + has an +overall prioritization matrix. If any of those options look like +something you want to learn or help with, or if you want to make +things even better than what's in the table, let me know. -*** Speaker has not checked in -:PROPERTIES: -:CUSTOM_ID: missing -:END: -- Let the previous talk run a little longer for Q&A; end at least in time for the prerec -- After the previous Q&A wraps up, play the prerec -- [? still not around after prerec finishes] - - HOST: Speaker might be having some difficulty connecting, but we'll collect your questions on the pad and send them afterwards. - - Can play next prerec a few minutes early -*** Speaker does not have a prerec and has not checked in +Given the number of talks this year, we're going to try to see if we +can pull off two tracks. I've posted a draft schedule at + and have e-mailed speakers +to confirm their availability. This schedule staggers live Q&A +sessions so that the person managing the streams can jump back and +forth as needed. We'll figure out shifts once we've sorted out the +processes and training info, but if you want to call dibs on +something, feel free. + + +Please let me know what kinds of things you'd like to learn more about +or help out with! + +Sacha Chua + +(You're receiving this e-mail because you're on the emacsconf-org +mailing list. Thanks for wanting to help out!) + +** DONE Delete all the EmacsConf BBB rooms from last year :chore:bbb:zaeph: +CLOSED: [2022-10-11 Tue 19:32] :PROPERTIES: -:CUSTOM_ID: really-missing +:CUSTOM_ID: bbb-cleanup :END: -- Let the previous talk do live Q&A/demo if ready -- Close to the time of the missing talk: - - See if any of the previous speakers want to be set up for an impromptu talk/extension in a BBB room, just in case - - HOST: The next speaker might be having some difficulty connecting. In the meantime, let's... - - OR: - - highlight ongoing discussions - - invite another speaker for an impromptu extension; mplsCorwin will keep a list of possible speakers who are still active - - replay a short prerec - - let mplsCorwin or zaeph fill in -*** Speaker whose talk was reallocated shows up and has a prerec +For the admins on BBB. The list is accessible here: [[https://bbb.emacsverse.org/b/admins/rooms][Organization Settings]]. +Should take no more than ~20′. +** DONE Write volunteer update +CLOSED: [2022-10-17 Mon 08:24] SCHEDULED: <2022-10-17 Mon> :PROPERTIES: -:CUSTOM_ID: reallocated-prerec +:CUSTOM_ID: volunteer-2022-10-16 :END: -- CHECK copies it to ${protected} -- Plan to play prerec at the end of the day, or in any gaps if a live talk falls through -*** Speaker whose talk was reallocated shows up and wants to do it live + +Hello, folks! Here's the weekly update on what's happening backstage +for EmacsConf 2022 in case you notice something that you want to help +out with. =) + +- All the speakers have confirmed that they've gotten the acceptance + e-mails. Many speakers have confirmed that the schedule works for + them after I reshuffled a few talks for better availability. I've + posted the schedule at https://emacsconf.org/2022/talks/ . We'll + announce the schedule on the emacsconf-discuss mailing, Reddit, and + various places this week. + +- zaeph has been working on the ffmpeg incantations for preprocessing + the videos that will be submitted soon. bandali is working on + getting the FTP and web-based uploads sorted out so that speakers + can submit their videos. + +- I created some watch pages to support viewing different tracks: + https://emacsconf.org/2022/watch/ . The livestreams won't work yet + and it would be nice to figure out something that can dynamically + display info for recent/current/upcoming talks, but it's a start. + +- We set up a self-hosted Etherpad (ex: + https://pad.emacsconf.org/2022-journalism) with an easy way to + redirect to using Wikimedia in case we run into scaling issues. I've + added it to our Ansible playbook + (git@git.emacsconf.org:pub/emacsconf-ansible) and I'm looking + forward to incorporating Ry P.'s improvements. Karl Voit gave + feedback on the first draft of the template. + +- vetrivln volunteered for some of the dev hosting shifts, Karl Voit + volunteered for some of the gen pad shifts, and FlowyCoder + volunteered for some of the gen check-in shifts. Thanks! + +Next week, we hope to: + +- Announce the EmacsConf 2022 schedule in the usual places (got any wording/JS/CSS suggestions?) +- Finalize the upload instructions so that speakers can start submitting their files +- Put together volunteer training materials +- Set up per-speaker BBB rooms and friendly URLs + +Sacha + +** DONE Publish icals :sachac: +CLOSED: [2022-10-19 Wed 18:46] :PROPERTIES: -:CUSTOM_ID: reallocated-live +:CUSTOM_ID: ical +:Effort: 1:00 :END: -- See if there's enough time if buffers are shuffled back; if so, set up for a live presentation -- Check for alternate stream volunteers -- [? not enough time] Offer to set up a BBB room for recording or to - accept a prerecording afterwards, then include it on the site and in - post-conference communication -*** Alternate stream volunteer wants to stream (nice to have, at risk) + +It would be nice to have track-specific icals as well. + +** DONE [#A] Figure out web-based file upload :needsowner:sachac:ansible: +CLOSED: [2022-10-19 Wed 09:20] SCHEDULED: <2022-10-18 Tue> :PROPERTIES: -:CUSTOM_ID: alternate +:CUSTOM_ID: upload :END: -- CHECK gives ALTERNATE the BBB room URL for the talk they are interested in -- ALTERNATE starts streaming to assigned end point -- CHECK confirms stream -- CHECK updates ${stream-status} -- CHECK notifies STREAM and HOST - - After prerec plays: - - HOST: This talk has an extended demo/Q&A. You can go to ${alternate-url} to watch it, and we'll post a recording afterwards. - - HOST sends ${alternate-url} to IRC: Alternate stream for ${title}: ${alternate-url} -- ALTERNATE notifies #emacsconf-org when the stream is done. -- CHECK updates ${stream-status} to note that the alternate stream is finished. +zaeph: I can work on it, but I’m not experienced in this domain, so I’d prefer to be a back-up. +task is currently with bandali - FFMPEG process for sending the desktop and audio to the $CONFALT mountpoint on Linux with X11 and Alsa: +Lesson learned from last year: "Since people kept running into ftp +problems, we might want to set up a web-frontend next year to minimise +problems." - 1. Set the CONFALT environment variable to icecast://user:password@live0.emacsconf.org:8000/alt.webm - 2. Install pavucontrol if you don't have it already. - 3. Start the following command ([[file:stream-desktop-and-audio.sh]]: - #+begin_src sh :eval no :tangle stream-desktop-and-audio.sh - while true; do ffmpeg -loglevel 0 -ar 48000 -f alsa -channels 2 -sample_rate 48000 -i default -re -video_size 1280x720 -framerate 25 -f x11grab -i :0.0 -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm -c:v libvpx -b:v 1M -crf 30 -g 125 -deadline good -threads 4 -f webm $CONFALT; done - #+end_src - 4. Use pavucontrol to set the recording source for the ffmpeg - command to be the audio monitor, so you get system output as - well. - - OR: - - [? splitting audio] (look for “Set up sinks for sound” under 2021/) - - [? same audio] - - Set up audio monitor as the input for FFMPEG - - MPV goes to MPV sink, browser goes to recording sink, FFMPEG takes in recording monitor +Maybe we could ask some of the volunteers who wanted to help us with +the infra? It shouldn’t be complicated to deploy a ready-made +solution. -*** Pad malfunction or mess-up -:PROPERTIES: -:CUSTOM_ID: pad-broken -:END: +"file drop" is a common keyword for looking for information. +Considerations: +- Probably run it on media.emacsconf.org +- Bonus features: + - password-protected or hidden behind some kind of authentication or hidden behind some kind of URL, so we don't have to worry too much about spam + - extra points for sending speakers links to upload to specific folders so that we can separate resources by talk + - Resumable uploads would be good, since some speakers had a hard time with unreliable connections +- What other conferences do: + - LibrePlanet uses plain FTP and recommends FileZilla https://libreplanet.org/wiki/Video_upload_instructions + - FOSSDEM uses Pentabarf to receive uploads https://archive.fosdem.org/2022/manuals/program/speaker/ + - DebConf uses SReview(?) + - FOSSGIS uses Seafile https://vmx.cx/cgi-bin/blog/index.cgi/video-uploads-for-an-online-conference%3A2021-06-12%3Aen%2Cconference%2Cgeo +- Some options: -- PAD resets the pad using https://etherpad.wikimedia.org/p/emacsconf-2021/timeslider -- [? still not recovered] - - PAD reimports the pad from backup + | Project | Docker | Buster | Base | Notes | + | https://www.projectsend.org/ | | | php+mysql | | + | https://github.com/pomf/pomf | | | php+mysql | | + | https://github.com/psi-4ward/psitransfer | official | | node | can set upload password, resumable; data volume needs uid 1000 | + | https://github.com/epoupon/fileshelter | official | ppa | C++ | | + | https://github.com/mickael-kerjean/filestash | official | | | general FTP client | + | https://gitlab.com/moejo42/Jirafeau | official | | php | | + | https://github.com/YouTransfer/YouTransfer | official | | node | looking for maint | + | https://github.com/dutchcoders/transfer.sh/ | | | | | + | https://github.com/eikek/sharry | | | | | + - NextCloud + + anon FTP upload currently goes to /srv/ftp/anon/ on media.emacsconf.org + + [[file:/ssh:media|sudo::/etc/vsftpd.conf]] + + Maybe I'll do psitransfer as a direct install -*** CRDT malfunctions +*** DONE Create 2022/upload.md with the same workflow as last year for a start +CLOSED: [2022-10-18 Tue 14:37] +*** DONE Implement new workflow +CLOSED: [2022-10-18 Tue 14:37] +** DONE Update IRC instructions because of multiple tracks +CLOSED: [2022-10-16 Sun 17:39] :PROPERTIES: -:CUSTOM_ID: crdt-broken +:CUSTOM_ID: irc :END: -- HOST notifies CHECK and tries reconnecting -- [? still doesn't work] - - Switch to backup Etherpad - -*** Conduct guidelines issue +Added to watch pages +** DONE Move scheduling and publishing code to Emacs on a VPS so that other people can help out :sachac: :PROPERTIES: -:CUSTOM_ID: conduct +:CUSTOM_ID: publishing-sched :END: +Ideal: +- Update pages with watching information, additional resources, etc. as talks go live +- Update the schedule as needed (cancelled or reordered talks, etc.) -- HOST addresses it (on-camera if needed) with a reminder and/or a kick or a ban +Where: +- front? my own VPS? + + Nice if there's an Ansible playbook -*** CHECK is unavailable -:PROPERTIES: -:CUSTOM_ID: check-gone -:END: + sachac's notes: + [[file:~/code/docker/emacsconf-publish/]] +- probably good to set it up on front -- HOST does check-ins -- HOST refers to conf.org for Q&A preference etc. -- STREAM checks conf.org for prerec filenames etc. -- Dropped goals: - - Publishing recordings ASAP - - Updating schedule/wiki on the fly - -*** HOST is unavailable -:PROPERTIES: -:CUSTOM_ID: host-gone -:END: +It's now on front. -- STREAM joins the BBB room and streams directly from there (or streams the prerecs). -- STREAM will do the hosting. - -*** Technical issues during a live presentation +** DONE Prepare email for nudging speakers to send prerec, and inform on upload workflow :timesensitive:needsowner: +CLOSED: [2022-10-22 Sat 08:42] :PROPERTIES: -:CUSTOM_ID: live-issues +:CUSTOM_ID: mail-upload :END: -- HOST tries to contact the speaker -- [? back on track] - - [? can be squeezed into remaining time]: Continue - - [? need extra time]: CHECK fiddles with buffer of following talks in conf.org and updates schedule - - [? need too much extra time (ex: 10min)]: HOST acknowledges - technical issues and says we may be able to follow up after the - conference -- [? can't resume]: HOST acknowledges technical issues and says we may - be able to follow up after the conference - -*** Big technical issues with streaming +*** Code + +#+begin_src emacs-lisp +(defun emacsconf-mail-upload (group &optional template) + "Send upload instructions and reminder. +GROUP is (email . (talk talk))" + (interactive (list (emacsconf-mail-complete-email-group))) + (let ((action-date (date-to-time "2022-11-04"))) + (emacsconf-mail-prepare + (or template (emacsconf-mail-merge-get-template "upload")) + (car group) + (list + :slugs (mapconcat (lambda (o) (plist-get o :slug)) (cdr group) " or ") + :speakers-short (plist-get (cadr group) :speakers-short) + :plural (if (= (length (cdr group)) 1) "" "s") + :email (plist-get (cadr group) :email) + :year (or (plist-get (cadr group) :year) emacsconf-year) + :prerec-note (emacsconf-surround + (make-string 64 ?-) + (string-join (seq-uniq (mapcar + (lambda (o) + (plist-get o :prerec-info)) + (cdr group))) + "\n") + (make-string 64 ?-) + ""))))) +#+end_src + +*** Template :PROPERTIES: -:CUSTOM_ID: stream-issues +:EMAIL_ID: upload +:FUNCTION: emacsconf-mail-upload +:SUBJECT: EmacsConf upload instructions +:REPLY_TO: emacsconf-submit@gnu.org, ${email} +:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} +:CC: emacsconf-submit@gnu.org :END: -- HOST notifies #emacsconf and #emacsconf-org and adds a note at the top of the ${pad}. -- HOST updates the 2021.md wiki page -- CHECK publishes prerecordings - - media.emacsconf.org - - wiki - - Toobnix - - Peertube -- STREAM e-mails the mailing list -*** live0 can't handle the load or is close to network transfer limit +Hi, ${speakers-short}! + +${prerec-note}Here are the instructions for uploading the +video${plural} for your talk${plural}. You can find the latest version +of the instructions at https://emacsconf.org/2022/upload/ . There are +two ways to upload your talk${plural} this year, so you can pick the +one that works best for you: + +- Web-based: https://ftp-upload.emacsconf.org , password emacsconf +- FTP: host: ftp-upload.emacsconf.org, port: 21, username: anonymous + folder: upload-here + +If you upload slides and other resources, we can include them on the +talk page when your talk goes live. If you happen to have a script or +a transcript, please include them as well (it’ll speed up the +captioning for us). + +Please add a comment or start your filenames with the ID for the talk +that it's for: ${slugs}. + +If you're still working on your talk, you might find the tips at +https://emacsconf.org/2022/prepare useful. In brief: + +- at least 1280x720 resolution +- we recommend dark text on a light background, with enough contrast + to make it easy to read +- if possible, use a headset or external microphone to record audio + in order to minimize computer noise +- upload a separate 5 second recording of quiet or leave 5 seconds + of quiet at the end of your talk video so that we can process your + video for noise reduction + +Please plan to upload your talk by November 4 (next Friday) so that we +can get started preparing it for streaming. If you can't make it by +then, we can accept later submissions, although it's a bit more of a +scramble and our stress levels go up as the conference approaches. =) +We'd really appreciate the extra time for captioning and +double-checking. Thank you for your help in getting ready for a smooth +EmacsConf 2022! + +Sacha Chua +** DONE Send backstage email +CLOSED: [2022-10-22 Sat 09:23] + +#+begin_src emacs-lisp +(defun emacsconf-mail-backstage-info (group &optional template) + (interactive (list (emacsconf-complete-talk-info))) + (emacsconf-mail-prepare + (or template (emacsconf-mail-merge-get-template "backstage")) + (plist-get group :email) + (append group + (list + :backstage "https://media.emacsconf.org/2022/backstage/" + :backstage-user "emacsconf" + :backstage-password emacsconf-backstage-password + :conf-name emacsconf-name + :year emacsconf-year)))) +(defun emacsconf-mail-backstage-info-to-speakers-and-captioners () + (interactive) + (let ((template (emacsconf-mail-merge-get-template "backstage")) + (speaker-groups + (seq-uniq + (mapcar + (lambda (talk) + (list + :name (plist-get talk :speakers-short) + :email (plist-get talk :email) + :role "speaker" + :backstage-use + "As we add more talks, you can skim through any relevant ones to +see if there are any points you'd like to build on in your talk. +Also, you can get a sense of what we do behind the scenes to try +to get as many talks captioned for broadcast, and what you can do +to make it easier. (A text file with names and technical terms +can be helpful. No need to type out a manual transcript if you +don't start from a script.) After you upload your talk and we +process the files, you can use the backstage area to check the +quality of the reencoded video.")) + (seq-filter (lambda (o) (string= (plist-get o :status) "WAITING_FOR_PREREC")) + (emacsconf-filter-talks (emacsconf-get-talk-info)))))) + (volunteer-groups + (with-current-buffer (find-file-noselect emacsconf-org-file) + (org-map-entries (lambda () + (list :name (org-entry-get (point) "NAME_SHORT") + :email (org-entry-get (point) "EMAIL") + :role "captioning volunteer" + :backstage-use "If you see a talk that you'd like to caption, you can e-mail me at sacha@sachachua.com and I can reserve it for you.")) + "captions")))) + (mapcar (lambda (g) (emacsconf-mail-backstage-info g template)) + (append + speaker-groups + (seq-remove (lambda (v) (seq-find (lambda (s) (string= (plist-get s :email) + (plist-get v :email))) + speaker-groups)) + volunteer-groups))))) + +#+end_src + +*** Template :PROPERTIES: -:CUSTOM_ID: network +:SUBJECT: EmacsConf backstage area with videos and other resources +:EMAIL_ID: backstage +:REPLY_TO: emacsconf-submit@gnu.org, ${email} +:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} +:CC: emacsconf-submit@gnu.org :END: -- OR: - - Redirect some viewers via asking in #emacsconf: - - watch via main-480p - - watch via Toobnix (if we can get that working) - - Consider dropping the restream to Toobnix (lower audience?) or to Youtube - - Add additional node to Linode account for shared transfer pool (TODO: doublecheck) -*** People have a hard time seeing dark-mode presentations (or light-mode) +Hi ${name}! -mpv --vf=negate $url -*** Schedule update +You're getting this e-mail because you are a ${role} for ${conf-name} +${year}. (Thanks!) -- Test it using the blocks near the beginning of conf.org -- emacsconf-publish-update-schedule -- E-mail affected speakers - see emacsconf-mail-schedule-update function -*** New talk -- Create entry in conf.org -- Fit it into the schedule using the emacsconf-schedule-plan variable -- When happy, execute the draft-schedule block to update the SCHEDULED properties -- emacsconf-generate-talk-page -- emacsconf-update-schedule -- emacsconf -- emacsconf-stream-generate-assets-for-talk -* Task archive +I'm so excited! =) A number of speakers have uploaded their videos, +and OpenAI Whisper looks like a promising way to get automatically +generated captions that we can use as a starting point. + +We've set up ${backstage} as the backstage area where you can view the +videos and resources uploaded so far. You can access it with the +username "${backstage-user}" and the password "${backstage-password}". +Please keep the backstage password and other speakers' talk resources +secret. ${backstage-use} + +Thank you! + +Sacha Chua + +** DONE Write playbooks +CLOSED: [2022-10-22 Sat 09:25] +*** DONE Host :zaeph: +CLOSED: [2022-10-20 Thu 11:30] +https://emacsconf.org/2022/volunteer/host + +*** CANCELLED Streamer :zaeph: +CLOSED: [2022-10-22 Sat 09:24] +:PROPERTIES: +:CUSTOM_ID: inform-streamer-volunteers +:END: +Blocked by [[#streaming]] + +bandali and corwin/zaeph will do the streaming, so writing the streaming playbook is a little lower priority for now +*** DONE Check-in +CLOSED: [2022-10-16 Sun 21:26] +[[https://emacsconf.org/2022/volunteer/checkin/]] +*** DONE IRC +CLOSED: [2022-10-16 Sun 21:38] +https://emacsconf.org/2022/volunteer/irc/ +*** DONE Pad +CLOSED: [2022-10-17 Mon 00:25] :PROPERTIES: -:CUSTOM_ID: archive +:CUSTOM_ID: inform-pad-volunteers :END: - -** DONE Write preparation instructions :zaeph: -CLOSED: [2022-09-29 Thu 20:45] DEADLINE: <2022-09-26 Mon> +https://emacsconf.org/2022/volunteer/pad/ +*** DONE Captions +CLOSED: [2022-10-17 Mon 00:25] :PROPERTIES: -:ARCHIVE_TIME: 2022-10-01 Sat 00:33 +:CUSTOM_ID: inform-pad-volunteers :END: -2021/prepare.md can be reused. +https://emacsconf.org/2022/volunteer/caption/ +** CANCELLED [#C] Figure out why ikiwiki is slow :infra:wiki: +CLOSED: [2022-10-22 Sat 09:26] +:PROPERTIES: +:CUSTOM_ID: ikiwiki-regex +:END: +complex regular expression issues? +should the captions be outside the wiki? +** CANCELLED Add nice-to-have stuff to prepare.md :zaeph: +CLOSED: [2022-10-22 Sat 09:27] +:PROPERTIES: +:CUSTOM_ID: extra-prepare +:END: +- org-reveal config +- SIL fonts choice -Extra stuff to consider adding: -- DONE Suggestions for themes (especially wrt colourscape) -- DONE “Please don’t squeeze your talk by fast-forwarding your speech. Trimming silences and filler words can help, though. Sometimes it's easier to write, record, and edit your voiceover, and then record the video to go along with it." -- DONE Allowing speakers to plant questions, esp. to cover tangential stuff that couldn’t fit in the prerec -** CANCELLED Allocate extra time if possible; send e-mail :sachac: -CLOSED: [2022-09-30 Fri 18:13] SCHEDULED: <2022-10-02 Sun> +** DONE Write volunteer update 2022-10-23 :update: +CLOSED: [2022-10-23 Sun 10:22] :PROPERTIES: -:ARCHIVE_TIME: 2022-10-01 Sat 00:38 +:CUSTOM_ID: volunteer-2022-10-23 +:TO: emacsconf-org@gnu.org :END: +Hello, folks! Here's the weekly update on what's happening backstage +for EmacsConf 2022 in case you notice something that you want to help +out with. =) -** DONE Review metadata for speakers in conf.org :zaeph: -CLOSED: [2022-10-01 Sat 00:37] SCHEDULED: <2022-09-23 Fri> +- We've e-mailed the speakers instructions for uploading their files through either a web browser or an FTP client, and three speakers have already done so! Those talks are now available in the backstage area (https://media.emacsconf.org/2022/backstage/), along with the first set of edited captions (thanks Jai Vetrivelan!). If you don't have the username and password for the backstage area and you would like to access it, please e-mail me and I'll send you the details. +- We've created a BBB room for each speaker's live Q&A session. The URLs are in conf.org in the private repository if you need them. +- We've drafted some documentation for different volunteer roles. If you'd like to volunteer as a captioner, check-in person (hmm, reception?), Etherpad scribe, IRC monitor, or host, please check out the appropriate link and let me know if I need to add anything to the docs: + - https://emacsconf.org/2022/volunteer/caption + - https://emacsconf.org/2022/volunteer/irc + - https://emacsconf.org/2022/volunteer/pad + - https://emacsconf.org/2022/volunteer/checkin + - https://emacsconf.org/2022/volunteer/host +- Thanks to David O'Toole for signing up for some IRC shifts! If you would like to volunteer for a shift, check out https://emacsconf.org/2022/organizers-notebook/#shifts . +- We've updated our streaming configuration for the General and Development tracks, and have started testing them using mpv and the watch pages. Videos aren't currently streaming, but you can check out the layout of the watch pages at: + - https://emacsconf.org/2022/watch/gen/ + - https://live.emacsconf.org/2022/watch/gen/ + - https://emacsconf.org/2022/watch/dev/ + - https://live.emacsconf.org/2022/watch/dev/ + These pages could probably be a lot prettier and easier to use. If you have some ideas for improving them or if you'd like to work on the HTML/CSS/JS, we'd love your help! +- There are now Q&A waiting rooms with friendly URLs so that it's easier for people to join the live Q&A when the host decides it's okay to let everyone in. They're linked on the watch pages (along with the pads) and they'll be linked from the talk pages once we're ready to share them. +- zaeph has been busy tweaking the ffmpeg workflow for reencoding and normalizing videos. Thanks to Ry P. for sharing the res.emacsconf.org server with us - we've been using it for all the processing that our laptops can't handle. +- We experimented with using the OpenAI Whisper speech-to-text toolkit to create the auto-generated captions that captioning volunteers can edit. Looks promising! If you'd like to compare the performance between small, medium, and large models, you can look at the VTT files for the sqlite talk in the backstage area. I've also added support for tab-separated values (like Audacity label exports) and a subed-convert command to subed.el, which might give us a more concise format to work with. I'll work on getting word-level timing data so that our captioning workflow can be even easier. + +Next week, we hope to: + +- improve the prerec and captioning workflows +- get more captions underway + +Lots of good stuff happening! + +Sacha Chua + +** DONE 2022-10-30 volunteer update +CLOSED: [2022-10-30 Sun 19:46] :PROPERTIES: -:ARCHIVE_TIME: 2022-10-01 Sat 00:38 +:CUSTOM_ID: volunteer-2022-10-30 :END: -See the bottom of conf.org for some automated validation -** DONE Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [[#acceptance][early speaker notification]], Oct 7 for everything :organizers: -CLOSED: [2022-09-29 Thu 20:29] DEADLINE: <2022-09-26 Mon> -- zaeph: will start reviewing on Sep 21 -** DONE Write preparation instructions :zaeph: -CLOSED: [2022-09-29 Thu 20:45] DEADLINE: <2022-09-26 Mon> -2021/prepare.md can be reused. +Hello, everyone! Here's the weekly update on what's happening backstage +for EmacsConf 2022 in case you notice something that you want to help +out with. =) -Extra stuff to consider adding: -- DONE Suggestions for themes (especially wrt colourscape) -- DONE “Please don’t squeeze your talk by fast-forwarding your speech. Trimming silences and filler words can help, though. Sometimes it's easier to write, record, and edit your voiceover, and then record the video to go along with it." -- DONE Allowing speakers to plant questions, esp. to cover tangential stuff that couldn’t fit in the prerec -** DONE Add more submissions (CFP deadline Sept 30) :sachac: -CLOSED: [2022-09-30 Fri 18:13] DEADLINE: <2022-09-30 Fri> -- Sacha: Add submissions to emacsconf-2022-private, draft 2-day schedule by Oct 10 -** DONE Publish talk pages :sachac: -CLOSED: [2022-09-30 Fri 18:13] -** DONE Send early acceptances :sachac: -CLOSED: [2022-09-30 Fri 18:13] DEADLINE: <2022-09-30 Fri> +- Help wanted - Captioning: There are three talks open for captioning + in , so feel free to + e-mail me if you'd like to reserve one. I've tweaked the captioning + process a little bit so that I can reflow the transcripts into + shorter subtitles before people edit the captions, so editing is + easier to do because you don't have to split along the way. (If + you're curious about the technical stuff, I switched to manually + splitting the text using emacsconf-reflow from emacsconf-el and then + the using aeneas for forced alignment, because I couldn't figure out + how to get torchaudio unstuck sometimes.) -Ideal sequence: -1. publish /2022/prepare (zaeph) -2. publish wiki pages -3. send acceptance e-mails - - Allocate at most 20 minutes, say we'll try to add more time depending on the schedule (probably know by Sept 30 or Oct 1) - - Include review comments -4. Send an additional e-mail introducing speakers who may want to coordinate + If you don't have the username and password for the backstage area + and you would like to access it, please e-mail me and I'll send you + the details. -** DONE Prepare to export talk information to wiki :sachac: -DEADLINE: <2022-10-15 Sat> +- Help wanted - tech checks: For sessions with live Q&A, we'd like to + set up tech-checks with speakers to make sure that their setup works + well with BigBlueButton. A rough outline of the process is in the + tech-checking protocol heading at + . If you + would like to help with tech-checks, please e-mail us with your + general availability (including timezones) and preferred public + contact information so that we can include you on the list at + and in the e-mail to + speakers. -Tested code in a fork, can publish talk information once talks are approved. -emacsconf-publish.el -emacsconf-generate-info-pages -emacsconf-generate-main-schedule -emacsconf-generate-talk-pages +- Help wanted - intro/intermission slides, OBS overlay, ??: It might + be interesting to design something to show right before and right + after a talk so that people can see the title, speaker name, talk + page URL, Q&A info, pad URL, pronouns, etc. Ideally we'd be able to + generate a whole bunch of these from the talk data, so maybe SVG or + a TikZ picture? If this is your jam, let us know. + +- OBS in the cloud: We've been able to figure out how to stream both + streams using OBS, VNC, and PulseAudio on Ry P.'s virtual server, so + it's even more likely that we're going to pull off two tracks this + year. Yay! -** DONE Give access to emacsconf-2022-private to dto :zaeph: -CLOSED: [2022-09-21 Wed 01:17] -** DONE Write better subtitle documentation :sachac: -CLOSED: [2022-09-22 Thu 15:12] -https://wiki.debian.org/Teams/DebConf/Video/Subtitles -https://emacsconf.org/captioning -That will help more people subtitle things -** DONE Write volunteer page :sachac: -CLOSED: [2022-09-22 Thu 15:02] -https://emacsconf.org/2022/volunteer +- Tom Purl has joined as a captioning volunteer. Hi Tom! -** DONE Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [[#acceptance][early speaker notification]], Oct 7 for everything :organizers: -CLOSED: [2022-09-27 Tue 16:14] DEADLINE: <2022-09-26 Mon> -- zaeph: will start reviewing on Sep 21 -** DONE Double-check sachac’s timezone conversions for availability :zaeph: -CLOSED: [2022-09-27 Tue 16:14] +This week we hope to get lots of talks submitted, processed, and on +the way to being captioned. We're also planning to make the captioning +workflow even better, and to improve the OBS streaming workflow. Whee! -zaeph helped with this, even catching some based on e-mail timestamps -** DONE Copy things over from previous notebooks :sachac: -CLOSED: [2022-09-21 Wed 14:12] -** DONE Prepare to publish schedule :sachac:wiki: -CLOSED: [2022-10-07 Fri 13:56] +Sacha + +** Volunteer update 2022-11-07 :PROPERTIES: -:CUSTOM_ID: schedule-publish-old +:CUSTOM_ID: volunteer-2022-11-07 :END: -- Should be understandable as plain text -- Ideally responsive to take advantage of more screen space on monitors while still being understandable on mobile -- Organize by tracks and then days -- Links to jump to a track and day -- Graphics to make it easier for people to see nearby talk options -- Optionally, graphical view on talk pages as well (might need to publish a JSON somewhere to front) +Hi everyone! - Schedule inspiration: - - [[https://debconf22.debconf.org/schedule/][DebConf 2022]] converted times to your local timezone - - [[https://libreplanet.org/2022/program/][LibrePlanet 2022]] used table columns for the different tracks - - [[https://www.sfscon.it/programs/2022/][SFSCON 2022]] lists sessions chronologically, indicating tracks with labels and dots on a diagram. Dropdowns act as filters. - - https://css-tricks.com/building-a-conference-schedule-with-css-grid/ +Here's what's been happening backstage. - - - With JS and grid CSS: https://imgur.com/KNpGayp - - Fallback https://imgur.com/HT9vX3o +- Speakers have been submitting their videos, hooray! I added a + schedule to the backstage page at + so that people can see + how the schedule's coming along. We expect more talks to come in the + next two weeks. Not panicking yet. =) +- Thanks to all the people who've been working on captions so far! + Bhavin, Andrea, and Ramin did the captions for their talks, and Jai + captioned Bala's talk. Tom, Bhavin, and Hannah are currently working + on captions. There are three more talks backstage if anyone wants to + work on them. + +- I just posted some notes on how I reflow and edit subtitles in case + they're helpful: + + It's also linked from the backstage page under More info: editing + captions. - Draft: https://emacsconf.org/2022/draft-schedule/ -*** DONE Set up main schedule as plain text -CLOSED: [2022-10-06 Thu 21:25] +- We added the Emacs development updates talk from John Wiegley and + updated the times of other talks based on messages from the + speakers. + +- We did a dry run of the OBS streaming setup with Leo, Amin, and + Corwin. I think we're on track to being able to broadcast two + streams this year. -general track -day 1 and day 2 +- IRC announcements, BBB redirection, and media file publishing can + now all automatically happen when the talk status changes, + simplifying our work during the conference. Video playback and Q&A + browser windows can happen automatically if streaming from + res.emacsconf.org. I want to get the publishing workflow all + smoothed out too, so that talks and transcripts can be more easily + published to the wiki pages during the conference. + +Plans for this week: + +- More videos and captions! +- I plan to work on talk page publishing so that it happens smoothly during the conference +- Leo's going to review the videos submitted so far and prepare intros for them +- Might be a good idea to reach out to speakers for tech checks and bios + +EmacsConf is a little less than four weeks away. Stuff is happening! + +Sacha + +** DONE Send prerec reminder :sachac: +CLOSED: [2022-11-11 Fri 19:27] SCHEDULED: <2022-11-11 Fri> +:PROPERTIES: +:CUSTOM_ID: prerec-reminder +:END: +*** DONE Update logbook with notes from e-mails :sachac: +CLOSED: [2022-11-11 Fri 19:27] +*** DONE Follow up with speakers based on their availability +CLOSED: [2022-11-11 Fri 19:27] +** DONE Send schedule-published email for emacsconf-discuss :needsowner:timesensitive:email: +CLOSED: [2022-11-01 Tue 08:50] SCHEDULED: <2022-10-31 Mon> DEADLINE: <2022-10-31 Mon> +:PROPERTIES: +:CUSTOM_ID: announce-program +:END: -dev track -day 1 and day 2 +Schedule is now available; post to emacsconf-discuss, emacs-tangents +https://lists.gnu.org/archive/html/emacsconf-discuss/2022-10/msg00000.html -by day -all talks +*** DONE Post it to r/emacs as well :reddit:zaeph: +CLOSED: [2022-11-01 Tue 08:50] +Please let zaeph know when it’s live so that the post can be distinguished. +*** Template +:PROPERTIES: +:SUBJECT: [ANN] EmacsConf 2022 schedule +:TO: emacsconf-discuss@gnu.org, emacs-tangents@gnu.org +:END: -*** DONE Set up talk page navigation -CLOSED: [2022-10-06 Thu 21:25] -- program phase: by track -- schedule phase: chronological -*** CANCELLED See if I can get the schedule to split into a nice grid on larger devices that support it -CLOSED: [2022-10-07 Fri 13:55] -Slightly annoying to do with JS/CSS because I want it to fall back to an interleaved schedule on small screens, so we would probably need to duplicate the elements and then use media queries. +Greetings, fellow Emacsians! +On behalf of the EmacsConf 2022 organizers team, I'm very excited to +announce the schedule for EmacsConf 2022 (Dec 3 and 4), available at: -** DONE Process confirmations as we receive them :sachac:zaeph: -CLOSED: [2022-10-07 Fri 14:18] -:PROPERTIES: -:CUSTOM_ID: confirm-post-process -:END: + https://emacsconf.org/2022/talks -- Reply to the speaker and Cc -submit to confirm the confirmation. Something like "Confirming your confirmation, no reply needed to this one. Thank you!" -- Update talk to WAITING_FOR_PREREC in conf.org -- Add a note in the logbook (C-c C-z - org-add-note) for the talk entry -- Add :PUBLIC_EMAIL: t if given permission to use the e-mail on the - talk page, or set it to an alternative e-mail if provided. -- Update the public wiki's ${year}/talks/{$slug}.md page to add the - e-mail address as on the speaker - information line. -- At some point, use =M-x emacsconf-generate-talk-pages= to update the e-mail address used in the footer. +All of the times listed on the schedule are in EST (UTC-5). You can +click on each talk's title to open its page for more information, +including its scheduled time in your local time. (Displaying local time +requires running a tiny bit of AGPLv3+-licensed free/libre JavaScript +code, included on the talk pages.) -#+begin_src emacs-lisp :results replace table :eval never-export -(let (waiting) - (save-window-excursion - (with-current-buffer (find-file emacsconf-org-file) - (org-map-entries (lambda () (add-to-list 'waiting - (list (org-entry-get (point) "SLUG") - (org-entry-get (point) "ITEM")))) "TODO=\"TO_CONFIRM\""))) - waiting) -#+end_src +For prerecorded talks, this time is also when the talk's video will be +made available on the same page. Please note that the times are +approximations, and that the schedule may change leading up to the +conference. -#+RESULTS: -:results: -:end: +As the conference approaches, we'll post more details on how to watch +and participate. -** CANCELLED Create Org heading for scheduling caption team's live IRC duty shifts :dto: -CLOSED: [2022-10-07 Fri 14:24] DEADLINE: <2022-09-30 Fri> -See [[#shifts]] +You can subscribe to the emacsconf-discuss mailing list at +https://lists.gnu.org/mailman/listinfo/emacsconf-discuss to +be sure you'll get updates. -** DONE Sacha: Organize volunteer information :sachac: -** DONE Once talks are approved -- sacha: Publish initial talk information pages -- Double-check talk pages, format them nicely -- Publish draft schedule -- Confirm e-mail communication with all of the speakers +Want to help make EmacsConf even awesomer? Volunteer! +https://emacsconf.org/2022/volunteer/ -Process for accepting a talk: +We hope to see you all around on Dec 3-4 for EmacsConf 2022! -- Create subtree for talk and populate it with properties. - - Required: CUSTOM_ID SLUG NAME NAME_SHORT EMAIL AVAILABILITY Q_AND_A TRACK MAX_TIME - - Optional: PRONOUNS PRONUNCIATION IRC PUBLIC_EMAIL MIN_TIME EMERGENCY - - Can be validated with ~emacsconf-validate-talk-subtree~ - - Add a talk abstract subtree -- Add it to emacsconf-schedule-plan and fiddle with it until the flow looks good -- Execute the draft-schedule block to update the schedule in the Org file -- Add the talk page to the wiki with ~emacsconf-add-talk-page~. -- Stage, commit, and push the wiki files. Make sure to add the talk page and the info pages. -- Doublecheck the wiki page on the web, since the e-mail refers to it. -- E-mail the speaker the acceptance by using ~emacsconf-draft-acceptance-for-email-group~ from ~organizers-notebook/~. -- Log the acceptance using ~C-c C-z~ in the talk subtree in ~conf.org~, noting the number of minutes. -- Change the status to TO_CONFIRM. - -** DONE Remind people about confirming e-mail communications :sachac:email:speakers: -CLOSED: [2022-10-08 Sat 18:55] SCHEDULED: <2022-10-08 Sat> +P.S. please direct all replies to this post either to myself or to the +emacsconf-discuss list, so as to help avoid generating extra off-topic +chatter in the other lists cc'd in this message; thank you. +** DONE Flesh out prepare.md for audio-recording tips before the prerec-deadline :zaeph: +CLOSED: [2022-11-06 Sun 15:26] :PROPERTIES: -:CUSTOM_ID: confirm-email +:CUSTOM_ID: prepare-audio :END: - -Look for the TO_CONFIRM status in conf.org, probably include in schedule e-mail -** DONE Send people schedule information and doublecheck their availability/Q&A preference :sachac:email:speakers:sched: -CLOSED: [2022-10-09 Sun 09:38] SCHEDULED: <2022-10-08 Sat> +** DONE Write speaker e-mail for people who have already submitted their talks +CLOSED: [2022-11-14 Mon 20:42] :PROPERTIES: -:CUSTOM_ID: check-sched +:CUSTOM_ID: speaker-after-video :END: +To: speakers who have already submitted their talks (so that we don't distract people who are still working on their talks) + #+begin_src emacs-lisp -(defun emacsconf-mail-schedule (group &optional template) - "Send draft schedule. -GROUP is (email . (talk talk))" - (interactive (list (emacsconf-mail-complete-email-group))) - (require 'emacsconf-ical) - (let ((reply-by-date (date-to-time "2022-10-14")) - (draft-schedule (concat emacsconf-base-url emacsconf-year "/draft-schedule/"))) +(defun emacsconf-mail-speaker-after-video (group &optional template) + (interactive (list (emacsconf-mail-complete-email-group + (seq-filter (lambda (o) (plist-get o :intro-note)) + (emacsconf-active-talks (emacsconf-get-talk-info)))))) + (setq template (or template (emacsconf-mail-merge-get-template "speaker-after-video"))) + (let ((talks (cdr group))) (emacsconf-mail-prepare - (or template (emacsconf-mail-merge-get-template "check-sched")) + template (car group) - (list - :titles - (mapconcat (lambda (o) (format "%s: %s" - (plist-get o :slug) - (format-time-string - "%b %-e %-I:%M %#p %Z" - (plist-get o :start-time) - emacsconf-timezone))) - (cdr group) "; ") - :draft-schedule - draft-schedule - :speakers-short - (plist-get (cadr group) :speakers-short) - :plural - (if (= (length (cdr group)) 1) "" "s") - :email - (plist-get (cadr group) :email) - :year - (or (plist-get (cadr group) :year) emacsconf-year) - :coordination-note - (if (seq-find (lambda (o) (member (plist-get o :slug) '("journalism" "rolodex" "orgsuperlinks" "buttons" "hyperorg" "science"))) - (cdr group)) - "I've changed the order slightly from the coordination e-mail I sent you. The sequence is now journalism - science - rolodex - orgsuperlinks - buttons - hyperorg. science is now second instead of last, and the first two talks are on Sat while the last four are on Sun. That probably means you don't have to coordinate as much, but you can still do so if you would like to build on other people's talks." - "") - :schedule - (mapconcat - (lambda (o) (format "* TODO Check time for \"%s\" (%s) :emacsconf:\nDEADLINE: %s\n(Not a hard deadline, just encouragement to e-mail us before that date if you can)\nPlease e-mail [[mailto:emacsconf-submit@gnu.org]] if you need it changed\n%s track\n%s\nIn context: %s" - (plist-get o :title) - (plist-get o :slug) - (format-time-string (car org-time-stamp-formats) reply-by-date emacsconf-timezone) - (plist-get o :track) - (string-join - (let ((emacsconf-timezones - (if (plist-get o :timezone) - (seq-uniq (append (list emacsconf-timezone) - (split-string (plist-get o :timezone) " ") - (list "UTC"))) - emacsconf-timezones))) - (emacsconf-timezone-strings o)) - "\n") - draft-schedule)) - (cdr group) - "\n----------------------------------------------------------------\n") - :reply-by - (format-time-string "%b %-e (%a)" reply-by-date emacsconf-timezone) - :timezone-note - (if (plist-get (cadr group) :timezone) - (format "I've included timezone conversion to %s. Let me know if you'd like me to use a different timezone in future e-mails." - (plist-get (cadr group) :timezone) " ") - "I can translate times into your local timezone. Let me know what timezone you'd like me to use.") - :availability-note - (cond - ((seq-find (lambda (o) (string-match "yes" (or (plist-get o :availability) ""))) (cdr group)) - (format "I think you've indicated that you're available during the conference.")) - ((seq-find (lambda (o) (string-match "not indicated" (or (plist-get o :availability) ""))) (cdr group)) - (format "I think you didn't indicate any particular availability constraints in your submission.")) - (t (format "I think it respects your indicated availability, which we've noted as %s." - (string-join - (seq-uniq - (mapcar - (lambda (o) (format "\"%s\"" (plist-get o :availability))) - (cdr group))) - " and ")))))))) + (list :speakers-short (plist-get (cadr group) :speakers-short) + :plural (if (= (length (cdr group)) 1) "" "s") + :email (plist-get (cadr group) :email) + :in-between (mapconcat (lambda (talk) + (emacsconf-surround "" "")) + (cdr group) + ", ") + :intro + (mapconcat (lambda (talk) + (string-join (org-wrap (emacsconf-surround "- " (plist-get talk :intro-note) "\n" "") 70) "\n")) + (cdr group) + "") + :chapters + (mapconcat (lambda (talk) + (format ":\n%s" + (plist-get talk :slug) + (mapconcat + (lambda (chapter) + (concat (format-seconds "%.2h:%z%.2m:%.2s" + (floor (/ (elt chapter 1) 1000))) + " " + (elt chapter 3) "\n")) + (subed-parse-file + (expand-file-name (concat (plist-get talk :video-slug) "--main--chapters.vtt") emacsconf-cache-dir))))) + (cdr group) + "\n\n") + :caption-note + (if (seq-find (lambda (o) (not (string= (plist-get o :status) "TO_STREAM"))) (cdr group)) + " The captions haven't been fully edited yet, so please ignore any errors in the captions themselves." + "") + :urls + (mapconcat (lambda (o) (concat "<" emacsconf-base-url (plist-get o :url) ">")) + (cdr group) " , ") + :tech-check-note + (if (string-match "live" (or (mapconcat (lambda (o) (or (plist-get o :q-and-a) "")) (cdr group) " ") "")) + (format + "*Tech check* + +Since you're planning to do a live Q&A session, you may want to +connect to the test BBB room at <%s> to make sure you can share +your audio, your window or screen, and your webcam (optional). Sharing +system audio or multi-monitor setups can sometimes be tricky, so +please let us know if you need help figuring things out. You can +double-check by connecting with a separate device, or you can arrange +to meet with one of the tech-check volunteers +().${wrap} + +" emacsconf-test-bbb-room) ""))) + (add-hook 'message-sent-hook + `(lambda () + (mapc (lambda (o) + (emacsconf-add-to-talk-logbook o "Sent speaker-after-video email")) + (list + ,@(mapcar (lambda (talk) (plist-get talk :slug)) talks)))) + nil t))) + +(defun emacsconf-mail-speakers-after-videos () + (interactive) + (let* ((info (seq-filter (lambda (o) (plist-get o :intro-note)) + (emacsconf-active-talks (emacsconf-get-talk-info)))) + (grouped (seq-group-by (lambda (o) (plist-get o :email)) info)) + (template (emacsconf-mail-merge-get-template "speaker-after-video"))) + (mapc (lambda (group) + (emacsconf-mail-speaker-after-video group template)) + grouped))) -(defun emacsconf-mail-schedule-update (group &optional template) - "Send draft schedule update. -GROUP is (email . (talk talk))" - (interactive (list (emacsconf-mail-complete-email-group))) - (require 'emacsconf-ical) - (let ((reply-by-date (date-to-time "2022-10-14")) - (draft-schedule (concat emacsconf-base-url emacsconf-year "/draft-schedule/"))) - (emacsconf-mail-prepare - (or template (emacsconf-mail-merge-get-template "check-sched")) - (car group) - (list - :titles - (mapconcat (lambda (o) (format "%s: %s" - (plist-get o :slug) - (format-time-string - "%b %-e %-I:%M %#p %Z" - (plist-get o :start-time) - emacsconf-timezone))) - (cdr group) "; ") - :draft-schedule - draft-schedule - :speakers-short - (plist-get (cadr group) :speakers-short) - :plural - (if (= (length (cdr group)) 1) "" "s") - :email - (plist-get (cadr group) :email) - :year - (or (plist-get (cadr group) :year) emacsconf-year) - :coordination-note - (if (seq-find (lambda (o) (member (plist-get o :slug) '("journalism" "rolodex" "orgsuperlinks" "buttons" "hyperorg" "science"))) - (cdr group)) - "I've changed the order slightly from the coordination e-mail I sent you. The sequence is now journalism - science - rolodex - orgsuperlinks - buttons - hyperorg. science is now second instead of last, and the first two talks are on Sat while the last four are on Sun. That probably means you don't have to coordinate as much, but you can still do so if you would like to build on other people's talks." - "") - :schedule - (mapconcat - (lambda (o) (format "\"%s\" (%s)\n%s track\n%s\nIn context: %s" - (plist-get o :title) - (plist-get o :slug) - (plist-get o :track) - (replace-regexp-in-string - "^\\(.*\\)\n\\(.*\\)" - "\\1\nIn other timezones:\n\\2" - (string-join - (let ((emacsconf-timezones - (if (plist-get o :timezone) - (seq-uniq (append (list emacsconf-timezone) - (split-string (plist-get o :timezone) " ") - (list "UTC"))) - emacsconf-timezones))) - (emacsconf-timezone-strings o)) - "\n")) - draft-schedule)) - (cdr group) - "\n----------------------------------------------------------------\n") - :reply-by - (format-time-string "%b %-e (%a)" reply-by-date emacsconf-timezone) - :timezone-note - (if (plist-get (cadr group) :timezone) - (format "I've included timezone conversion to %s. Let me know if you'd like me to use a different timezone in future e-mails." - (plist-get (cadr group) :timezone)) - "I can translate times into your local timezone. Let me know what timezone you'd like me to use.") - :availability-note - (cond - ((seq-find (lambda (o) (string-match "yes" (or (plist-get o :availability) ""))) (cdr group)) - (format "I think you've indicated that you're available during the conference.")) - ((seq-find (lambda (o) (string-match "not indicated" (or (plist-get o :availability) ""))) (cdr group)) - (format "I think you didn't indicate any particular availability constraints in your submission.")) - (t (format "I think it respects your indicated availability, which we've noted as %s." - (string-join - (seq-uniq - (mapcar - (lambda (o) (format "\"%s\"" (plist-get o :availability))) - (cdr group))) - " and ")))))))) -#+end_src +#+end_src *** Template :PROPERTIES: -:EMAIL_ID: check-sched -:SUBJECT: EmacsConf draft schedule: ${titles} -:REPLY_TO: emacsconf-submit@gnu.org, ${email} -:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} +:EMAIL_ID: speaker-after-video +:FUNCTION: emacsconf-mail-speaker-after-video +:SUBJECT: EmacsConf: miscellaneous todos now that you've sent in your video${plural} +:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email}, sacha@sachachua.com :CC: emacsconf-submit@gnu.org -:FUNCTION: emacsconf-mail-schedule :END: + Hi, ${speakers-short}! -Here's the tentative schedule for when your EmacsConf talk${plural} -will be streamed. Your talk${plural} will be streamed once, but I've -included a few timezone conversions for convenience. +Thank you for uploading your video early! Let's get a few more things +sorted out for a smooth EmacsConf 2022. ----------------------------------------------------------------- -${schedule} ----------------------------------------------------------------- +${tech-check-note}*Intro* -${availability-note} You'll also have time for Q&A afterwards, which -can be as short or as long as you like. We'll send you more -information about how the Q&A will work as the conference gets closer. +I've written a brief (and possibly inaccurate! =) ) intro that the +host can read out before your talk while the in-between slide +(${in-between}) is being displayed: -If you'd like to see the other talks for context, you can check out -the draft schedule at https://emacsconf.org/${year}/draft-schedule/ . -The times may move around a bit as we update the schedule, so I'll -check in with you if things change a lot. ${coordination-note} +${intro} -We'd like to publish the schedule this month, so we'd love to hear -from you by *${reply-by}* if the times don't work for you. (We can -shuffle things around even after that date if something comes up.) -Also, if you think your talk${plural} would go better next to a -different talk, please let us know. ${timezone-note} Please keep -emacsconf-submit@gnu.org in To or Cc when replying. Thanks! +Would you like to tweak it to better reflect your talk? + +*Chapter markers* + +I've added chapter markers to your video in the backstage area to help +with navigation. You can click on them in the backstage area if you +want to easily jump around, or review the list that I've included for +your convenience: + +${chapters} +If you prefer other headings or timestamps, please let me know!${caption-note} + +*Bio, community support links* + +People often want to learn more about speakers and show their +appreciation. If you'd like to include an author bio and any +social/support links to your talk page${plural} (${urls}), please +e-mail us the text that you'd like to include. You can also follow the +instructions at to edit your talk +page${plural} directly yourself, if you want to.${wrap} + +Thanks again for all your contributions! Sacha -*** Schedule change affecting dev + +** DONE Prepare for prerecs :zaeph: +CLOSED: [2022-10-29 Sat 09:58] DEADLINE: <2022-11-04 Fri> :PROPERTIES: -:SUBJECT: EmacsConf draft schedule update 2 this time with the updated times: ${titles} -:REPLY_TO: emacsconf-submit@gnu.org, ${email} -:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} -:CC: emacsconf-submit@gnu.org -:FUNCTION: emacsconf-mail-schedule-update -:SLUGS: treesitter lspbridge asmblox wayland -:EMAIL_ID: sched-change +:CUSTOM_ID: prepare-prerec-process :END: +*** DONE Optimize ffmpeg incantation +CLOSED: [2022-10-29 Sat 09:58] +Remember to update [[file:../prepare.md::Compression]] with the new incantation. -(Please ignore the previous update, I included the wrong times in the -e-mail. The web version's been fine, though! Sorry about the extra -e-mails.) +**** Incantation from last year +#+begin_src sh :eval no +Q=32 +ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -aq-mode 2 -an -tile-columns 0 -tile-rows 0 -frame-parallel 0 -cpu-used 8 -auto-alt-ref 1 -lag-in-frames 25 -g 240 -pass 1 -f webm -threads 8 /dev/null && +ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -c:a copy -tile-columns 2 -tile-rows 2 -frame-parallel 0 -cpu-used -5 -auto-alt-ref 1 -lag-in-frames 25 -pass 2 -g 240 -threads 8 "$2" +#+end_src -I tweaked the schedule to put treesitter and lspbridge earlier, so -asmblox and wayland are a little later on Saturday morning. If you'd -like to see the latest schedule for your talk, you can go to -https://emacsconf.org/${year}/draft-schedule/ . Thanks for your -patience! +#+RESULTS: +:results: +:end: ----------------------------------------------------------------- -${schedule} ----------------------------------------------------------------- +**** New candidate +Changelog: +- Disable adaptive quantization by setting aq-mode to 0 (TODO: compare samples) +- Add ~-row-mt 1~ needed to support ~tile-rows~ (2×2 is enough for 720p) +- Also use tiles for first pass +- Remove ~-frame-parallel 0~ because it’s disabled by default (see [[https://github.com/Kagami/webm.py/wiki/Notes-on-encoding-settings][Notes on encoding settings · Kagami/webm.py Wiki]]) +- Put number of CPU in variable and use it for ~cpu-used~ and ~threads~ +- Stick to default for ~auto-alt-ref~ +- Stick to default for ~lag-in-frames~ +#+begin_src sh :eval no +Q=32 +CPU=8 +ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -an -row-mt 1 -tile-columns 2 -tile-rows 2 -cpu-used $CPU -g 240 -pass 1 -f webm -threads $CPU /dev/null && + ffmpeg -y -i "$1" -c:v libvpx-vp9 -b:v 0 -crf $Q -c:a copy -row-mt 1 -tile-columns 2 -tile-rows 2 -cpu-used $CPU -pass 2 -g 240 -threads $CPU "$2" +#+end_src -(no need to reply to this to confirm, unless I broke the schedule for -you and you want me to fix it) +Other considerations: +- We might want to tweak the time before keyframes (~-g~). +*** DONE Figure out workflow for handling submitted prerecs +CLOSED: [2022-10-29 Sat 09:54] +We need time after the prerecs get submitted to: +- convert the videos and check that they've been reencoded properly by watching the re-encoded ones all the way to the end +- caption videos +- capture any extra info +- follow up with missing prerecs -Sacha -*** Schedule change for buddy/meetup +Make changes in [[#prerec-process]] + +** DONE Make something to display between talks :akshay196: +CLOSED: [2022-11-07 Mon 14:46] :PROPERTIES: -:SUBJECT: EmacsConf draft schedule update 3: ${titles} -:REPLY_TO: emacsconf-submit@gnu.org, ${email} -:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} -:CC: emacsconf-submit@gnu.org -:FUNCTION: emacsconf-mail-schedule-update -:SLUGS: buddy meetups -:EMAIL_ID: sched-change-meetups +:CREATED: [2022-10-03 Mon 07:50] +:CUSTOM_ID: intro :END: -Hi ${speakers-short}! +Goals: +- Reassure people that they're in the right stream for the talk that they're looking for +- Direct them to the pad and Q&A for the talk + +What to show in between talks: +- Previous talk: title, speaker, pronouns, talk page, Q&A information (if still live) +- Next talk: title, speaker, pronouns, talk page, Q&A information, countdown + +https://media.emacsconf.org/2022/backstage/gen-in-between.pdf +https://media.emacsconf.org/2022/backstage/dev-in-between.pdf + +- Good: Static image, maybe created with LaTeX +- Better: Video with unobtrusive sound so people can doublecheck that their audio works +- Best: Emacs thing so that we can have a dynamic timer and last-minute announcements, and so that it's Emacs =) +- Even better than that: A compact view that can be overlaid on the Q&A session using OBS + +See break commercials +https://www.collabmagazine.com/organizing-a-multi-track-virtual-conference-with-microsoft-teams-live-events-a-technical-playbook-and-lessons-learned/ + +OBS scenes (maybe?): + +- splash-screen when we’re on break +- scene when broadcasting a talk (where we might want a logo and a bar or surrounding to broadcast messages like time left in + recording); and +- Q&A scene with host-webcam, optional speaker-webcam, and pad with questions. +- Q&A scene focusing on shared screen from speaker +- Q&A scene with IRC and pad + +Nothing is urgent, blocking it, or being blocked by it, so you can +play around with ideas. + +We're experimenting with two tracks this year, so we expect that some +people will join midway through a talk or Q&A session and +would like to reorient themselves. Some Q&A sessions may end +early, so we would like to reassure people that they're in +the right spot for the next talk. Most Q&As will be done +live, but some Q&As will be done over IRC, so we need to +point people to the right place. + +and if there's room for a little extra info like public e-mail +addresses or pronouns, that can help people when they discuss +things. That info will be in the pad and IRC, though, so it's +also okay to omit it + + -I tweaked the schedule to allocate a little more time for the meetups -talk, and I moved the buddy talk earlier to make space. I think this -might improve the flow as well, since the meetups will refer to how -meeting up with a buddy is a good way to get a public Emacs meetup off -the ground. If you'd like to see the latest schedule for your talk, -you can go to https://emacsconf.org/${year}/talks/ . Thanks for your -patience! +We can programmatically replace strings in +SVG from Emacs, so we can easily use that as an overlay. ----------------------------------------------------------------- -${schedule} ----------------------------------------------------------------- -(no need to reply to this to confirm, unless I broke the schedule for -you and you want me to fix it) + …Or, if you just want to focus on the look of +things, we can think of the content on our own. -Sacha + oh yeah, totally, you can just focus on the design and use +placeholder text -** DONE Volunteer communications: E-mail update for Oct 9, 2022 :email:volunteers: -CLOSED: [2022-10-09 Sun 21:16] SCHEDULED: <2022-10-09 Sun> +Overlay considerations: +- talk videos will likely have subtitles; no subtitles for Q&A +- zaeph doesn't like vertical text +*** DONE Generate talk banners :sachac: +CLOSED: [2022-11-07 Mon 14:46] +https://gitlab.com/akshay196/emacsconf-artwork/-/blob/main/2022/talk-banner/sample.svg + +** DONE Find volunteers for tech-checks :zaeph: +CLOSED: [2022-11-19 Sat 11:08] :PROPERTIES: -:CUSTOM_ID: volunteer-2022-10-09 +:CUSTOM_ID: tech-checks :END: - -Add your news and requests to this. - -*** Template so far +*** DONE Add entry in 2022/volunteer.md +*** DONE Write protocol for adding tech-checker volunteer +CLOSED: [2022-11-19 Sat 11:08] +- Invite volunteer to BBB (ask core organizers) +- Update [[file:prepare.md::Tech-check]] with new tech-checker info +- Coach tech-checker on the protocol +*** DONE Write the tech-checking protocol (formerly referred to as “tech-checklist”) +CLOSED: [2022-11-19 Sat 11:08] +From previous years: +#+begin_quote +- Can you speak and be heard? Is there echo? +- Can you hear the organizer? +- Can you share your screen? Is the screen readable? +- If you plan to show your keystrokes, is that display visible? +- If you want to share your webcam (optional), can you enable it? Is it visible? Will there likely be distractions in the background? +- Can you view the collaborative pad? Will you be comfortable reviewing questions on your own (perhaps by keeping it open beside your shared window), or will you need a volunteer to relay questions to you? +- Can you share contact information (ex: phone number) so that we can get in touch with you in case of technical issues or scheduling changes? +- Do you need help finding your way around IRC so that you can check into `#emacsconf-org`? What is your IRC nickname? +#+end_quote +** DONE Move conf.org management to orga@res.emacsconf.org :sachac: +CLOSED: [2022-11-06 Sun 15:27] :PROPERTIES: -:SUBJECT: Getting things ready for EmacsConf 2022 -:TO: emacsconf-org@gnu.org +:CUSTOM_ID: conforg :END: - -Hello, EmacsConf volunteers! - -We're starting to gear up for EmacsConf 2022, and we would love to -figure out how to work with your skills, interests, and availability. - has some specific task ideas and -general roles. - - has an -overall prioritization matrix. If any of those options look like -something you want to learn or help with, or if you want to make -things even better than what's in the table, let me know. - -Given the number of talks this year, we're going to try to see if we -can pull off two tracks. I've posted a draft schedule at - and have e-mailed speakers -to confirm their availability. This schedule staggers live Q&A -sessions so that the person managing the streams can jump back and -forth as needed. We'll figure out shifts once we've sorted out the -processes and training info, but if you want to call dibs on -something, feel free. - - -Please let me know what kinds of things you'd like to learn more about -or help out with! - -Sacha Chua - -(You're receiving this e-mail because you're on the emacsconf-org -mailing list. Thanks for wanting to help out!) - -** DONE Delete all the EmacsConf BBB rooms from last year :chore:bbb:zaeph: -CLOSED: [2022-10-11 Tue 19:32] +so that more people can work with it during the conference +See the publish role in the ansible playbook + +** DONE Ask speakers for bios or support nudges to include on their talk pages :wiki: +CLOSED: [2022-11-19 Sat 11:09] :PROPERTIES: -:CUSTOM_ID: bbb-cleanup +:CUSTOM_ID: speaker-bio :END: -For the admins on BBB. The list is accessible here: [[https://bbb.emacsverse.org/b/admins/rooms][Organization Settings]]. -Should take no more than ~20′. -** DONE Write volunteer update -CLOSED: [2022-10-17 Mon 08:24] SCHEDULED: <2022-10-17 Mon> +maybe after we get the prerecs +ex: liberapay, patreon, anyone looking for a job, etc. +** DONE Set up BBB rooms and update conf.org :sachac: +CLOSED: [2022-11-19 Sat 11:12] :PROPERTIES: -:CUSTOM_ID: volunteer-2022-10-16 +:CUSTOM_ID: create-bbb :END: -Hello, folks! Here's the weekly update on what's happening backstage -for EmacsConf 2022 in case you notice something that you want to help -out with. =) - -- All the speakers have confirmed that they've gotten the acceptance - e-mails. Many speakers have confirmed that the schedule works for - them after I reshuffled a few talks for better availability. I've - posted the schedule at https://emacsconf.org/2022/talks/ . We'll - announce the schedule on the emacsconf-discuss mailing, Reddit, and - various places this week. - -- zaeph has been working on the ffmpeg incantations for preprocessing - the videos that will be submitted soon. bandali is working on - getting the FTP and web-based uploads sorted out so that speakers - can submit their videos. - -- I created some watch pages to support viewing different tracks: - https://emacsconf.org/2022/watch/ . The livestreams won't work yet - and it would be nice to figure out something that can dynamically - display info for recent/current/upcoming talks, but it's a start. - -- We set up a self-hosted Etherpad (ex: - https://pad.emacsconf.org/2022-journalism) with an easy way to - redirect to using Wikimedia in case we run into scaling issues. I've - added it to our Ansible playbook - (git@git.emacsconf.org:pub/emacsconf-ansible) and I'm looking - forward to incorporating Ry P.'s improvements. Karl Voit gave - feedback on the first draft of the template. +1. Log on to bbb.emacsverse.org as an admin. +2. Create a room. Enable *Mute users when they join*. -- vetrivln volunteered for some of the dev hosting shifts, Karl Voit - volunteered for some of the gen pad shifts, and FlowyCoder - volunteered for some of the gen check-in shifts. Thanks! + The code below doesn't quite work, but might be a good starting point for future automation. + + #+begin_src emacs-lisp :eval no +(setq list (seq-drop (emacsconf-bbb-room-title-list) 3)) ; skip some if needed +(progn + (setq name (pop list)) + (kill-new (format "name=\"%s\";$('#create-room-block').click();$('#create-room-name').val(name);$('#room_mute_on_join').click();$('.create-room-button').click();\n" + name)) + (sleep-for 1) + (shell-command "xdotool key alt+Tab sleep 3 key ctrl+v sleep 1 key Return")) +#+end_src -Next week, we hope to: +console.log(JSON.stringify([...document.querySelectorAll('.delete-room')].map((o) => { return { name: o.getAttribute('data-name'), path: o.getAttribute('data-path') }}).filter((o) => o.name.match(/^ec22/)))) -- Announce the EmacsConf 2022 schedule in the usual places (got any wording/JS/CSS suggestions?) -- Finalize the upload instructions so that speakers can start submitting their files -- Put together volunteer training materials -- Set up per-speaker BBB rooms and friendly URLs +see conf.org for the rest of the process +*** DONE Add volunteers to the BBB rooms +CLOSED: [2022-11-08 Tue 09:48] DEADLINE: <2022-11-18 Fri> -Sacha +- vetrivln: sat-am-dev, sun-am-dev +- FlowyCoder: sat-pm-gen, sun-pm-gen +- jman: sun-pm-gen -** DONE Publish icals :sachac: -CLOSED: [2022-10-19 Wed 18:46] +** DONE Coordinate and help volunteers :sachac: +CLOSED: [2022-11-19 Sat 11:14] :PROPERTIES: -:CUSTOM_ID: ical -:Effort: 1:00 +:CUSTOM_ID: coordinate-volunteers :END: -It would be nice to have track-specific icals as well. +- [[../volunteer]] +- Figure out what information volunteers need in order to feel + comfortable signing up for tasks. ex: + https://wiki.debian.org/DebConf/21/VideoVolunteering +- Encourage people to sign up for [[#shifts]] -** DONE [#A] Figure out web-based file upload :needsowner:sachac:ansible: -CLOSED: [2022-10-19 Wed 09:20] SCHEDULED: <2022-10-18 Tue> +*** DONE Plan training session(s), Q&A availability, recordings +CLOSED: [2022-11-19 Sat 11:14] +*** CANCELLED Hold Q&A session with volunteers +CLOSED: [2022-11-19 Sat 11:14] :PROPERTIES: -:CUSTOM_ID: upload +:CUSTOM_ID: schedule-volunteer-qna +:END: +** DONE Investigate streaming options, maybe OBS in the cloud :sachac: +CLOSED: [2022-11-06 Sun 18:16] DEADLINE: <2022-11-20 Sun> +:PROPERTIES: +:CUSTOM_ID: streaming :END: -zaeph: I can work on it, but I’m not experienced in this domain, so I’d prefer to be a back-up. -task is currently with bandali -Lesson learned from last year: "Since people kept running into ftp -problems, we might want to set up a web-frontend next year to minimise -problems." +Current status: -Maybe we could ask some of the volunteers who wanted to help us with -the infra? It shouldn’t be complicated to deploy a ready-made -solution. +- res.emacsconf.org seems to be able to handle 2x (OBS + TigerVNC + MPV, should test with Firefox as well) +- corwin and jman will stream gen from OBS on res +- bandali will stream dev from his laptop +- let sachac know if you want manual control or more autopilot for the gen stream + +Goals: -"file drop" is a common keyword for looking for information. -Considerations: -- Probably run it on media.emacsconf.org -- Bonus features: - - password-protected or hidden behind some kind of authentication or hidden behind some kind of URL, so we don't have to worry too much about spam - - extra points for sending speakers links to upload to specific folders so that we can separate resources by talk - - Resumable uploads would be good, since some speakers had a hard time with unreliable connections -- What other conferences do: - - LibrePlanet uses plain FTP and recommends FileZilla https://libreplanet.org/wiki/Video_upload_instructions - - FOSSDEM uses Pentabarf to receive uploads https://archive.fosdem.org/2022/manuals/program/speaker/ - - DebConf uses SReview(?) - - FOSSGIS uses Seafile https://vmx.cx/cgi-bin/blog/index.cgi/video-uploads-for-an-online-conference%3A2021-06-12%3Aen%2Cconference%2Cgeo -- Some options: +- [X] Be able to start a VNC server with OBS, MPV, and Firefox, connect to it, and stream +- [X] Have another session with the sound isolated +- [-] Split the audio so that we can join the Q&A room before the MPV ends - handled by automatic scene switcher detecting mpv, but we can't share just a window, so we might as well just wait +- [X] Control MPV from the commandline: track-mpv appears in the correct display, and it can also be controlled via the socket like this: echo '{ "command": ["loadfile", "test2.webm"] }' | socat - ~/mpv-socket-emacsconf-dev +- [ ] Share the window instead of the desktop? - | Project | Docker | Buster | Base | Notes | - | https://www.projectsend.org/ | | | php+mysql | | - | https://github.com/pomf/pomf | | | php+mysql | | - | https://github.com/psi-4ward/psitransfer | official | | node | can set upload password, resumable; data volume needs uid 1000 | - | https://github.com/epoupon/fileshelter | official | ppa | C++ | | - | https://github.com/mickael-kerjean/filestash | official | | | general FTP client | - | https://gitlab.com/moejo42/Jirafeau | official | | php | | - | https://github.com/YouTransfer/YouTransfer | official | | node | looking for maint | - | https://github.com/dutchcoders/transfer.sh/ | | | | | - | https://github.com/eikek/sharry | | | | | - - NextCloud +Prerequisites: + +- You need to be able to SSH out to res.emacsconf.org on port 46668 + and forward ports, so one of the main organizers needs to add your + SSH public key to the authorized_keys file. Please e-mail your SSH + public key to sacha@sachachua.com and test that port 46668 is not + blocked. +- For streaming from OBS in VNC, you will need a VNC viewer like + tigervnc-viewer. +- For streaming from your local computer, you will need OBS and FFmpeg. + +During the conference, you will: + +- play the talk video (unless it's automatically managed by the agenda) and update the overlays +- display intro/intermission information as needed +- open the Q&A windows, like the pad and the BBB room/IRC (unless it's automatically managed by the agenda) +- adjust the volume if needed +- arrange windows and focus the BBB room on the speaker's webcam if needed +- if you like, you can be responsible for managing the track from conf.org on orga@res.emacsconf.org - anon FTP upload currently goes to /srv/ftp/anon/ on media.emacsconf.org +Dry run checklist: - [[file:/ssh:media|sudo::/etc/vsftpd.conf]] +- [ ] Connect to the server + ssh orga@res.emacsconf.org -p 46668 + emacsconf # runs emacsclient -c -a emacs +- [ ] Forward ports and connect via VNC +- [ ] Find the OBS or start it if it is not running +- [ ] Start recording +- [ ] Play a video +- [ ] Open two Firefox windows and arrange them +- [ ] Manage windows on the workspace +- [ ] Adjust the volume in OBS +- [ ] SSH to the server and play a video off-screen +- [ ] SSH to the server with X forwarding and adjust the volume off-screen - Maybe I'll do psitransfer as a direct install +*** Broadcasting from local OBS (option A) + - You can copy the profile from your track or look inside it for the icecast mount point details: -*** DONE Create 2022/upload.md with the same workflow as last year for a start -CLOSED: [2022-10-18 Tue 14:37] -*** DONE Implement new workflow -CLOSED: [2022-10-18 Tue 14:37] -** DONE Update IRC instructions because of multiple tracks -CLOSED: [2022-10-16 Sun 17:39] -:PROPERTIES: -:CUSTOM_ID: irc -:END: - -Added to watch pages -** DONE Move scheduling and publishing code to Emacs on a VPS so that other people can help out :sachac: -:PROPERTIES: -:CUSTOM_ID: publishing-sched -:END: -Ideal: -- Update pages with watching information, additional resources, etc. as talks go live -- Update the schedule as needed (cancelled or reordered talks, etc.) - -Where: -- front? my own VPS? + - Gen: rsync -avze 'ssh -p 46668' emacsconf-gen@res.emacsconf.org:~/.config/obs-studio/basic/profiles/ ~/.config/obs-studio/basic/profiles/ + - Dev: rsync -avze 'ssh -p 46668' emacsconf-dev@res.emacsconf.org:~/.config/obs-studio/basic/profiles/ ~/.config/obs-studio/basic/profiles/ + + - Sacha will turn off the OBS recordings on res so that you can test streaming from your computer + - If you're doing this independently, you can jump ahead to "Connecting to VNC" in order to stop the recording yourself - Nice if there's an Ansible playbook + - Verify with MPV: + #+begin_example + mpv https://live0.emacsconf.org/emacsconf/gen.webm + mpv https://live0.emacsconf.org/emacsconf/dev.webm + #+end_example + + - With luck, the 480p streams will be up automatically as well + #+begin_example + mpv https://live0.emacsconf.org/emacsconf/gen-480p.webm + mpv https://live0.emacsconf.org/emacsconf/dev-480p.webm + #+end_example + +*** Connecting to VNC (option B) - sachac's notes: - [[file:~/code/docker/emacsconf-publish/]] -- probably good to set it up on front - -It's now on front. + 1. Stop broadcasting locally if you were testing local OBS. + + 2. Install a VNC viewer on your system (ex: tigervnc-viewer). + + 3. Set up your local environment: + + - gen: export TRACK=gen; export TRACK_PORT=5905; export SSH_PORT=46668 + - dev: export TRACK=dev; export TRACK_PORT=5906; export SSH_PORT=46668 + + 4. Copy the password: -** DONE Prepare email for nudging speakers to send prerec, and inform on upload workflow :timesensitive:needsowner: -CLOSED: [2022-10-22 Sat 08:42] -:PROPERTIES: -:CUSTOM_ID: mail-upload -:END: + scp emacsconf-$TRACK@res.emacsconf.org:~/.vnc/passwd vnc-passwd-$TRACK -p $SSH_PORT + + 5. Forward your local ports and connect via VNC viewer to the + appropriate forwarded port from your laptop: -*** Code + #+begin_example + ssh emacsconf-$TRACK@res.emacsconf.org -N -L $TRACK_PORT:127.0.0.1:$TRACK_PORT -p $SSH_PORT & + 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 + + (If this doesn't find a VNC server to connect to, you can start it with ~ssh emacsconf-$TRACK@res.emacsconf.org -p $SSH_PORT /home/emacsconf-$TRACK/bin/track-vnc~) -#+begin_src emacs-lisp -(defun emacsconf-mail-upload (group &optional template) - "Send upload instructions and reminder. -GROUP is (email . (talk talk))" - (interactive (list (emacsconf-mail-complete-email-group))) - (let ((action-date (date-to-time "2022-11-04"))) - (emacsconf-mail-prepare - (or template (emacsconf-mail-merge-get-template "upload")) - (car group) - (list - :slugs (mapconcat (lambda (o) (plist-get o :slug)) (cdr group) " or ") - :speakers-short (plist-get (cadr group) :speakers-short) - :plural (if (= (length (cdr group)) 1) "" "s") - :email (plist-get (cadr group) :email) - :year (or (plist-get (cadr group) :year) emacsconf-year) - :prerec-note (emacsconf-surround - (make-string 64 ?-) - (string-join (seq-uniq (mapcar - (lambda (o) - (plist-get o :prerec-info)) - (cdr group))) - "\n") - (make-string 64 ?-) - ""))))) -#+end_src + 6. Start *recording* (not streaming). If you don't see OBS when you connect, it's probably on workspace 2, so you can switch with Alt-2. If you still don't see it there, you can open a terminal with Alt-Enter and then run ~track-obs~. After you start recording, confirm that it is now broadcasting to the stream. -*** Template -:PROPERTIES: -:EMAIL_ID: upload -:FUNCTION: emacsconf-mail-upload -:SUBJECT: EmacsConf upload instructions -:REPLY_TO: emacsconf-submit@gnu.org, ${email} -:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} -:CC: emacsconf-submit@gnu.org -:END: + 7. Verify with MPV on your local system: + #+begin_example + mpv https://live0.emacsconf.org/emacsconf/$TRACK.webm & + #+end_example + + 8. With luck, the 480p streams will be up automatically as well. On your local system: + #+begin_example + mpv https://live0.emacsconf.org/emacsconf/$TRACK-480p.webm & + #+end_example -Hi, ${speakers-short}! + 9. Play a video. It should display the video and update the overlays. If you need to update the overlays manually, you can copy files from ~/data/emacsconf/overlays~ onto ~$HOME/other.png~ and ~$HOME/video.png~. -${prerec-note}Here are the instructions for uploading the -video${plural} for your talk${plural}. You can find the latest version -of the instructions at https://emacsconf.org/2022/upload/ . There are -two ways to upload your talk${plural} this year, so you can pick the -one that works best for you: + You can play a video with ~play video-id~ (ex: ~play meetups~), or you can specify the filename (ex: ~play ~/stream/emacsconf-2022-meetups*.webm). -- Web-based: https://ftp-upload.emacsconf.org , password emacsconf -- FTP: host: ftp-upload.emacsconf.org, port: 21, username: anonymous - folder: upload-here + termit: Ctrl-Shift-t makes a new tab + + i3 cheat sheet: + - Alt-Enter creates a terminal + - Alt-d runs a command + - Alt-e toggles horizontal/vertical split + - Alt-f toggles full-screen + - Alt-w switches to tabbed view + - Alt-1 switches to workspace 1, Alt-2 switches to workspace 2 + - 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 -If you upload slides and other resources, we can include them on the -talk page when your talk goes live. If you happen to have a script or -a transcript, please include them as well (it’ll speed up the -captioning for us). + 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~ -Please add a comment or start your filenames with the ID for the talk -that it's for: ${slugs}. + 11. Test adjusting the audio -If you're still working on your talk, you might find the tips at -https://emacsconf.org/2022/prepare useful. In brief: + - ~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. + - Use OBS or ~pavucontrol~ to adjust the volume of BBB as needed. You might be able to manage ~pavucontrol~ off-screen with ~ssh emacsconf-$TRACK@res.emacsconf.org -X -p $SSH_PORT pavucontrol~. + - You can also ~ssh emacsconf-$TRACK@res.emasconf.org -p 46668~ and start new processes from the command-line, such as using ~track-mpv~. If you specify commands when you call SSH instead of using an interactive shell, you may need to also specify DISPLAY=:5 (for the gen track) or DISPLAY=:6 (for the dev track), since ssh won't pick up the variables from ~.bashrc~. + - If you have a Wayland-only desktop without any X11 compatibility layer (example: [[https://swaywm.org][Sway]] with ~xwayland disable~) the suggested software (~tigervnc~) might no work. You can use instead for example ~gnome-remote-desktop~. The password for the VNC connection can be retrieved from the file ~vnc-passwd-$TRACK~ (3DES encrypted). -- at least 1280x720 resolution -- we recommend dark text on a light background, with enough contrast - to make it easy to read -- if possible, use a headset or external microphone to record audio - in order to minimize computer noise -- upload a separate 5 second recording of quiet or leave 5 seconds - of quiet at the end of your talk video so that we can process your - video for noise reduction +*** Managing the stream from the agenda (option B2) -Please plan to upload your talk by November 4 (next Friday) so that we -can get started preparing it for streaming. If you can't make it by -then, we can accept later submissions, although it's a bit more of a -scramble and our stress levels go up as the conference approaches. =) -We'd really appreciate the extra time for captioning and -double-checking. Thank you for your help in getting ready for a smooth -EmacsConf 2022! +ssh orga@res.emacsconf.org -p $SSH_PORT +emacsconf # runs emacsclient -c -a emacs -Sacha Chua -** DONE Send backstage email -CLOSED: [2022-10-22 Sat 09:23] +You can then use -#+begin_src emacs-lisp -(defun emacsconf-mail-backstage-info (group &optional template) - (interactive (list (emacsconf-complete-talk-info))) - (emacsconf-mail-prepare - (or template (emacsconf-mail-merge-get-template "backstage")) - (plist-get group :email) - (append group - (list - :backstage "https://media.emacsconf.org/2022/backstage/" - :backstage-user "emacsconf" - :backstage-password emacsconf-backstage-password - :conf-name emacsconf-name - :year emacsconf-year)))) -(defun emacsconf-mail-backstage-info-to-speakers-and-captioners () - (interactive) - (let ((template (emacsconf-mail-merge-get-template "backstage")) - (speaker-groups - (seq-uniq - (mapcar - (lambda (talk) - (list - :name (plist-get talk :speakers-short) - :email (plist-get talk :email) - :role "speaker" - :backstage-use - "As we add more talks, you can skim through any relevant ones to -see if there are any points you'd like to build on in your talk. -Also, you can get a sense of what we do behind the scenes to try -to get as many talks captioned for broadcast, and what you can do -to make it easier. (A text file with names and technical terms -can be helpful. No need to type out a manual transcript if you -don't start from a script.) After you upload your talk and we -process the files, you can use the backstage area to check the -quality of the reencoded video.")) - (seq-filter (lambda (o) (string= (plist-get o :status) "WAITING_FOR_PREREC")) - (emacsconf-filter-talks (emacsconf-get-talk-info)))))) - (volunteer-groups - (with-current-buffer (find-file-noselect emacsconf-org-file) - (org-map-entries (lambda () - (list :name (org-entry-get (point) "NAME_SHORT") - :email (org-entry-get (point) "EMAIL") - :role "captioning volunteer" - :backstage-use "If you see a talk that you'd like to caption, you can e-mail me at sacha@sachachua.com and I can reserve it for you.")) - "captions")))) - (mapcar (lambda (g) (emacsconf-mail-backstage-info g template)) - (append - speaker-groups - (seq-remove (lambda (v) (seq-find (lambda (s) (string= (plist-get s :email) - (plist-get v :email))) - speaker-groups)) - volunteer-groups))))) +- emacsconf-stream-play-video +- emacsconf-stream-open-qa-windows-on-change +- emacsconf-agenda-by-track +- emacsconf-agenda -#+end_src +If things are going well, you can use C-c C-t on the agenda view to change a talk to PLAYING, CLOSED_Q, or OPEN_Q, and various things should happen in the background. If they don't happen in the background, use emacsconf-add-org-after-todo-state-change-hook to add the todo state change hook, then try again. -*** Template -:PROPERTIES: -:SUBJECT: EmacsConf backstage area with videos and other resources -:EMAIL_ID: backstage -:REPLY_TO: emacsconf-submit@gnu.org, ${email} -:MAIL_FOLLOWUP_TO: emacsconf-submit@gnu.org, ${email} -:CC: emacsconf-submit@gnu.org -:END: +Task state shortcuts for C-c C-t: -Hi ${name}! +- m (mpv) :: PLAYING - -stream-play-video, emacsconf-stream-set-talk-info, publish the files to the media directory +- q (Q&A) :: CLOSED_Q +- o (open) :: update the BBB redirect URLs to let people into the room +- u (unstreamed) +- r (to archive) -You're getting this e-mail because you are a ${role} for ${conf-name} -${year}. (Thanks!) +You can leave the emacsclient with ~C-x 5 0~ -I'm so excited! =) A number of speakers have uploaded their videos, -and OpenAI Whisper looks like a promising way to get automatically -generated captions that we can use as a starting point. -We've set up ${backstage} as the backstage area where you can view the -videos and resources uploaded so far. You can access it with the -username "${backstage-user}" and the password "${backstage-password}". -Please keep the backstage password and other speakers' talk resources -secret. ${backstage-use} +**** Do Q&A -Thank you! +From the emacsclient on orga@res.emacsconf.org, you can open various talk-related things: +- emacsconf-stream-open-pad +- emacsconf-stream-join-qa +- emacsconf-stream-join-chat -Sacha Chua +Alternatively, you can switch to the VNC viewer and use the links in +file:///data/emacsconf/2022/index-gen.html or +file:///data/emacsconf/2022/index-dev.html . -** DONE Write playbooks -CLOSED: [2022-10-22 Sat 09:25] -*** DONE Host :zaeph: -CLOSED: [2022-10-20 Thu 11:30] -https://emacsconf.org/2022/volunteer/host +For Q&A, you may want to have the Etherpad on the left, the BBB Q&A or +IRC chat on the right, and the terminal and OBS windows on +workspace 2. -*** CANCELLED Streamer :zaeph: -CLOSED: [2022-10-22 Sat 09:24] -:PROPERTIES: -:CUSTOM_ID: inform-streamer-volunteers -:END: -Blocked by [[#streaming]] +*** Other tasks as needed -bandali and corwin/zaeph will do the streaming, so writing the streaming playbook is a little lower priority for now -*** DONE Check-in -CLOSED: [2022-10-16 Sun 21:26] -[[https://emacsconf.org/2022/volunteer/checkin/]] -*** DONE IRC -CLOSED: [2022-10-16 Sun 21:38] -https://emacsconf.org/2022/volunteer/irc/ -*** DONE Pad -CLOSED: [2022-10-17 Mon 00:25] -:PROPERTIES: -:CUSTOM_ID: inform-pad-volunteers -:END: -https://emacsconf.org/2022/volunteer/pad/ -*** DONE Captions -CLOSED: [2022-10-17 Mon 00:25] -:PROPERTIES: -:CUSTOM_ID: inform-pad-volunteers -:END: -https://emacsconf.org/2022/volunteer/caption/ -** CANCELLED [#C] Figure out why ikiwiki is slow :infra:wiki: -CLOSED: [2022-10-22 Sat 09:26] -:PROPERTIES: -:CUSTOM_ID: ikiwiki-regex -:END: -complex regular expression issues? -should the captions be outside the wiki? -** CANCELLED Add nice-to-have stuff to prepare.md :zaeph: -CLOSED: [2022-10-22 Sat 09:27] -:PROPERTIES: -:CUSTOM_ID: extra-prepare -:END: -- org-reveal config -- SIL fonts choice +**** Display emergency news / announcements -** DONE Write volunteer update 2022-10-23 :update: -CLOSED: [2022-10-23 Sun 10:22] -:PROPERTIES: -:CUSTOM_ID: volunteer-2022-10-23 -:TO: emacsconf-org@gnu.org -:END: +M-x emacsconf-stream-broadcast to send a message to both streams +or M-x emacsconf-stream-set-news to send a message to one stream. -Hello, folks! Here's the weekly update on what's happening backstage -for EmacsConf 2022 in case you notice something that you want to help -out with. =) +If that doesn't work, edit the news file directly with: +~ssh emacsconf-$TRACK@res.emacsconf.org > ~/news.txt~ -- We've e-mailed the speakers instructions for uploading their files through either a web browser or an FTP client, and three speakers have already done so! Those talks are now available in the backstage area (https://media.emacsconf.org/2022/backstage/), along with the first set of edited captions (thanks Jai Vetrivelan!). If you don't have the username and password for the backstage area and you would like to access it, please e-mail me and I'll send you the details. -- We've created a BBB room for each speaker's live Q&A session. The URLs are in conf.org in the private repository if you need them. -- We've drafted some documentation for different volunteer roles. If you'd like to volunteer as a captioner, check-in person (hmm, reception?), Etherpad scribe, IRC monitor, or host, please check out the appropriate link and let me know if I need to add anything to the docs: - - https://emacsconf.org/2022/volunteer/caption - - https://emacsconf.org/2022/volunteer/irc - - https://emacsconf.org/2022/volunteer/pad - - https://emacsconf.org/2022/volunteer/checkin - - https://emacsconf.org/2022/volunteer/host -- Thanks to David O'Toole for signing up for some IRC shifts! If you would like to volunteer for a shift, check out https://emacsconf.org/2022/organizers-notebook/#shifts . -- We've updated our streaming configuration for the General and Development tracks, and have started testing them using mpv and the watch pages. Videos aren't currently streaming, but you can check out the layout of the watch pages at: - - https://emacsconf.org/2022/watch/gen/ - - https://live.emacsconf.org/2022/watch/gen/ - - https://emacsconf.org/2022/watch/dev/ - - https://live.emacsconf.org/2022/watch/dev/ - These pages could probably be a lot prettier and easier to use. If you have some ideas for improving them or if you'd like to work on the HTML/CSS/JS, we'd love your help! -- There are now Q&A waiting rooms with friendly URLs so that it's easier for people to join the live Q&A when the host decides it's okay to let everyone in. They're linked on the watch pages (along with the pads) and they'll be linked from the talk pages once we're ready to share them. -- zaeph has been busy tweaking the ffmpeg workflow for reencoding and normalizing videos. Thanks to Ry P. for sharing the res.emacsconf.org server with us - we've been using it for all the processing that our laptops can't handle. -- We experimented with using the OpenAI Whisper speech-to-text toolkit to create the auto-generated captions that captioning volunteers can edit. Looks promising! If you'd like to compare the performance between small, medium, and large models, you can look at the VTT files for the sqlite talk in the backstage area. I've also added support for tab-separated values (like Audacity label exports) and a subed-convert command to subed.el, which might give us a more concise format to work with. I'll work on getting word-level timing data so that our captioning workflow can be even easier. +If that doesn't work, use the VNC session to switch to an Emacs window +and type your message in. -Next week, we hope to: +**** Kill the VNC server: -- improve the prerec and captioning workflows -- get more captions underway +ssh emacsconf-$TRACK@res.emacsconf.org "vncserver -kill" -Lots of good stuff happening! +| ~/bin/track-obs | start OBS with the track's profile and scene collection | +| ~/bin/track-mpv file.webm | play the file using the track's sink | -Sacha Chua - -** DONE 2022-10-30 volunteer update -CLOSED: [2022-10-30 Sun 19:46] -:PROPERTIES: -:CUSTOM_ID: volunteer-2022-10-30 -:END: +**** Making OBS scenes -Hello, everyone! Here's the weekly update on what's happening backstage -for EmacsConf 2022 in case you notice something that you want to help -out with. =) +Making OBS scenes is pretty straightforward as you can move the +different blocks on your scene in the preview window. However, it’s +important to make sure that your video-captures and your overlays are +snapping properly to the edges of the view-port. To do this, make sure +to right-click on the block inside the preview window, and try the +different fitting options (fit by width, height, etc.) until you find +one that works best. -- Help wanted - Captioning: There are three talks open for captioning - in , so feel free to - e-mail me if you'd like to reserve one. I've tweaked the captioning - process a little bit so that I can reflow the transcripts into - shorter subtitles before people edit the captions, so editing is - easier to do because you don't have to split along the way. (If - you're curious about the technical stuff, I switched to manually - splitting the text using emacsconf-reflow from emacsconf-el and then - the using aeneas for forced alignment, because I couldn't figure out - how to get torchaudio unstuck sometimes.) +We’ll probably be streaming at 720p, but since we’re also considering +a 1080p update, try to create your overlays in a format or a resolution +that would support resizing. - If you don't have the username and password for the backstage area - and you would like to access it, please e-mail me and I'll send you - the details. +*** Other notes +There are sockets in the home directory for MPV control if you want to keep that process. +echo '{ "command": ["loadfile", "test2.webm"] }' | socat - ~/mpv-socket-emacsconf-dev +*** DONE Test and document command-line way of managing audio :sachac: +CLOSED: [2022-11-19 Sat 11:14] DEADLINE: <2022-11-20 Sun> -- Help wanted - tech checks: For sessions with live Q&A, we'd like to - set up tech-checks with speakers to make sure that their setup works - well with BigBlueButton. A rough outline of the process is in the - tech-checking protocol heading at - . If you - would like to help with tech-checks, please e-mail us with your - general availability (including timezones) and preferred public - contact information so that we can include you on the list at - and in the e-mail to - speakers. +*** DONE Move my conf.org setup to res so that we can control everything from there +CLOSED: [2022-11-03 Thu 14:10] +*** DONE Set timers for changing todo state +CLOSED: [2022-11-13 Sun 11:13] -- Help wanted - intro/intermission slides, OBS overlay, ??: It might - be interesting to design something to show right before and right - after a talk so that people can see the title, speaker name, talk - page URL, Q&A info, pad URL, pronouns, etc. Ideally we'd be able to - generate a whole bunch of these from the talk data, so maybe SVG or - a TikZ picture? If this is your jam, let us know. +#+begin_src emacs-lisp :eval no + (defun emacsconf-schedule-test-buffer (info) + (mapcar (lambda (o) (plist-put o :buffer "1") o) info)) + (let ((emacsconf-schedule-strategies '(emacsconf-schedule-test-buffer))) + (emacsconf-stream-schedule-timers (emacsconf-schedule-prepare + (emacsconf-schedule-inflate-sexp + `(("Test gen" :start ,(format-time-string "%Y-%m-%d %H:%M" + (time-add (current-time) (seconds-to-time 60)))) + (journalism :time "1") + (school :time "2") + (handwritten :time "1") + ("Test dev" :start ,(format-time-string "%Y-%m-%d %H:%M" + (time-add (current-time) (seconds-to-time 60)))) + (treesitter :time "2") + (lspbridge :time "1") + (asmblox :time "1")))))) + #+end_src + +the dev one worked, but the gen one gets +Couldn’t find local shell prompt for /bin/sh +Tramp: Opening connection *Async Shell Command* for emacsconf-gen@res.emacsconf.org using ssh...failed + +Maybe I need to stagger them, or maybe I need to use a shell command. +Changed to call ssh directly instead of using tramp. + +*** DONE Figure out how to work with the layout +CLOSED: [2022-11-08 Tue 12:32] +https://i3wm.org/docs/layout-saving.html +*** DONE Allow per-track configuration of todo hooks :sachac: +CLOSED: [2022-11-08 Tue 12:49] +emacsconf-todo-hooks +*** CANCELLED [#C] Use xdotool to automate joining BBB in Firefox (signing in, clicking on listen only) +CLOSED: [2022-11-08 Tue 12:32] +*** CANCELLED [#C] Experiment with sharing part of the screen so that there's space for us to work a little off-screen +CLOSED: [2022-11-08 Tue 12:32] + +We might just have to rely on xdotool to move windows the way we want them +Window fixes that didn't work +- https://obsproject.com/forum/threads/solved-window-capture-black-screen.47082/ +- https://www.reddit.com/r/obs/comments/kas5ka/obs_window_capture_xcomposite_black_screen/ -- OBS in the cloud: We've been able to figure out how to stream both - streams using OBS, VNC, and PulseAudio on Ry P.'s virtual server, so - it's even more likely that we're going to pull off two tracks this - year. Yay! +*** DONE Set up scenes and try them +CLOSED: [2022-10-30 Sun 21:54] +*** DONE Set up text source for URL +CLOSED: [2022-10-30 Sun 21:54] +*** DONE Create Ansible tasks for setting up sinks for MPV and Firefox for the streams, and adding the scenes appropriately +CLOSED: [2022-10-30 Sun 21:54] +*** DONE See if I can even Ansible-up the rest of the tasks +CLOSED: [2022-10-30 Sun 21:54] +like starting up Firefox and mpv and everything +*** CANCELLED obs-websocket control of OBS on the server +CLOSED: [2022-11-19 Sat 11:14] +so that the streamer can adjust volume offscreen? +*** DONE document such that someone else could use/fix it +CLOSED: [2022-11-19 Sat 11:15] +*** DONE recruit at least one more person to help operate the "video bouncer" +CLOSED: [2022-11-19 Sat 11:15] +*** Other notes +- bandali doesn't have much cognitive bandwidth at the moment, so we can keep things simple with OBS on laptops -- Tom Purl has joined as a captioning volunteer. Hi Tom! +- Issue: zaeph was dropping frames and couldn’t pay attention to as many things as he wanted +- Issue: corwin needs assistance to not be locked in his chair for the whole conf. Premptively, zaeph can do it by broadcasting OBS scenes via the rtmp (instead of just his webcam). +- With a long day, we may want to be able to schedule hosts/streamers/publishers in shifts +- Ideal: Easy reproducible setup to spin up an OBS VM with scenes set up, allowing multiple users to connect to it at the same time. Maybe x2go or vnc? VMs with 8 vCPUs and a vGPU cost more, so it would be good to figure out what's needed, spin it down, and then spin it up maybe the day before or something like that. +- Plus points if we can control the OBS via password-protected websocket so we can tell it to switch scenes (and even more points if we do so from Emacs, maybe via that obs-websocket.el ;) ). MPV is also controllable via IPC, so we can use the same MPV player and then switch videos around. Maybe mpvc? https://unix.stackexchange.com/questions/664728/how-can-i-control-mpv-in-command-line +- Probably Linode's Dedicated 32 GB + RTX6000 GPU x1 at $1.50 an hour for 2-3 days + dev time, since live.emacsconf.org is in Linode as well +- We should also look into normalization across the board, especially if we have BBB participants. pipewire + easyeffects on the box might be the easiest way to do it. + -This week we hope to get lots of talks submitted, processed, and on -the way to being captioned. We're also planning to make the captioning -workflow even better, and to improve the OBS streaming workflow. Whee! -Sacha -** Volunteer update 2022-11-07 +- https://docs.vdo.ninja/ +- Live Streaming using low configuration vps https://www.youtube.com/watch?v=3iBYYgkG1eM&t=953 +- https://snowmix.sourceforge.io/Examples/input.html +- https://www.google.com/url?sa=t&source=web&rct=j&url=https://m.youtube.com/watch%3Fv%3D1y-DUYiECWQ&ved=2ahUKEwjPru_TqOv6AhVMkokEHXL9Dm4QtwJ6BAgqEAI&usg=AOvVaw17mbCEiFL6dGVY4YEBufcy +- [[https://news.ycombinator.com/item?id=24633139][OBS Studio 26.0 | Hacker News]] +- https://github.com/mviereck/x11docker#sound +- https://vcs.fsf.org/?p=streamdesktop.git;a=tree +- https://opensource.com/article/20/5/conference-free-software +- https://github.com/soonum/hubangl +- https://obsproject.com/forum/threads/run-obs-on-vm-in-the-cloud.122543/ +** DONE [#C] Smoothen captioning workflow :sachac: +CLOSED: [2022-11-19 Sat 11:10] :PROPERTIES: -:CUSTOM_ID: volunteer-2022-11-07 +:CUSTOM_ID: caption-workflow :END: +It looks like OpenAPI needs a little less editing in terms of +capitalization and punctuation, but it produces longer captions +(likely a 30-second sliding window). I'll try to upload both YT and +OpenAPI captions so that people can decide what they like. +*** DONE Figure out why it's choking on SRV2 +CLOSED: [2022-10-30 Sun 00:13] +Can I use aeneas for alignment instead? -Hi everyone! - -Here's what's been happening backstage. - -- Speakers have been submitting their videos, hooray! I added a - schedule to the backstage page at - so that people can see - how the schedule's coming along. We expect more talks to come in the - next two weeks. Not panicking yet. =) +Reflow the .txt file and reupload to res if needed +call ../run-aeneas.sh from the directory with the opus or ogg and the txt file -- Thanks to all the people who've been working on captions so far! - Bhavin, Andrea, and Ramin did the captions for their talks, and Jai - captioned Bala's talk. Tom, Bhavin, and Hannah are currently working - on captions. There are three more talks backstage if anyone wants to - work on them. - -- I just posted some notes on how I reflow and edit subtitles in case - they're helpful: - - It's also linked from the backstage page under More info: editing - captions. +sachac@res-emacsconf:~/current/meetups$ python3 -m aeneas.tools.execute_task emacsconf-2022-meetups--attending-and-organizing-emacs-meetups--bhavin-gandhi--main.opus reflowed.srt "task_language=eng|os_task_file_format=json|is_text_type=subtitles" output.json -- We added the Emacs development updates talk from John Wiegley and - updated the times of other talks based on messages from the - speakers. - -- We did a dry run of the OBS streaming setup with Leo, Amin, and - Corwin. I think we're on track to being able to broadcast two - streams this year. +I might try out lhotse and torchaudio someday, but it's low priority. aeneas seems to do a reasonable job of +*** DONE [#C] Move publishing the backstage index to res so that we can trigger it after the files are uploaded +CLOSED: [2022-11-19 Sat 11:09] +:PROPERTIES: +:CREATED: [2022-10-21 Fri 16:45] +:END: -- IRC announcements, BBB redirection, and media file publishing can - now all automatically happen when the talk status changes, - simplifying our work during the conference. Video playback and Q&A - browser windows can happen automatically if streaming from - res.emacsconf.org. I want to get the publishing workflow all - smoothed out too, so that talks and transcripts can be more easily - published to the wiki pages during the conference. +*** DONE Compare large, medium, and small models +CLOSED: [2022-10-23 Sun 08:32] +12 threads -Plans for this week: +Original file: 21:16 21 minutes +| | Hours | Mult | Notes | +| [[https://media.emacsconf.org/2022/backstage/emacsconf-2022-sqlite--using-sqlite-as-a-data-source-a-framework-and-an-example--andrew-hyatt--large.vtt][Large]] | 2:49 | 8 | | +| [[https://media.emacsconf.org/2022/backstage/emacsconf-2022-sqlite--using-sqlite-as-a-data-source-a-framework-and-an-example--andrew-hyatt--medium.vtt][Medium]] | 2:03 | 5.9 | | +| [[https://media.emacsconf.org/2022/backstage/emacsconf-2022-sqlite--using-sqlite-as-a-data-source-a-framework-and-an-example--andrew-hyatt--small.vtt][Small]] | 0:40 | 2 | More run-on sentences | -- More videos and captions! -- I plan to work on talk page publishing so that it happens smoothly during the conference -- Leo's going to review the videos submitted so far and prepare intros for them -- Might be a good idea to reach out to speakers for tech checks and bios +Large and medium might do better on a system with a GPU. I'll default to the small model for now. -EmacsConf is a little less than four weeks away. Stuff is happening! +*** DONE Commit subed-tsv so that people can try a cleaner output +CLOSED: [2022-10-23 Sun 09:59] +:PROPERTIES: +:Effort: 1:00 +:QUANTIFIED: Emacs +:END: +:LOGBOOK: +CLOCK: [2022-10-23 Sun 08:32]--[2022-10-23 Sun 09:59] => 1:27 +:END: +*** DONE Investigate more granular timestamps for the output from OpenAPI Whisper +CLOSED: [2022-10-25 Tue 11:14] -Sacha +https://git.emacsconf.org/emacsconf-ansible/tree/roles/caption/templates -** DONE Send prerec reminder :sachac: -CLOSED: [2022-11-11 Fri 19:27] SCHEDULED: <2022-11-11 Fri> +*** DONE Upload srv2 from YouTube for word-level +CLOSED: [2022-10-22 Sat 23:16] :PROPERTIES: -:CUSTOM_ID: prerec-reminder +:CREATED: [2022-10-22 Sat 14:38] :END: -*** DONE Update logbook with notes from e-mails :sachac: -CLOSED: [2022-11-11 Fri 19:27] -*** DONE Follow up with speakers based on their availability -CLOSED: [2022-11-11 Fri 19:27] -** DONE Send schedule-published email for emacsconf-discuss :needsowner:timesensitive:email: -CLOSED: [2022-11-01 Tue 08:50] SCHEDULED: <2022-10-31 Mon> DEADLINE: <2022-10-31 Mon> +*** CANCELLED [#C] Compare with Google Cloud Speech API +CLOSED: [2022-10-29 Sat 09:58] +~/code/speech + +*** DONE E-mail for bringing new captioning volunteers onboard +CLOSED: [2022-10-29 Sat 09:58] +#+begin_src emacs-lisp +(defun emacsconf-mail-backstage-intro (volunteer &optional template) + (interactive (list (emacsconf-complete-volunteer))) + (emacsconf-mail-prepare + (or template (emacsconf-mail-merge-get-template "backstage-intro")) + (assoc-default "EMAIL" volunteer 'string=) + (list + :backstage "https://media.emacsconf.org/2022/backstage/" + :backstage-user "emacsconf" + :backstage-password emacsconf-backstage-password + :conf-name emacsconf-name + :year emacsconf-year + :name (assoc-default "NAME_SHORT" volunteer 'string=) + :email (assoc-default "EMAIL" volunteer 'string=)))) +#+end_src +**** Template :PROPERTIES: -:CUSTOM_ID: announce-program +:TO: ${email} +:FUNCTION: emacsconf-mail-backstage-intro +:EMAIL_ID: backstage-intro +:SUBJECT: ${conf-name} ${year}: Thanks for volunteering! :END: -Schedule is now available; post to emacsconf-discuss, emacs-tangents -https://lists.gnu.org/archive/html/emacsconf-discuss/2022-10/msg00000.html +Hi ${name}! -*** DONE Post it to r/emacs as well :reddit:zaeph: -CLOSED: [2022-11-01 Tue 08:50] -Please let zaeph know when it’s live so that the post can be distinguished. +Thank you for volunteering for ${conf-name} ${year}! -*** Template -:PROPERTIES: -:SUBJECT: [ANN] EmacsConf 2022 schedule -:TO: emacsconf-discuss@gnu.org, emacs-tangents@gnu.org -:END: +We've set up ${backstage} as the backstage area where you can view the +videos and resources uploaded so far. You can access it with the +username "${backstage-user}" and the password "${backstage-password}". +Please keep the backstage password and other speakers' talk resources +secret. -Greetings, fellow Emacsians! +For some ideas on ways to help, you can check out +https://emacsconf.org/2022/volunteer/ . You can also suggest other +things you might be interested in. -On behalf of the EmacsConf 2022 organizers team, I'm very excited to -announce the schedule for EmacsConf 2022 (Dec 3 and 4), available at: +You can ask questions or chat with other volunteers by e-mailing the +mailing list at emacsconf-org@gnu.org or dropping by #emacsconf on the +libera.chat IRC network. You can also e-mail me or +emacsconf-org-private@gnu.org if you have private questions. - https://emacsconf.org/2022/talks +Thank you again for your help! =) -All of the times listed on the schedule are in EST (UTC-5). You can -click on each talk's title to open its page for more information, -including its scheduled time in your local time. (Displaying local time -requires running a tiny bit of AGPLv3+-licensed free/libre JavaScript -code, included on the talk pages.) +Sacha Chua -For prerecorded talks, this time is also when the talk's video will be -made available on the same page. Please note that the times are -approximations, and that the schedule may change leading up to the -conference. +*** DONE E-mail for bringing new captioning volunteers onboard +CLOSED: [2022-10-29 Sat 09:58] +#+begin_src emacs-lisp +(defun emacsconf-mail-captioning-intro (volunteer &optional template) + (interactive (list (emacsconf-complete-volunteer) + (emacsconf-mail-merge-get-template "captioning-intro"))) + (emacsconf-mail-prepare + (or template (emacsconf-mail-merge-get-template "captioning-intro")) + (assoc-default "EMAIL" volunteer 'string=) + (list + :backstage "https://media.emacsconf.org/2022/backstage/" + :backstage-user "emacsconf" + :backstage-password emacsconf-backstage-password + :conf-name emacsconf-name + :year emacsconf-year + :name (assoc-default "NAME_SHORT" volunteer 'string=) + :email (assoc-default "EMAIL" volunteer 'string=)))) +#+end_src +**** Template +:PROPERTIES: +:TO: ${email} +:FUNCTION: emacsconf-mail-captioning-intro +:EMAIL_ID: captioning-intro +:SUBJECT: ${conf-name} ${year}: Thanks for volunteering to help with captions! +:END: -As the conference approaches, we'll post more details on how to watch -and participate. +Hi ${name}! -You can subscribe to the emacsconf-discuss mailing list at -https://lists.gnu.org/mailman/listinfo/emacsconf-discuss to -be sure you'll get updates. +Thank you for volunteering to help with the captions for ${conf-name} +${year}! Last year, we were able to get almost all the talks captioned +in time for streaming. Participants found them very useful for +understanding different technical terms, names, accents, and so on. +We'd love to be able to pull that off again this year, and it would be +great to have you on board. -Want to help make EmacsConf even awesomer? Volunteer! -https://emacsconf.org/2022/volunteer/ +We've set up ${backstage} as the backstage area where you can view the +videos and resources uploaded so far. You can access it with the +username "${backstage-user}" and the password "${backstage-password}". +Please keep the backstage password and resources secret. If you see a +talk that you'd like to caption, you can e-mail me at +sacha@sachachua.com and I can reserve it for you. Then you can correct +any misrecognized words, fix capitalizations, remove filler words as +needed, and so on. -We hope to see you all around on Dec 3-4 for EmacsConf 2022! +You'll probably want to work with either the VTT or the TXT versions +(VTT is WebVTT format and has timestamps), but you can check the other +talk resources in case the speaker has posted scripts or other useful +things. Both VTT and TXT are plain text, so feel free to use your +favourite text or subtitle editor. I've posted a brief demo of how I +edit captions at +https://media.emacsconf.org/2022/backstage/editing-captions.html , and +you can find more captioning tips at https://emacsconf.org/captioning/ +. You can convert it to whatever format you like. If you prefer to +work with plain text, we can figure out the timestamps afterwards. -P.S. please direct all replies to this post either to myself or to the -emacsconf-discuss list, so as to help avoid generating extra off-topic -chatter in the other lists cc'd in this message; thank you. -** DONE Flesh out prepare.md for audio-recording tips before the prerec-deadline :zaeph: -CLOSED: [2022-11-06 Sun 15:26] +Let me know if you want to reserve a talk for captioning or if you have +any questions or suggestions. We're also in the #emacsconf-org channel +on the libera.chat IRC network, which you can connect to with your +favourite IRC client or through the web-based interface at +https://chat.emacsconf.org/ . + +Sacha Chua +*** DONE [#C] Support cue IDs in subed-vtt.el +CLOSED: [2022-11-11 Fri 08:58] +*** CANCELLED [#C] jiwer · PyPI - measure error rate +CLOSED: [2022-11-19 Sat 11:09] :PROPERTIES: -:CUSTOM_ID: prepare-audio +:CREATED: [2022-10-22 Sat 20:59] :END: + +https://pypi.org/project/jiwer/ + * Communications :PROPERTIES: :CUSTOM_ID: comms -- cgit v1.2.3