added room 144 to static stream URLs
[libreplanet-static.git] / 2017 / live / index.html
1 <!--#include virtual="/2017/includes/header.html"-->
2
3 <title>LibrePlanet 2017 ~ Live</title>
4
5 <!--#include virtual="/2017/includes/banner.html"-->
6 <!--#include virtual="/2017/includes/sidebar.html"-->
7
8 <h1>LibrePlanet 2017 - 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://live2.fsf.org">
18 live2.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 https://live2.fsf.org/room-123-stream.webm <br>
26 https://live2.fsf.org/room-141-stream.webm <br>
27 https://live2.fsf.org/room-144-stream.webm <br>
28 https://live2.fsf.org/room-155-stream.webm <br><br>
29 or using something like this on a terminal:
30 <pre>
31 vlc https://live2.fsf.org/room-123-stream.webm
32 mpv https://live2.fsf.org/room-141-stream.webm
33 ffplay https://live2.fsf.org/room-155-stream.webm
34 </pre>
35 </p>
36 </noscript>
37
38 <div id="stream"></div>
39
40 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
41 class="irc-client">
42 </iframe>
43 </div> <!-- end of main content -->
44
45 <div class="col-sm-4"> <!-- start of right sidebar column -->
46 <!--#include virtual="/2017/includes/live_sidebar.html" -->
47 </div> <!-- end of right sidebar column -->
48 </div>
49
50 <!--#include virtual="/2017/includes/footer.html"-->
51 <!--#include virtual="/2017/includes/common_js.html"-->
52 <script type="text/javascript" src="/2017/assets/js/mithril.min.js"></script>
53 <script type="text/javascript" src="/2017/assets/js/stream.js"></script>
54 <script type="text/javascript">
55 $("#p-sessions").addClass("active").text("Sessions");
56 </script>
57 <!--#include virtual="/2017/includes/close.html" -->