add recent updates
[libreplanet-static.git] / 2018 / live / index.html
CommitLineData
198341d4 1<!--#include virtual="/2018/includes/header.html"-->
2
3<title>LibrePlanet 2018 ~ Live</title>
4
5<!--#include virtual="/2018/includes/banner.html"-->
6<!--#include virtual="/2018/includes/sidebar.html"-->
7
8<h1>LibrePlanet 2018 - Live</h1>
9
10<div class="row margin-top">
11 <div class="col-sm-8"> <!-- start of main content -->
12
c7805d20
AE
13 <h2 style="margin-bottom: 10px;">Partner:</h2>
14 <div class="hover_img" style="margin-bottom: 40px;">
df6a980e
AE
15 <img src="https://static.fsf.org/nosvn/libreplanet/sponsor-logos/pia.svg" alt="The Private Internet Access logo." height="75%" width="75%">
16 <div class="right_text">
17 <p><strong><a href="https://www.privateinternetaccess.com/">Private Internet Access</a>, protecting your privacy online</strong></p>
18 </div>
19 </div>
20
4b998b93 21 <p style="margin-top: 80px">To watch LibrePlanet 2018 vidoes, please visit our <a href="https://media.libreplanet.org">MediaGoblin instance</a>.</p>
1e96c188
AE
22
23 <!-- Linking to recorded videos rather than life feed
24
198341d4 25 <noscript>
26 <p>
27 Our conference streaming web interface requires JavaScript, but
28 all of our streams are readily available on
29 <a href="http://live.fsf.org">
30 live.fsf.org
31 </a>
32 and can be played with the video client of your
33 choice, such as VLC or mplayer.
34 </p>
35 <p>
36 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
37
fd58b233 38 https://live.fsf.org/stream-101.webm <br>
198341d4 39 https://live.fsf.org/stream-123.webm <br>
198341d4 40 https://live.fsf.org/stream-144.webm <br>
41 https://live.fsf.org/stream-155.webm <br><br>
42
fd58b233 43 https://live.fsf.org/slides-101.webm <br>
198341d4 44 https://live.fsf.org/slides-123.webm <br>
198341d4 45 https://live.fsf.org/slides-144.webm <br>
46 https://live.fsf.org/slides-155.webm <br><br>
47
198341d4 48 or using something like this on a terminal:
49<pre>
fd58b233
AE
50vlc https://live.fsf.org/stream-101.webm
51mpv https://live.fsf.org/stream-123.webm
52mplayer https://live.fsf.org/stream-144.webm
198341d4 53ffplay https://live.fsf.org/stream-155.webm
54</pre>
55 </p>
56 </noscript>
57
58 <div id="stream"></div>
59
60 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
61 class="irc-client">
62 </iframe>
1e96c188
AE
63
64 -->
65
198341d4 66 </div> <!-- end of main content -->
67
68 <div class="col-sm-4"> <!-- start of right sidebar column -->
69 <!--#include virtual="/2018/includes/live_sidebar.html" -->
70 </div> <!-- end of right sidebar column -->
71</div>
72
73<!--#include virtual="/2018/includes/footer.html"-->
74<!--#include virtual="/2018/includes/common_js.html"-->
75<script type="text/javascript" src="/2018/assets/js/mithril.min.js"></script>
76<script type="text/javascript" src="/2018/assets/js/stream.js"></script>
77<script type="text/javascript">
78$("#p-sessions").addClass("active").text("Sessions");
79</script>
854c7cc8 80<!--#include virtual="/2018/includes/livestream_js.html"-->
198341d4 81<!--#include virtual="/2018/includes/close.html" -->