From 41c3d30fc6cee89c3f1c338f56132dcea65e3207 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 22 Nov 2021 17:50:59 -0500 Subject: Update status --- playbook.org | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'playbook.org') diff --git a/playbook.org b/playbook.org index 3fe583b9..4f99f066 100644 --- a/playbook.org +++ b/playbook.org @@ -106,7 +106,7 @@ - HOST: Display getting-ready message - STREAM: Set up BBB view in organizer room to have HOST's webcam maximized - STREAM: Start streaming from OBS to local Icecast, relay to live0 icecast -- CHECK: Confirm that the stream is live at https://live.emacsconf.org/main.webm +- HOST: Confirm that the stream is live at https://live.emacsconf.org/main.webm - STREAM: Update the status page 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 =/etc/icecast2/icecast.xml=. @@ -114,14 +114,15 @@ 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 stream. Call this with $YOUTUBE1PASS, $YOUTUBE2PASS, or $TOOBNIX as the parameter +- CHECK: Start Youtube and Toobnix streams. Call this with $YOUTUBE1PASS, $YOUTUBE2PASS, or $TOOBNIX as the parameter #+begin_src sh :eval no :tangle "playbook/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 the alternate streams and the load on live0. -- CHECK: Verify with #emacsconf that the stream is active - +- CHECK: Verify YouTube and Toobnix streams and the CPU load on live0. +- HOST: Verify with #emacsconf that the stream is active. +- CHECK: Start alternate stream on second laptop. Point to main stream for now. + ** Talk process :PROPERTIES: :CUSTOM_ID: talk @@ -241,6 +242,7 @@ Exceptions: - [[*Speaker has not checked in][Speaker has not checked in]] - [? live] + - CHECK-alternate joins the BBB room. - HOST joins the BBB room - HOST starts recording in BBB or confirms that it's already recording - STREAM joins meeting and gives go-ahead @@ -252,7 +254,7 @@ Exceptions: - 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. + - CHECK notes the time that the live Q&A finished and switches back to the main stream on CHECK-alternate. - [? IRC/pad] - HOST and STREAM switch to organizer BBB meeting (room S) - HOST describes Q&A method and shows it on the screen -- cgit v1.2.3