--- /dev/null
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 ~ Live</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1>LibrePlanet 2019 - Live</h1>
+
+<div class="row margin-top">
+ <div class="col-sm-8"> <!-- start of main content -->
+
+ <h2 style="margin-bottom: 10px;">Partner:</h2>
+ <div class="hover_img" style="margin-bottom: 40px;">
+ <img src="https://static.fsf.org/nosvn/libreplanet/sponsor-logos/pia.svg" alt="The Private Internet Access logo." height="75%" width="75%">
+ <div class="right_text">
+ <p><strong><a href="https://www.privateinternetaccess.com/">Private Internet Access</a>, protecting your privacy online</strong></p>
+ </div>
+ </div>
+
+ <noscript>
+ <p>
+ Our conference streaming web interface requires JavaScript, but
+ all of our streams are readily available on
+ <a href="http://live.fsf.org">
+ live.fsf.org
+ </a>
+ and can be played with the video client of your
+ choice, such as VLC or mplayer.
+ </p>
+ <p>
+ You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
+
+ https://live.fsf.org/stream-123.webm <br>
+ https://live.fsf.org/stream-144.webm <br>
+ https://live.fsf.org/stream-155.webm <br><br>
+
+ https://live.fsf.org/slides-123.webm <br>
+ https://live.fsf.org/slides-144.webm <br>
+ https://live.fsf.org/slides-155.webm <br><br>
+
+ or using something like this on a terminal:
+<pre>
+mpv https://live.fsf.org/stream-123.webm
+mplayer https://live.fsf.org/stream-144.webm
+ffplay https://live.fsf.org/stream-155.webm
+</pre>
+ </p>
+ </noscript>
+
+ <div id="stream"></div>
+
+ <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&#libreplanet"
+ class="irc-client">
+ </iframe>
+ </div> <!-- end of main content -->
+
+ <div class="col-sm-4"> <!-- start of right sidebar column -->
+ <!--#include virtual="/2019/includes/live_sidebar.html" -->
+ </div> <!-- end of right sidebar column -->
+</div>
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript" src="/2019/assets/js/mithril.min.js"></script>
+<script type="text/javascript" src="/2019/assets/js/stream.js"></script>
+<script type="text/javascript">
+$("#p-sessions").addClass("active").text("Sessions");
+</script>
+<!--#include virtual="/2019/includes/livestream_js.html"-->
+<!--#include virtual="/2019/includes/close.html" -->
--- /dev/null
+<!--#include virtual="/server/2019/header.html"-->
+
+<title>LibrePlanet 2019 — Live</title>
+
+<!--#include virtual="/server/2019/banner.html"-->
+<!--#include virtual="/server/2019/sidebar.html"-->
+
+<h1> Menu </h1>
+
+<div class="row margin-top">
+ <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>
+ </div>
+
+ </div>
+ <div class="col-sm-4"> <!-- start of sidebar column -->
+ <!--#include virtual="/server/2019/live_sidebar.html" -->
+ </div> <!-- end of sidebar column -->
+</div>
+
+
+<!--#include virtual="/server/2019/footer.html"-->
+<!--#include virtual="/server/2019/common_js.html"-->
+<!--#include virtual="/server/2019/close.html" -->
--- /dev/null
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 — Live — Room 123</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1> Room 123 </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="http://live.fsf.org/slides-123.webm" type="video/webm" />
+ <p><em>Your browser does not support the video
+ tag, <a href="http://live.fsf.org/room123.ogv">
+ [ please download ]</a> the video instead.</em></p>
+ </video>
+ </div> <!-- end Live Player -->
+ <!--#include virtual="/2019/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>#libreplanet</strong></li>
+ <li>Freenode IRC channel for Room 123: <strong>#libreplanet_room123</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_room123"
+ class="irc-client">
+ </iframe>
+ </div><!-- End of Kiwiirc widget -->
+ </div> <!-- end of main content -->
+
+ <div class="col-sm-4"> <!-- start of right sidebar column -->
+ <!--#include virtual="/2019/includes/live_sidebar.html" -->
+ </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript" src="/2019/assets/js/stream.js"></script>
+<script type="text/javascript">
+ $("#room123").addClass("active").html("<strong>Room 123</strong>");
+ monitorStream('/test.webm');
+</script>
+<!--#include virtual="/2019/includes/close.html" -->
--- /dev/null
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 — Live — Room 144</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1>Room 144 </h1>
+
+<div class="row margin-top">
+ <div class="col-sm-8">
+ <div class="thumbnail"> <!-- start Live Player -->
+ <video class="lp-video" controls>
+ <source
+ src="http://live.fsf.org/room144.ogv"
+ type="video/ogg" />
+ <p><em>Your browser does not support the video
+ tag, <a href="http://live.fsf.org/room144.ogv">
+ [ please download ]</a> the video instead.</em></p>
+ </video>
+ </div> <!-- end Live Player -->
+ <!--#include virtual="/2019/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>#libreplanet</strong></li>
+ <li>Freenode IRC channel for Room 144: <strong>#libreplanet_room144</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_room144"
+ class="irc-client">
+ </iframe>
+ </div><!-- End of Kiwiirc widget -->
+ </div> <!-- end of main content -->
+
+ <div class="col-sm-4"> <!-- start of right sidebar column -->
+ <!--#include virtual="/2019/includes/live_sidebar.html" -->
+ </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript">
+ $("#room144").addClass("active").html("<strong>Room 144</strong>");
+</script>
+<!--#include virtual="/2019/includes/close.html" -->
--- /dev/null
+<!--#include virtual="/2019/includes/header.html"-->
+
+<title>LibrePlanet 2019 — Live — Room 155</title>
+
+<!--#include virtual="/2019/includes/banner.html"-->
+<!--#include virtual="/2019/includes/sidebar.html"-->
+
+<h1>Room 155 </h1>
+
+<div class="row margin-top">
+ <div class="col-sm-8">
+ <div class="thumbnail"> <!-- start Live Player -->
+ <video class="lp-video" controls>
+ <source
+ src="http://live.fsf.org/room155.ogv"
+ type="video/ogg" />
+ <p><em>Your browser does not support the video
+ tag, <a href="http://live.fsf.org/room155.ogv">
+ [ please download ]</a> the video instead.</em></p>
+ </video>
+ </div> <!-- end Live Player -->
+ <!--#include virtual="/2019/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>#libreplanet</strong></li>
+ <li>Freenode IRC channel for Room 155: <strong>#libreplanet_room155</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_room155"
+ class="irc-client">
+ </iframe>
+ </div><!-- End of Kiwiirc widget -->
+ </div> <!-- end of main content -->
+
+ <div class="col-sm-4"> <!-- start of right sidebar column -->
+ <!--#include virtual="/2019/includes/live_sidebar.html" -->
+ </div> <!-- end of right sidebar column -->
+</div>
+
+
+<!--#include virtual="/2019/includes/footer.html"-->
+<!--#include virtual="/2019/includes/common_js.html"-->
+<script type="text/javascript">
+ $("#room155").addClass("active").html("<strong>Room 155</strong>");
+</script>
+<!--#include virtual="/2019/includes/close.html" -->