From 0676b5908139c057359f3b60a3e3d6a6d3dee711 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 27 Nov 2021 08:53:37 -0500 Subject: update --- playbook.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'playbook.md') diff --git a/playbook.md b/playbook.md index 23809cb1..d8c04274 100644 --- a/playbook.md +++ b/playbook.md @@ -123,6 +123,30 @@ ${media} file://ssh:front:/var/www/media.emacsconf.org/2021/ + + + +${live-main} +file://ssh:front:/var/www/live.emacsconf.org/main.html + + + + +${live-480p} +file://ssh:front:/var/www/live.emacsconf.org/main-480p.html + + + + +${live-index} +file://ssh:front:/var/www/live.emacsconf.org/index.html + + + + +${live-alt} +file://ssh:front:/var/www/live.emacsconf.org/alt.html + @@ -159,9 +183,9 @@ - Start backup process for pad while true; do - curl https://etherpad.wikimedia.org/p/emacsconf-2021/export/html > emacsconf-$(date +"%Y%m%d-%H%M%S").html + curl https://etherpad.wikimedia.org/p/emacsconf-2021/export/html > emacsconf-$(date +"%Y%m%d-%H%M%S").html sleep 15m - end + done - Computer for alternate streaming: - Open browser for joining BBB - Open MPV for playing -- cgit v1.2.3