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