hide irc for now
[libreplanet-static.git] / 2021 / live / index.html
CommitLineData
ffc0870a 1<!--#include virtual="/2021/includes/header.html"-->
76c2419a 2
ffc0870a 3<title>LibrePlanet 2021 ~ Live</title>
76c2419a 4
39a9abec 5<style>
f064023d 6.special-irc { background-color: #e8f0ff; padding: 5px; margin-left: -5px; }
39a9abec
AE
7.special-irc a { border-bottom: thin solid blue }
8.special-irc a:hover, .special-irc a:focus { color: #46f }
9</style>
10
ffc0870a 11<!--#include virtual="/2021/includes/banner.html"-->
12<!--#include virtual="/2021/includes/sidebar.html"-->
76c2419a 13
ffc0870a 14<h1>LibrePlanet 2021 - Live</h1>
76c2419a
GF
15
16<div class="row margin-top">
17 <div class="col-sm-8"> <!-- start of main content -->
18
ffc0870a 19 <p>LibrePlanet 2021: Empowering Users is happening in the spring of 2021!</p>
76c2419a 20
0851364a 21 <p>Please note that all online participants in LibrePlanet 2021 interactions are expected to abide by the conference's <a href="/2021/safe-space-policy/">safe space policy</a>.</p>
76c2419a
GF
22 <p> <div class="panel-body">
23 </div></p>
24
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
aeae23d5
AE
38 https://live.fsf.org/stream-room-jupiter.webm <br>
39 https://live.fsf.org/stream-room-saturn.webm <br>
40 https://live.fsf.org/stream-room-neptune.webm <br><br>
76c2419a
GF
41
42 or using something like this on a terminal:
43<pre>
aeae23d5
AE
44mpv https://live.fsf.org/stream-room-jupiter.webm
45mplayer https://live.fsf.org/stream-room-saturn.webm
46ffplay https://live.fsf.org/stream-room-neptune.webm
76c2419a
GF
47</pre>
48 </p>
49 </noscript>
50
51 <div id="stream"></div>
52
ae86f735 53 <!--
0851364a 54 <iframe src="https://irc.libreplanet.org/irc/"
76c2419a
GF
55 class="irc-client">
56 </iframe>
ae86f735 57 -->
76c2419a 58
76c2419a
GF
59 </div> <!-- end of main content -->
60
61 <div class="col-sm-4"> <!-- start of right sidebar column -->
ffc0870a 62 <!--#include virtual="/2021/includes/live_sidebar.html" -->
76c2419a
GF
63 </div> <!-- end of right sidebar column -->
64</div>
65
ffc0870a 66<!--#include virtual="/2021/includes/footer.html"-->
67<!--#include virtual="/2021/includes/common_js.html"-->
68<script type="text/javascript" src="/2021/assets/js/mithril.min.js"></script>
69<script type="text/javascript" src="/2021/assets/js/stream.js"></script>
76c2419a
GF
70<script type="text/javascript">
71$("#p-sessions").addClass("active").text("Sessions");
72</script>
ffc0870a 73<!--#include virtual="/2021/includes/livestream_js.html"-->
74<!--#include virtual="/2021/includes/close.html" -->