Link to our mediagoblin instance from /2019/live/
[libreplanet-static.git] / 2019 / live / index.html
CommitLineData
901d4e52
AE
1<!--#include virtual="/2019/includes/header.html"-->
2
3<title>LibrePlanet 2019 ~ Live</title>
4
5<!--#include virtual="/2019/includes/banner.html"-->
6<!--#include virtual="/2019/includes/sidebar.html"-->
7
8<h1>LibrePlanet 2019 - Live</h1>
9
10<div class="row margin-top">
11 <div class="col-sm-8"> <!-- start of main content -->
12
6b2a649b 13 <!--
d004a713 14 <h2 style="margin-bottom: 10px;">Partner:</h2>
901d4e52
AE
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>
6b2a649b 21 -->
901d4e52 22
1f5c8ee1
AE
23 <p>To watch LibrePlanet 2019 vidoes, please visit our <a href="">MediaGoblin instnce</a>.</p>
24
25 <!-- The Conference is not running at this time
26
901d4e52
AE
27 <noscript>
28 <p>
29 Our conference streaming web interface requires JavaScript, but
30 all of our streams are readily available on
31 <a href="http://live.fsf.org">
32 live.fsf.org
33 </a>
34 and can be played with the video client of your
35 choice, such as VLC or mplayer.
36 </p>
37 <p>
38 You can watch the streams directly by using vlc or some other media players with the following URLs:<br><br>
39
40 https://live.fsf.org/stream-123.webm <br>
41 https://live.fsf.org/stream-144.webm <br>
42 https://live.fsf.org/stream-155.webm <br><br>
43
44 https://live.fsf.org/slides-123.webm <br>
45 https://live.fsf.org/slides-144.webm <br>
46 https://live.fsf.org/slides-155.webm <br><br>
47
48 or using something like this on a terminal:
49<pre>
50mpv https://live.fsf.org/stream-123.webm
51mplayer https://live.fsf.org/stream-144.webm
52ffplay https://live.fsf.org/stream-155.webm
53</pre>
54 </p>
55 </noscript>
56
57 <div id="stream"></div>
58
59 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
60 class="irc-client">
61 </iframe>
9ce1b4c8 62
576e4421 63 <div style="margin-top: 20px">
9ce1b4c8
AE
64 <p>To join other channels, such as <strong>#libreplanet_room123</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room123</strong></p>
65 </div>
66
1f5c8ee1
AE
67 -->
68
901d4e52
AE
69 </div> <!-- end of main content -->
70
71 <div class="col-sm-4"> <!-- start of right sidebar column -->
72 <!--#include virtual="/2019/includes/live_sidebar.html" -->
73 </div> <!-- end of right sidebar column -->
74</div>
75
76<!--#include virtual="/2019/includes/footer.html"-->
77<!--#include virtual="/2019/includes/common_js.html"-->
78<script type="text/javascript" src="/2019/assets/js/mithril.min.js"></script>
79<script type="text/javascript" src="/2019/assets/js/stream.js"></script>
80<script type="text/javascript">
81$("#p-sessions").addClass("active").text("Sessions");
82</script>
83<!--#include virtual="/2019/includes/livestream_js.html"-->
84<!--#include virtual="/2019/includes/close.html" -->