remove the 480p links
[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
198341d4 21 <noscript>
22 <p>
23 Our conference streaming web interface requires JavaScript, but
24 all of our streams are readily available on
25 <a href="http://live.fsf.org">
26 live.fsf.org
27 </a>
28 and can be played with the video client of your
29 choice, such as VLC or mplayer.
30 </p>
31 <p>
32 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
33
fd58b233 34 https://live.fsf.org/stream-101.webm <br>
198341d4 35 https://live.fsf.org/stream-123.webm <br>
198341d4 36 https://live.fsf.org/stream-144.webm <br>
37 https://live.fsf.org/stream-155.webm <br><br>
38
fd58b233 39 https://live.fsf.org/slides-101.webm <br>
198341d4 40 https://live.fsf.org/slides-123.webm <br>
198341d4 41 https://live.fsf.org/slides-144.webm <br>
42 https://live.fsf.org/slides-155.webm <br><br>
43
198341d4 44 or using something like this on a terminal:
45<pre>
fd58b233
AE
46vlc https://live.fsf.org/stream-101.webm
47mpv https://live.fsf.org/stream-123.webm
48mplayer https://live.fsf.org/stream-144.webm
198341d4 49ffplay https://live.fsf.org/stream-155.webm
50</pre>
51 </p>
52 </noscript>
53
54 <div id="stream"></div>
55
56 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
57 class="irc-client">
58 </iframe>
59 </div> <!-- end of main content -->
60
61 <div class="col-sm-4"> <!-- start of right sidebar column -->
62 <!--#include virtual="/2018/includes/live_sidebar.html" -->
63 </div> <!-- end of right sidebar column -->
64</div>
65
66<!--#include virtual="/2018/includes/footer.html"-->
67<!--#include virtual="/2018/includes/common_js.html"-->
68<script type="text/javascript" src="/2018/assets/js/mithril.min.js"></script>
69<script type="text/javascript" src="/2018/assets/js/stream.js"></script>
70<script type="text/javascript">
71$("#p-sessions").addClass("active").text("Sessions");
72</script>
854c7cc8 73<!--#include virtual="/2018/includes/livestream_js.html"-->
198341d4 74<!--#include virtual="/2018/includes/close.html" -->