spelling correction
[libreplanet-static.git] / 2016 / live / index.html
CommitLineData
3addedfc 1<!--#include virtual="/2016/includes/header.html"-->
2
6a3f93d5 3<title>LibrePlanet 2016 ~ Live</title>
3addedfc 4
5<!--#include virtual="/2016/includes/banner.html"-->
6<!--#include virtual="/2016/includes/sidebar.html"-->
7
1d29c254 8<h1>LibrePlanet 2016 - Live</h1>
3addedfc 9
1d29c254 10<div class="row margin-top">
11 <div class="col-sm-8"> <!-- start of main content -->
3addedfc 12
4b998b93 13 <p>To watch LibrePlanet 2016 vidoes, please visit our <a href="https://media.libreplanet.org">MediaGoblin instance</a>.</p>
1e96c188
AE
14
15 <!-- linking to conference video recordings
16
1d29c254 17 <noscript>
18 <p>
19 Our conference streaming web interface requires JavaScript, but
20 all of our streams are readily available on
d2db44fd 21 <a href="http://live2.fsf.org">
8c5b7557 22 live2.fsf.org
1d29c254 23 </a>
24 and can be played with the video client of your
25 choice, such as VLC or mplayer.
26 </p>
27 <p>
8c5b7557 28 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
2630b548 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>
8c5b7557 32 or using something like this on a terminal:
1d29c254 33 <pre>
2630b548 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
1d29c254 37 </pre>
38 </p>
39 </noscript>
3addedfc 40
1d29c254 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>
1e96c188
AE
46
47 -->
48
1d29c254 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>
3addedfc 55
56<!--#include virtual="/2016/includes/footer.html"-->
57<!--#include virtual="/2016/includes/common_js.html"-->
1d29c254 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>
3addedfc 63<!--#include virtual="/2016/includes/close.html" -->