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