From 0851364a6bfec251fa192bd5fdda2341dacd0e04 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 15 Mar 2021 17:33:47 -0400 Subject: [PATCH] enabling the 2021 live streaming page it's currently behind an apache-level firewall --- 2021/assets/js/stream.js | 30 +++++++++++++++--------------- 2021/live/index.html | 21 +++------------------ 2 files changed, 18 insertions(+), 33 deletions(-) diff --git a/2021/assets/js/stream.js b/2021/assets/js/stream.js index 09e63d1c..fbe07237 100644 --- a/2021/assets/js/stream.js +++ b/2021/assets/js/stream.js @@ -129,23 +129,23 @@ app.withVideo = function(id, callback) { app.streams = [ { - name: "Back Bay Grand Room", - speakerMount: "/stream-room-grand.webm", - desktopMount: "/slides-room-grand.webm", - speakerSmallMount: "/stream-room-grand-480p.webm", - ircChannel: "#libreplanet_room_grand" + name: "Jupiter Room", + speakerMount: "/stream-room-jupiter.webm", + desktopMount: "/slides-room-jupiter.webm", + speakerSmallMount: "/stream-room-jupiter-480p.webm", + ircChannel: "#libreplanet_room_jupiter" }, { - name: "Freedom Room", - speakerMount: "/stream-room-freedom.webm", - desktopMount: "/slides-room-freedom.webm", - speakerSmallMount: "/stream-room-freedom-480p.webm", - ircChannel: "#libreplanet_room_freedom" + name: "Saturn Room", + speakerMount: "/stream-room-saturn.webm", + desktopMount: "/slides-room-saturn.webm", + speakerSmallMount: "/stream-room-saturn-480p.webm", + ircChannel: "#libreplanet_room_saturn" }, { - name: "Patriot Room", - speakerMount: "/stream-room-patriot.webm", - desktopMount: "/slides-room-patriot.webm", - speakerSmallMount: "/stream-room-patriot-480p.webm", - ircChannel: "#libreplanet_room_patriot" + name: "Neptune Room", + speakerMount: "/stream-room-neptune.webm", + desktopMount: "/slides-room-neptune.webm", + speakerSmallMount: "/stream-room-neptune-480p.webm", + ircChannel: "#libreplanet_room_neptune" } ]; diff --git a/2021/live/index.html b/2021/live/index.html index 581e20cc..144ff718 100755 --- a/2021/live/index.html +++ b/2021/live/index.html @@ -10,22 +10,9 @@
- -

LibrePlanet 2021: Empowering Users is happening in the spring of 2021!

-

You can view this year's videos in the archives.

- -
-- 2.25.1