0aeb4b44c912f7a4d360de98053ac263277be15d
[libreplanet-static.git] / 2021 / live / index.html
1 <!--#include virtual="/2021/includes/header.html"-->
2
3 <title>LibrePlanet 2021 ~ Live</title>
4
5 <style>
6 .special-irc { background-color: #e8f0ff; padding: 5px; margin-left: -5px; }
7 .special-irc a { border-bottom: thin solid blue }
8 .special-irc a:hover, .special-irc a:focus { color: #46f }
9 </style>
10
11 <!--#include virtual="/2021/includes/banner.html"-->
12 <!--#include virtual="/2021/includes/sidebar.html"-->
13
14 <h1>LibrePlanet 2021 - Live</h1>
15
16 <div class="row margin-top">
17 <div class="col-sm-8"> <!-- start of main content -->
18
19 <p>LibrePlanet 2021: Empowering Users is happening in the spring of 2021!</p>
20
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>
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
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>
41
42 or using something like this on a terminal:
43 <pre>
44 mpv https://live.fsf.org/stream-room-jupiter.webm
45 mplayer https://live.fsf.org/stream-room-saturn.webm
46 ffplay https://live.fsf.org/stream-room-neptune.webm
47 </pre>
48 </p>
49 </noscript>
50
51 <div id="stream"></div>
52
53 <iframe src="https://irc.libreplanet.org/irc/"
54 class="irc-client">
55 </iframe>
56
57 </div> <!-- end of main content -->
58
59 <div class="col-sm-4"> <!-- start of right sidebar column -->
60 <!--#include virtual="/2021/includes/live_sidebar.html" -->
61 </div> <!-- end of right sidebar column -->
62 </div>
63
64 <!--#include virtual="/2021/includes/footer.html"-->
65 <!--#include virtual="/2021/includes/common_js.html"-->
66 <script type="text/javascript" src="/2021/assets/js/mithril.min.js"></script>
67 <script type="text/javascript" src="/2021/assets/js/stream.js"></script>
68 <script type="text/javascript">
69 $("#p-sessions").addClass("active").text("Sessions");
70 </script>
71 <!--#include virtual="/2021/includes/livestream_js.html"-->
72 <!--#include virtual="/2021/includes/close.html" -->