Retrying to add the media status SSI panel.
[libreplanet-static.git] / 2015 / live / index.html
CommitLineData
2c0da5ae
ZR
1<!--#include virtual="/server/2015/header.html"-->
2
3<title>LibrePlanet 2015 &mdash; Live</title>
4
5<!--#include virtual="/server/2015/banner.html"-->
6<!--#include virtual="/server/2015/sidebar.html"-->
7
8e63663f 8<h1>LibrePlanet 2015 &mdash; Live</h1>
2c0da5ae 9
8e63663f
DT
10<div class="row margin-top">
11 <div class="col-sm-8"> <!-- start of main content -->
46d727c6 12
f732b015
DT
13 <noscript>
14 <p>
15 Our conference streaming web interface requires JavaScript, but
16 all of our streams are readily available on
17 <a href="http://live.fsf.org">
18 live.fsf.org
19 </a>
20 and can be played with the video client of your
21 choice, such as VLC or mplayer.
22 </p>
23 <p>
24 To stream the Room 123 sessions, you could run this in your
25 terminal:
26 <pre>
27 vlc http://live.fsf.org/room123.ogv
28 </pre>
29 </p>
30 </noscript>
31
8e63663f 32 <div id="stream"></div>
2c0da5ae 33
8e63663f
DT
34 <iframe src="https://www0.libreplanet.org/kiwi/irc.freenode.net/?theme=mini&amp;#libreplanet"
35 class="irc-client">
36 </iframe>
37 </div> <!-- end of main content -->
38
39 <div class="col-sm-4"> <!-- start of right sidebar column -->
40 <!--#include virtual="/server/2015/live_sidebar.html" -->
41 </div> <!-- end of right sidebar column -->
42</div>
2c0da5ae 43
2c0da5ae 44<!--#include virtual="/server/2015/footer.html"-->
c2964cea 45<!--#include virtual="/server/2015/common_js.html"-->
8e63663f
DT
46<script type="text/javascript" src="/2015/assets/js/mithril.min.js"></script>
47<script type="text/javascript" src="/2015/assets/js/stream.js"></script>
c2964cea
L
48<script type="text/javascript">
49$("#p-sessions").addClass("active").text("Sessions");
50</script>
51<!--#include virtual="/server/2015/close.html" -->