vikings update
[libreplanet-static.git] / 2016 / live / index.html
1 <!--#include virtual="/2016/includes/header.html"-->
2
3 <title>LibrePlanet 2016 ~ Live</title>
4
5 <!--#include virtual="/2016/includes/banner.html"-->
6 <!--#include virtual="/2016/includes/sidebar.html"-->
7
8 <h1>LibrePlanet 2016 - Live</h1>
9
10 <div class="row margin-top">
11 <div class="col-sm-8"> <!-- start of main content -->
12
13 <p>To watch LibrePlanet 2016 vidoes, please visit our <a href="https://media.libreplanet.org">MediaGoblin instance</a>.</p>
14
15 <!-- linking to conference video recordings
16
17 <noscript>
18 <p>
19 Our conference streaming web interface requires JavaScript, but
20 all of our streams are readily available on
21 <a href="http://live2.fsf.org">
22 live2.fsf.org
23 </a>
24 and can be played with the video client of your
25 choice, such as VLC or mplayer.
26 </p>
27 <p>
28 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
29 https://live2.fsf.org/room-123-stream.webm <br>
30 https://live2.fsf.org/room-141-stream.webm <br>
31 https://live2.fsf.org/room-155-stream.webm <br><br>
32 or using something like this on a terminal:
33 <pre>
34 vlc https://live2.fsf.org/room-123-stream.webm
35 mpv https://live2.fsf.org/room-141-stream.webm
36 ffplay https://live2.fsf.org/room-155-stream.webm
37 </pre>
38 </p>
39 </noscript>
40
41 <div id="stream"></div>
42
43 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
44 class="irc-client">
45 </iframe>
46
47 -->
48
49 </div> <!-- end of main content -->
50
51 <div class="col-sm-4"> <!-- start of right sidebar column -->
52 <!--#include virtual="/2016/includes/live_sidebar.html" -->
53 </div> <!-- end of right sidebar column -->
54 </div>
55
56 <!--#include virtual="/2016/includes/footer.html"-->
57 <!--#include virtual="/2016/includes/common_js.html"-->
58 <script type="text/javascript" src="/2016/assets/js/mithril.min.js"></script>
59 <script type="text/javascript" src="/2016/assets/js/stream.js"></script>
60 <script type="text/javascript">
61 $("#p-sessions").addClass("active").text("Sessions");
62 </script>
63 <!--#include virtual="/2016/includes/close.html" -->