Commit | Line | Data |
---|---|---|
d34b2933 | 1 | <!--#include virtual="/server/2015/header.html"--> |
2 | ||
3 | <title>LibrePlanet 2015 — Live — Room 123</title> | |
4 | ||
5 | <!--#include virtual="/server/2015/banner.html"--> | |
6 | <!--#include virtual="/server/2015/sidebar.html"--> | |
7 | ||
8 | <h1> Room 123 </h1> | |
9 | ||
506c7ad9 DT |
10 | <p>Now presenting: <strong id="speaker-name"></strong> - "<i id="talk-title"></i>"</p> |
11 | <p id="viewer-counter"></p> | |
12 | ||
d34b2933 | 13 | <div class="row margin-top"> |
14 | <div class="col-sm-8"> <!-- start of main content --> | |
506c7ad9 DT |
15 | <div class="thumbnail"> <!-- start Live Player --> |
16 | <video class="lp-video" controls> | |
17 | <source src="http://live.fsf.org/test.webm" type="video/webm" /> | |
18 | <p><em>Your browser does not support the video | |
19 | tag, <a href="http://live.fsf.org/room123.ogv"> | |
20 | [ please download ]</a> the video instead.</em></p> | |
21 | </video> | |
22 | </div> <!-- end Live Player --> | |
d34b2933 | 23 | <!--#include virtual="/server/2015/live_menu.html" --> |
24 | <div class="panel panel-default"> | |
25 | <div class="panel-body text-center"> | |
35badf88 | 26 | Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong> |
d34b2933 | 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 123: <strong>#libreplanet_room123</strong></li> | |
34 | <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#lp2015</strong></li> | |
35 | </ul> | |
36 | ||
37 | <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget --> | |
38 | <h2> IRC </h2> | |
2727ec54 | 39 | <iframe src="https://www0.libreplanet.org/kiwi/irc.freenode.net/?&theme=mini#libreplanet_room123" |
417fb4c9 DT |
40 | class="irc-client"> |
41 | </iframe> | |
d34b2933 | 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="/server/2015/live_sidebar.html" --> | |
47 | </div> <!-- end of right sidebar column --> | |
48 | </div> | |
49 | ||
50 | ||
51 | <!--#include virtual="/server/2015/footer.html"--> | |
52 | <!--#include virtual="/server/2015/common_js.html"--> | |
506c7ad9 | 53 | <script type="text/javascript" src="/2015/assets/js/stream.js"></script> |
d34b2933 | 54 | <script type="text/javascript"> |
506c7ad9 DT |
55 | $("#room123").addClass("active").html("<strong>Room 123</strong>"); |
56 | monitorStream('/test.webm'); | |
d34b2933 | 57 | </script> |
58 | <!--#include virtual="/server/2015/close.html" --> |