Period
[libreplanet-static.git] / 2020 / live / index.html
CommitLineData
47e5311f 1<!--#include virtual="/2020/includes/header.html"-->
929ee71b 2
47e5311f 3<title>LibrePlanet 2020 ~ Live</title>
929ee71b 4
47e5311f
GF
5<!--#include virtual="/2020/includes/banner.html"-->
6<!--#include virtual="/2020/includes/sidebar.html"-->
929ee71b 7
47e5311f 8<h1>LibrePlanet 2020 - Live</h1>
929ee71b 9
10<div class="row margin-top">
11 <div class="col-sm-8"> <!-- start of main content -->
12
13 <!--
14 <h2 style="margin-bottom: 10px;">Partner:</h2>
15 <div class="hover_img" style="margin-bottom: 40px;">
16 <img src="https://static.fsf.org/nosvn/libreplanet/sponsor-logos/pia.svg" alt="The Private Internet Access logo." height="75%" width="75%">
17 <div class="right_text">
18 <p><strong><a href="https://www.privateinternetaccess.com/">Private Internet Access</a>, protecting your privacy online</strong></p>
19 </div>
20 </div>
21 -->
22
744df9f8 23 <p>The conference will start March 14th at 09:30 EDT.</p>
49944f5c 24 <p>To watch LibrePlanet 2019 videos, please visit our <a href="https://media.libreplanet.org">MediaGoblin instance</a>.</p>
929ee71b 25
2292ef14 26 <!-- The Conference is not running at this time -->
929ee71b 27
28 <noscript>
29 <p>
30 Our conference streaming web interface requires JavaScript, but
31 all of our streams are readily available on
32 <a href="http://live.fsf.org">
33 live.fsf.org
34 </a>
35 and can be played with the video client of your
36 choice, such as VLC or mplayer.
37 </p>
38 <p>
39 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
40
2292ef14
MM
41 https://live.fsf.org/stream-room-grand.webm <br>
42 https://live.fsf.org/stream-room-freedom.webm <br>
43 https://live.fsf.org/stream-room-patriot.webm <br><br>
929ee71b 44
45 or using something like this on a terminal:
46<pre>
2292ef14
MM
47mpv https://live.fsf.org/stream-room-grand.webm
48mplayer https://live.fsf.org/stream-room-freedom.webm
49ffplay https://live.fsf.org/stream-room-patriot.webm
929ee71b 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
60 <div style="margin-top: 20px">
2292ef14 61 <p>To join other channels, such as <strong>#libreplanet_room_grand</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room_grand</strong></p>
929ee71b 62 </div>
63
2292ef14 64 <!-- end -->
929ee71b 65
66 </div> <!-- end of main content -->
67
68 <div class="col-sm-4"> <!-- start of right sidebar column -->
47e5311f 69 <!--#include virtual="/2020/includes/live_sidebar.html" -->
929ee71b 70 </div> <!-- end of right sidebar column -->
71</div>
72
47e5311f
GF
73<!--#include virtual="/2020/includes/footer.html"-->
74<!--#include virtual="/2020/includes/common_js.html"-->
75<script type="text/javascript" src="/2020/assets/js/mithril.min.js"></script>
76<script type="text/javascript" src="/2020/assets/js/stream.js"></script>
929ee71b 77<script type="text/javascript">
78$("#p-sessions").addClass("active").text("Sessions");
79</script>
47e5311f
GF
80<!--#include virtual="/2020/includes/livestream_js.html"-->
81<!--#include virtual="/2020/includes/close.html" -->