diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-18 01:12:13 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-18 01:12:13 -0500 |
commit | 667ff4c4a06e212d43723418caba2154e2131fa4 (patch) | |
tree | 9c7baba842503af52a8ed5314dc99f6542e78cd8 /playbook | |
parent | a914cccfde0491a0fefefd0c321293022839a600 (diff) | |
download | emacsconf-wiki-667ff4c4a06e212d43723418caba2154e2131fa4.tar.xz emacsconf-wiki-667ff4c4a06e212d43723418caba2154e2131fa4.zip |
Export
Diffstat (limited to '')
-rw-r--r-- | playbook.md | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/playbook.md b/playbook.md index 951c3900..77f82c13 100644 --- a/playbook.md +++ b/playbook.md @@ -59,9 +59,9 @@ # Pre-conference dry run -- [ ] [Start streaming](#orgf5a1ede) -- [ ] [Start low-resolution stream](#org1ab1def) -- [ ] [Start Youtube stream](#org09ec554) +- [ ] [Start streaming](#orgf9d4023) +- [ ] [Start low-resolution stream](#org3cad2c8) +- [ ] [Start Youtube stream](#org719908a) # Thursday or Friday before the conference @@ -75,7 +75,7 @@ ## Set up -<a id="orgf5a1ede"></a> +<a id="orgf9d4023"></a> ### Start streaming :stream: @@ -85,7 +85,7 @@ Update <file://ssh:live:/var/www/html/index.html> -<a id="org1ab1def"></a> +<a id="org3cad2c8"></a> ### Start low-resolution stream :check: @@ -94,7 +94,7 @@ Call this on live0 with the password as the first parameter. The Icecast configu 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 icecast://ec2020main480pmu:${1}:8000/main-480p.webm; done -<a id="org09ec554"></a> +<a id="org719908a"></a> ### Start Youtube stream :check: @@ -129,13 +129,27 @@ Call this on live0 with the Youtube RTMP streaming key as the first parameter. - If the speaker will be live for more than 10 minutes, CHECK collects emergency contact information (in case of technical issues) - Okay to do other things until the prerec ends - CHECK notifies STREAM and HOST with link to the talk room and preferences for Q&A- + + +### Play the prerec + +- STREAM switches to MPV scene in OBS and plays the captioned video. +- CHECK publishes the video to media.emacsconf.org +- CHECK updates the wiki page to include the video and any other published files. + + +### Q&A + +- [? live] - STREAM joins meeting and gives go-ahead - CHECK starts recording in BBB - CHECK announces on IRC - PAD clears the pad colours - - -### Play the prerec +- [? IRC/pad/afterwards] + - TO\_DECIDE: + - OR: + - STREAM joins organizer BBB meeting and HOST describes Q&A method + - STREAM describes Q&A method and shows what's going on ### Transition to next talk |