carousel not working
[libreplanet-static.git] / 2022 / live / index.html
1 <!--#include virtual="/2022/includes/header.html"-->
2
3 <title>LibrePlanet 2022 ~ Live</title>
4
5 <!--#include virtual="/2022/includes/banner.html"-->
6 <!--#include virtual="/2022/includes/sidebar.html"-->
7
8 <h1>LibrePlanet 2022 - Live</h1>
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
23 <p>LibrePlanet 2022 is complete!</p>
24 <p>You can view this year's videos <a href="https://media.libreplanet.org/u/libreplanet/tag/libreplanet-2020-video/">in the archives.</a></p>
25
26 <!-- The Conference is not running at this time.
27
28 <p>Please note that all online participants in LibrePlanet 2020 interactions are expected to abide by the conference's <a href="https://libreplanet.org/2020/safe-space-policy/">safe space policy</a>.</p>
29 <p> <div class="panel-body">
30 </div></p>
31
32 <noscript>
33 <p>
34 Our conference streaming web interface requires JavaScript, but
35 all of our streams are readily available on
36 <a href="http://live.fsf.org">
37 live.fsf.org
38 </a>
39 and can be played with the video client of your
40 choice, such as VLC or mplayer.
41 </p>
42 <p>
43 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
44
45 https://live.fsf.org/stream-room-grand.webm <br>
46 https://live.fsf.org/stream-room-freedom.webm <br>
47 https://live.fsf.org/stream-room-patriot.webm <br><br>
48
49 or using something like this on a terminal:
50 <pre>
51 mpv https://live.fsf.org/stream-room-grand.webm
52 mplayer https://live.fsf.org/stream-room-freedom.webm
53 ffplay https://live.fsf.org/stream-room-patriot.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>
63
64 <div style="margin-top: 20px">
65 <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>
66 </div>
67
68 end The Conference is not running at this time. -->
69
70 </div> <!-- end of main content -->
71
72 <div class="col-sm-4"> <!-- start of right sidebar column -->
73 <!--#include virtual="/2022/includes/live_sidebar.html" -->
74 </div> <!-- end of right sidebar column -->
75 </div>
76
77 <!--#include virtual="/2022/includes/footer.html"-->
78 <!--#include virtual="/2022/includes/common_js.html"-->
79 <script type="text/javascript" src="/2020/assets/js/mithril.min.js"></script>
80 <script type="text/javascript" src="/2020/assets/js/stream.js"></script>
81 <script type="text/javascript">
82 $("#p-sessions").addClass("active").text("Sessions");
83 </script>
84 <!--#include virtual="/2022/includes/livestream_js.html"-->
85 <!--#include virtual="/2022/includes/close.html" -->