<div class="col-sm-8">
<div class="list-group text-center text-thick">
- <a class="list-group-item alt-a" href="room123.html">Room 123</a>
- <a class="list-group-item alt-a" href="room144.html">Room 144</a>
- <a class="list-group-item alt-a" href="room155.html">Room 155</a>
+ <a class="list-group-item alt-a" href="roomgrand.html">Back Bay Grand Room</a>
+ <a class="list-group-item alt-a" href="roomfreedom.html">Freedom Room</a>
+ <a class="list-group-item alt-a" href="roompatriot.html">Patriot Room</a>
</div>
</div>
--- /dev/null
+<!--#include virtual="/2020/includes/header.html"-->
+
+<title>LibrePlanet 2020 — Live — Freedom Room</title>
+
+<!--#include virtual="/2020/includes/banner.html"-->
+<!--#include virtual="/2020/includes/sidebar.html"-->
+
+<h1>Freedom Room </h1>
+
+<div class="row margin-top">
+ <div class="col-sm-8">
+ <div class="thumbnail"> <!-- start Live Player -->
+ <video class="lp-video" controls>
+ <source
+ src="https://live.fsf.org/stream-144.webm"
+ type="video/ogg" />
+ <p><em>Your browser does not support the video
+ tag, <a href="https://live.fsf.org/stream-144.webm">
+ [ please download ]</a> the video instead.</em></p>
+ </video>
+ </div> <!-- end Live Player -->
+ <!--#include virtual="/2020/includes/live_menu.html" -->
+ <div class="panel panel-default">
+ <div class="panel-body text-center">
+ Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
+ </div>
+ </div>
+ <p>Join the discussion online!</p>
+
+ <ul>
+ <li>Conference-wide Freenode IRC channel: <strong>/join #libreplanet</strong></li>
+ <li>Freenode IRC channel for Freedom Room: <strong>/join #libreplanet_room_freedom</strong></li>
+ <li>Conference-wide Mumble (voice chat) server: <strong>mumble.fsf.org</strong></li>
+ <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
+ </ul>
+
+ <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
+ <h2> IRC </h2>
+ <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?&theme=mini#libreplanet_room_freedom"
+ class="irc-client">
+ </iframe>
+ </div><!-- End of Kiwiirc widget -->
+ <div style="margin-top: 20px">
+ <p>To join other channels, such as <strong>#libreplanet_room_freedom</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room_freedom</strong></p>
+ </div>
+ </div> <!-- end of main content -->
+
+ <div class="col-sm-4"> <!-- start of right sidebar column -->
+ <!--#include virtual="/2020/includes/live_sidebar.html" -->
+ </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2020/includes/footer.html"-->
+<!--#include virtual="/2020/includes/common_js.html"-->
+<script type="text/javascript">
+ $("#room144").addClass("active").html("<strong>Freedom Room</strong>");
+</script>
+<!--#include virtual="/2020/includes/close.html" -->
--- /dev/null
+<!--#include virtual="/2020/includes/header.html"-->
+
+<title>LibrePlanet 2020 — Live — Back Bay Grand Room</title>
+
+<!--#include virtual="/2020/includes/banner.html"-->
+<!--#include virtual="/2020/includes/sidebar.html"-->
+
+<h1> Back Bay Grand Room </h1>
+
+<p>Now presenting: <strong id="speaker-name"></strong> - "<i id="talk-title"></i>"</p>
+<p id="viewer-counter"></p>
+
+<div class="row margin-top">
+ <div class="col-sm-8"> <!-- start of main content -->
+ <div class="thumbnail"> <!-- start Live Player -->
+ <video class="lp-video" controls>
+ <source src="https://live.fsf.org/stream-123.webm" type="video/webm" />
+ <p><em>Your browser does not support the video
+ tag, <a href="https://live.fsf.org/stream-123.webm">
+ [ please download ]</a> the video instead.</em></p>
+ </video>
+ </div> <!-- end Live Player -->
+ <!--#include virtual="/2020/includes/live_menu.html" -->
+ <div class="panel panel-default">
+ <div class="panel-body text-center">
+ Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
+ </div>
+ </div>
+ <p>Join the discussion online!</p>
+
+ <ul>
+ <li>Conference-wide Freenode IRC channel: <strong>/join #libreplanet</strong></li>
+ <li>Freenode IRC channel for Back Bay Grand Room: <strong>/join #libreplanet_room_grand</strong></li>
+ <li>Conference-wide Mumble (voice chat) server: <strong>mumble.fsf.org</strong></li>
+ <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
+ </ul>
+
+ <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
+ <h2> IRC </h2>
+ <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&#libreplanet_room_grand"
+ class="irc-client">
+ </iframe>
+ </div><!-- End of Kiwiirc widget -->
+ <div style="margin-top: 20px">
+ <p>To join other channels, such as <strong>#libreplanet_room_grand</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room_grand</strong></p>
+ </div>
+ </div> <!-- end of main content -->
+
+ <div class="col-sm-4"> <!-- start of right sidebar column -->
+ <!--#include virtual="/2020/includes/live_sidebar.html" -->
+ </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2020/includes/footer.html"-->
+<!--#include virtual="/2020/includes/common_js.html"-->
+<script type="text/javascript" src="/2020/assets/js/stream.js"></script>
+<script type="text/javascript">
+ $("#room123").addClass("active").html("<strong>Back Bay Grand Room</strong>");
+ monitorStream('/test.webm');
+</script>
+<!--#include virtual="/2020/includes/close.html" -->
--- /dev/null
+<!--#include virtual="/2020/includes/header.html"-->
+
+<title>LibrePlanet 2020 — Live — Patriot Room</title>
+
+<!--#include virtual="/2020/includes/banner.html"-->
+<!--#include virtual="/2020/includes/sidebar.html"-->
+
+<h1>Patriot Room </h1>
+
+<div class="row margin-top">
+ <div class="col-sm-8">
+ <div class="thumbnail"> <!-- start Live Player -->
+ <video class="lp-video" controls>
+ <source
+ src="https://live.fsf.org/stream-155.webm"
+ type="video/ogg" />
+ <p><em>Your browser does not support the video
+ tag, <a href="https://live.fsf.org/stream-155.webm">
+ [ please download ]</a> the video instead.</em></p>
+ </video>
+ </div> <!-- end Live Player -->
+ <!--#include virtual="/2020/includes/live_menu.html" -->
+ <div class="panel panel-default">
+ <div class="panel-body text-center">
+ Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
+ </div>
+ </div>
+ <p>Join the discussion online!</p>
+
+ <ul>
+ <li>Conference-wide Freenode IRC channel: <strong>/join #libreplanet</strong></li>
+ <li>Freenode IRC channel for Patriot Room: <strong>/join #libreplanet_room_patriot</strong></li>
+ <li>Conference-wide Mumble (voice chat) server: <strong>mumble.fsf.org</strong></li>
+ <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
+ </ul>
+
+ <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
+ <h2> IRC </h2>
+ <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?&theme=mini#libreplanet_room_patriot"
+ class="irc-client">
+ </iframe>
+ </div><!-- End of Kiwiirc widget -->
+ <div style="margin-top: 20px">
+ <p>To join other channels, such as <strong>#libreplanet_room_patriot</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room_patriot</strong></p>
+ </div>
+ </div> <!-- end of main content -->
+
+ <div class="col-sm-4"> <!-- start of right sidebar column -->
+ <!--#include virtual="/2020/includes/live_sidebar.html" -->
+ </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2020/includes/footer.html"-->
+<!--#include virtual="/2020/includes/common_js.html"-->
+<script type="text/javascript">
+ $("#room155").addClass("active").html("<strong>Patriot Room</strong>");
+</script>
+<!--#include virtual="/2020/includes/close.html" -->