-
Notifications
You must be signed in to change notification settings - Fork 3
/
livestream.html
231 lines (162 loc) · 7.32 KB
/
livestream.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galaxy Europe | GCC Livestream</title>
<meta property="og:title" content="GCC Livestream" />
<meta property="og:description" content="" />
<meta property="og:image" content="/assets/media/galaxy-eu-logo.512.png" />
<meta name="description" content="The European Galaxy Instance">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="https://galaxyproject.eu/livestream.html">
<link rel="shortcut icon" href="/assets/media/galaxy-eu-logo.64.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Galaxy Europe" href="/feed.xml">
<link href="/assets/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="/assets/js/jquery-3.2.1.slim.min.js" integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=" crossorigin="anonymous"></script>
<script src="/assets/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
</head>
<body class="">
<div id="wrap">
<div id="main">
<div class="navbar">
<div class="container">
<div class="navbar-header">
<div class="navbar-brand">
<img alt="galaxy eu logo" src="/assets/media/galaxy-eu-logo.svg" style="height: 20px"/>
</div>
<a class="navbar-brand" href="/" style="padding-left: 6px">
Galaxy Europe
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">Member Sites <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a class="page-link" href="/freiburg/">Freiburg</a>
</li>
<li>
<a class="page-link" href="/erasmusmc/">Erasmus MC</a>
</li>
<li>
<a class="page-link" href="/belgium/">VIB</a>
</li>
<li>
<a class="page-link" href="/pasteur/">Pasteur</a>
</li>
<li>
<a class="page-link" href="/genouest/">GenOuest</a>
</li>
<li>
<a class="page-link" href="/elixir-it/">ELIXIR-IT/Laniakea</a>
</li>
<li>
<a class="page-link" href="/ifb/">ELIXIR-FR/IFB</a>
</li>
</ul>
</li>
<li>
<a class="page-link" href="/news">News</a>
</li>
<li>
<a class="page-link" href="/events">Events</a>
</li>
<li>
<a class="page-link" href="/people">People</a>
</li>
<li>
<a class="page-link" href="/citations">Citations</a>
</li>
<li>
<a class="page-link" href="/tools">Tools</a>
</li>
<li>
<a class="page-link" href="/about">About</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container" id="maincontainer">
<script type="text/javascript" src="https://content.jwplatform.com/libraries/POjuZXXt.js"></script>
<h1>GCC Livestream</h1>
<p>This year's Galaxy Community Conference will be livestreamed!</p>
<div class="alert alert-success">
These videos will become active on Monday, July 1st. We have two cameras, during parallel talks, we will have one in each room. During plenary talks only one livestream will be active.
</div>
<div class="row">
<div class="col-sm-6 col-xs-12">
<div id="mobilemz"></div>
</div>
<div class="col-sm-6 col-xs-12">
<div id="mobilerz"></div>
</div>
</div>
<script type="text/javascript">
jwplayer("mobilemz").setup({
width: "100%",
aspectratio: "16:9",
image: "https://www.streaming.uni-freiburg.de/Bilder/playerbackground.jpg",
sources: [{
file: "https://wowza.ub.uni-freiburg.de/live/smil:mobilemz.smil/playlist.m3u8"
}, {
file: "rtmps://wowza.ub.uni-freiburg.de/live/smil:mobilemz.smil"
}, {
file: "rtmp://wowza.ub.uni-freiburg.de:1935/live/mobilemz"
}],
rtmp: {
bufferlength: 0.3
},
proxyType: "best"
});
jwplayer("mobilerz").setup({
width: "100%",
aspectratio: "16:9",
image: "https://www.streaming.uni-freiburg.de/Bilder/playerbackground.jpg",
sources: [{
file: "https://wowza.ub.uni-freiburg.de/live/smil:mobilerz.smil/playlist.m3u8"
}, {
file: "rtmps://wowza.ub.uni-freiburg.de/live/smil:mobilerz.smil"
}, {
file: "rtmp://wowza.ub.uni-freiburg.de:1935/live/mobilerz"
}],
rtmp: {
bufferlength: 0.3
},
proxyType: "best"
});
</script>
</div>
</div>
</div>
<footer class="navbar-default">
<div class="container">
<div class="row">
</div>
<div class="row">
<div class="col-lg-12" style="text-align:center">
<p>UseGalaxy.eu is maintained largely by the <a href="/freiburg/">Freiburg Galaxy Team</a> but also collectively by groups and individuals from across Europe. All of the member sites in this repository contribute to the European Galaxy Project.
For <strong>acknowledgement</strong>, please refer to the <a href="/about">About</a> section.
All content on this site is available under <a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0-1.0</a> unless otherwise specified.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12" style="text-align:center">
<ul class="contact-info">
<li><i class="fa fa-github"></i><a href="https://github.com/usegalaxy-eu/website/tree/master/livestream.md">Edit this page on GitHub</a></li>
<li><i class="fa fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-github"></i><a href="https://github.com/usegalaxy-eu">usegalaxy-eu</a></li>
<li><img class="fa-mastodon" src="/assets/media/mastodon.svg" style="width:18px;height:18px;padding-right:4px;filter:grayscale(100%);-webkit-filter:grayscale(100%);"/><a href="https://bawü.social/@galaxyfreiburg">galaxyfreiburg</a></li>
<li><i class="fa fa-rss"></i>Subscribe <a href="/feed.xml">via RSS (UseGalaxy.eu Feed)</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script async defer data-domain="galaxyproject.eu" src="https://plausible.galaxyproject.eu/js/plausible.js"></script>
</body>
</html>