7bdd276f0161cd54ffe4269c9f6a0a27689d124b
[libreplanet-static.git] / 2018 / live / room101.html
1 <!--#include virtual="/2018/includes/header.html"-->
2
3 <title>LibrePlanet 2018 &mdash; Live &mdash; Room 101</title>
4
5 <!--#include virtual="/2018/includes/banner.html"-->
6 <!--#include virtual="/2018/includes/sidebar.html"-->
7
8 <h1> Room 101 </h1>
9
10 <p>Now presenting: <strong id="speaker-name"></strong> - "<i id="talk-title"></i>"</p>
11 <p id="viewer-counter"></p>
12
13 <div class="row margin-top">
14 <div class="col-sm-8"> <!-- start of main content -->
15 <div class="thumbnail"> <!-- start Live Player -->
16 <video class="lp-video" controls>
17 <source src="http://live2.fsf.org/slides-101.webm" type="video/webm" />
18 <p><em>Your browser does not support the video
19 tag, <a href="http://live.fsf.org/room101.ogv">
20 [ please download ]</a> the video instead.</em></p>
21 </video>
22 </div> <!-- end Live Player -->
23 <!--#include virtual="/2018/includes/live_menu.html" -->
24 <div class="panel panel-default">
25 <div class="panel-body text-center">
26 Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
27 </div>
28 </div>
29 <p>Join the discussion online!</p>
30
31 <ul>
32 <li>Conference-wide Freenode IRC channel: <strong>#libreplanet</strong></li>
33 <li>Freenode IRC channel for Room 101: <strong>#libreplanet_room101</strong></li>
34 <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
35 </ul>
36
37 <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
38 <h2> IRC </h2>
39 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet_room101"
40 class="irc-client">
41 </iframe>
42 </div><!-- End of Kiwiirc widget -->
43 </div> <!-- end of main content -->
44
45 <div class="col-sm-4"> <!-- start of right sidebar column -->
46 <!--#include virtual="/2018/includes/live_sidebar.html" -->
47 </div> <!-- end of right sidebar column -->
48 </div>
49
50
51 <!--#include virtual="/2018/includes/footer.html"-->
52 <!--#include virtual="/2018/includes/common_js.html"-->
53 <script type="text/javascript" src="/2018/assets/js/stream.js"></script>
54 <script type="text/javascript">
55 $("#room101").addClass("active").html("<strong>Room 101</strong>");
56 monitorStream('/test.webm');
57 </script>
58 <!--#include virtual="/2018/includes/close.html" -->