-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesw.html
More file actions
453 lines (445 loc) · 20.5 KB
/
esw.html
File metadata and controls
453 lines (445 loc) · 20.5 KB
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!DOCTYPE html>
<html lang="en" class="[scrollbar-gutter:stable]">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="img/favicon.ico" />
<title>Elixir Stream Week</title>
<meta name="description" content="Five days. Five streams. Five top Elixir experts." />
<meta name="keywords" content="elixir, webrtc, audio, video, real-time, streaming" />
<meta name="image" content="https://elixir-webrtc.org/img/og_img.png" />
<!-- Social media tags -->
<meta property="og:title" content="Elixir Stream Week" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Five days. Five streams. Five top Elixir experts." />
<link rel="canonical" href="https://elixir-webrtc.org/" />
<meta property="og:url" content="https://elixir-webrtc.org/esw.html" />
<meta property="og:site_name" content="Elixir Stream Week" />
<meta property="og:image" content="https://elixir-webrtc.org/img/og_img.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="stream-week.css" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GLMBKK133E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GLMBKK133E');
</script>
<!-- Hotjar Tracking Code for Elixir WebRTC -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 5107828, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
<!-- MailerLite Universal -->
<script>
(function (w, d, e, u, f, l, n) {
w[f] = w[f] || function () {
(w[f].q = w[f].q || [])
.push(arguments);
}, l = d.createElement(e), l.async = 1, l.src = u,
n = d.getElementsByTagName(e)[0], n.parentNode.insertBefore(l, n);
})
(window, document, 'script', 'https://assets.mailerlite.com/js/universal.js', 'ml');
ml('account', '854830');
</script>
<!-- End MailerLite Universal -->
<script type="text/javascript" charset="UTF-8"
src="//cdn.cookie-script.com/s/668ff799654dd6187b7f3d8eeafb1cd4.js"></script>
</head>
<body>
<header>
<div class="navbar-outer">
<nav class="container navbar">
<a href="/">
<div class="navbar-left">
<img width="36" height="36" src="img/logo.svg" alt="Elixir WebRTC" />
<div class="navbar-left-txt">Elixir WebRTC</div>
</div>
</a>
<div class="navbar-mid">
<div><a href="/#demos">Demos</a></div>
<div><a href="/#features">Features</a></div>
<div><a href="/#talks">Talks</a></div>
<div class="esw-link"><a href="./esw.html">Elixir Stream Week</a></div>
</div>
<div class="navbar-right">
<div><a href="https://hexdocs.pm/ex_webrtc/readme.html">Docs</a></div>
<a href="https://github.com/elixir-webrtc"><img src="img/github-logo.svg" alt="GitHub"
style="vertical-align:bottom;" /></a>
</div>
<div id="navbar-menu" class="navbar-menu">
<img width="36" height="36" src="./img/menu.svg" />
</div>
<div id="navbar-menu-content" class="navbar-menu-content">
<ul id="navbar-menu-list">
<li><a href="#demos">Demos</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#talks">Talks</a></li>
<li><a href="./esw.html"><span class="esw-link">Elixir Stream Week</span></a></li>
<li><a href="https://hexdocs.pm/ex_webrtc/readme.html">Docs</a></li>
<li><a href="https://github.com/elixir-webrtc">GitHub</a></li>
</ul>
</div>
</nav>
</div>
</header>
<main>
<section class="esw-banner">
<img class="esw-banner-play" width="18px" height="20px" src="img/play.svg" />
<span>FIVE DAYS, FIVE STREAMS, FIVE ELIXIR EXPERTS</span>
</section>
<section class="esw-hero-outer">
<div class="esw-hero">
<div class="esw-hero-copy">
<!-- <span class="esw-hero-date">October 21-25, 2024 | Remote | Time: Flex </span> -->
<div class="esw-hero-title">
<span class="esw-hero-title-1">Thanks for joining<br> Elixir Stream Week!</span>
<!-- <span class="esw-hero-title-2">By Elixir Devs for Elixir Devs</span> -->
</div>
<span class="esw-hero-desc">
We hope to be back soon with more events, so make sure to sign up for updates.
Missed it? No worries - grab your favorite drink and catch up on the recordings of five expert-led Elixir
broadcasts, or check out <b><u><a
href="https://blog.swmansion.com/elixir-stream-week-how-not-to-load-test-during-a-live-elixir-run-broadcast-watched-by-hundreds-of-217d8f4b957a">our
blogpost</a></u></b>.
</span>
</div>
<div style="display: flex; flex-direction: column; gap: 20px;">
<a class="ml-onclick-form" href="javascript:void(0)" onclick="ml('show', 'vvFoXP', true)">
<div class="esw-hero-button">
<span>Sign up for updates</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
</a>
<a href="#esw-agenda">
<div class="esw-hero-button">
<span>Watch back</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
</a>
</div>
</div>
<div class="esw-hero-img-container">
<img class="esw-hero-img-mobile" src="img/esw/hero-mobile.svg" aria-hidden="true" style="width: 100%;" />
<img class="esw-hero-img" src="img/esw/hero.svg" aria-hidden="true" style="width: 100%;" />
</div>
</section>
<section class="esw-stats-outer">
<div class="esw-stat-tiles">
<div class="esw-stat-tile-outer">
<div class="esw-stat-tile">
<span class="esw-stat-header">700</span>
<span class="esw-stat-desc">People signed up for ESW updates</span>
</div>
</div>
<div class="esw-stat-tile-outer">
<div class="esw-stat-tile">
<span class="esw-stat-header">409</span>
<span class="esw-stat-desc">Highest viewers watching one stream</span>
</div>
</div>
<div id="esw-stat-countries" class="esw-stat-tile-outer">
<div class="esw-stat-tile">
<span class="esw-stat-header">42</span>
<span class="esw-stat-desc esw-stat-countries-desc">Countries that ESW was watched from</span>
</div>
</div>
<div id="esw-tech-qa" class="esw-stat-tile-outer" style="border-right: 0;">
<div class="esw-stat-tile">
<span class="esw-stat-header" style="font-size: 42px;">Tech QA</span>
<span class="esw-stat-desc esw-desc-link" style="justify-content: center; padding: 0; width: fit-content;">
<a href="#tech-qa">Learn more </a>
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</span>
</div>
</div>
</div>
</section>
<section id="esw-agenda" class="esw-agenda-outer">
<div class="esw-agenda">
<div class="esw-agenda-intro">
<span class="esw-agenda-title">Throwback to the first edition of Elixir Stream Week</span>
<span class="esw-agenda-desc">
We had an amazing time hearing from top Elixir developers. Let's take a look back:
</span>
</div>
<div class="esw-streamers">
<div class="esw-streamer">
<div class="esw-streamer-photo">
<img width="240px" height="240px" src="./img/esw/jose.png" />
</div>
<div class="esw-stream-desc">
<div class="esw-name-title">
<div class="esw-name-pos">
<span class="esw-name">José Valim</span>
<span class="esw-date">Dashbit - Creator of Elixir</span>
</div>
<span class="esw-title">What's new in Elixir 1.18</span>
</div>
<span class="esw-desc">Elixir v1.18 is a massive step up in several directions.
Watch the recording to learn more about the updates on the type system research,
Language Server support, built-in JSON capabilities, and much more.
</span>
<span class="esw-desc-link">
<a href="https://www.youtube.com/watch?v=fZR7_rq07rI" target="_blank">Watch now </a>
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</span>
</div>
<div class="esw-streamer-photo-mobile">
<img width="248px" height="166px" src="./img/esw/jose-mobile.png" />
</div>
</div>
<div class="esw-streamer">
<div class="esw-streamer-photo">
<img width="240px" height="240px" src="./img/esw/mateusz.png" />
</div>
<div class="esw-stream-desc">
<div class="esw-name-title">
<div class="esw-name-pos">
<span class="esw-name">Mateusz Front</span>
<span class="esw-date">Software Mansion - Creator of Membrane</span>
</div>
<span class="esw-title">Boombox explained</span>
</div>
<span class="esw-desc"><a
href="https://blog.swmansion.com/boombox-a-simple-streaming-library-on-top-of-membrane-307649c09d63">Boombox</a>
is a tool built on Membrane that makes it easier to kick off your multimedia journey.
In this stream, Mateusz outlined the Boombox API and how to connect it with the OpenAI multimodal live
streaming.
</span>
<span class="esw-desc-link">
<a href="https://www.youtube.com/watch?v=TByF4J-eQ1w" target="_blank">Watch now </a>
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</span>
</div>
<div class="esw-streamer-photo-mobile">
<img width="248px" height="166px" src="./img/esw/mateusz-mobile.png" />
</div>
</div>
<div class="esw-streamer">
<div class="esw-streamer-photo">
<img width="240px" height="240px" src="./img/esw/chris.png" />
</div>
<div class="esw-stream-desc">
<div class="esw-name-title">
<div class="esw-name-pos">
<span class="esw-name">Chris McCord</span>
<span class="esw-date">Fly.io - Creator of Phoenix</span>
</div>
<span class="esw-title">Live-coding real-time Twitch clone</span>
</div>
<span class="esw-desc">
It's possible to build a real-time Twitch clone in just one sitting -
all while ensuring it's scalable and distributing it using LiveView,
Elixir WebRTC and Fly.io. Want proof? Check the video!
</span>
<span class="esw-desc-link">
<a href="https://www.youtube.com/watch?v=jziOb2Edfzk" target="_blank">Watch now </a>
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</span>
</div>
<div class="esw-streamer-photo-mobile">
<img width="248px" height="166px" src="./img/esw/chris-mobile.png" />
</div>
</div>
<div class="esw-streamer">
<div class="esw-streamer-photo">
<img width="240px" height="240px" src="./img/esw/jonatan.png" />
</div>
<div class="esw-stream-desc">
<div class="esw-name-title">
<div class="esw-name-pos">
<span class="esw-name">Jonatan Kłosko</span>
<span class="esw-date">Dashbit - Creator of Livebook</span>
</div>
<span class="esw-title">Q&A about Livebook, Elixir Nx and Bumblebee</span>
</div>
<span class="esw-desc">
Have some questions about Elixir ML Libraries?
Chances are they have already been answered during our Q&A session.
Take a comfy seat, grab a nice snack, and watch the recording!
</span>
<span class="esw-desc-link">
<a href="https://www.youtube.com/watch?v=yuZnsuwI8pk" target="_blank">Watch now </a>
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</span>
</div>
<div class="esw-streamer-photo-mobile">
<img width="248px" height="166px" src="./img/esw/jonatan-mobile.png" />
</div>
</div>
<div class="esw-streamer">
<div class="esw-streamer-photo">
<img width="240px" height="240px" src="./img/esw/filipe.png" />
</div>
<div class="esw-stream-desc">
<div class="esw-name-title">
<div class="esw-name-pos">
<span class="esw-name">Filipe Cabaço</span>
<span class="esw-date">Software Engineer at Supabase</span>
</div>
<span class="esw-title">Real-time system using Elixir - Supabase stories</span>
</div>
<span class="esw-desc">
Learn what made Elixir the right choice for Supabase's Realtime. Delve into some of the
implementation details regarding clustering, message sending, process registration, and more.
</span>
<span class="esw-desc-link">
<a href="https://www.youtube.com/watch?v=PVRtma5PlW4" target="_blank">Watch now </a>
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 12L4 12" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M14 18L20 12L14 6" stroke="#4339AC" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</span>
</div>
<div class="esw-streamer-photo-mobile">
<img width="248px" height="166px" src="./img/esw/filipe-mobile.png" />
</div>
</div>
</div>
</div>
</section>
<section id="tech-qa" class="esw-qa-outer">
<div class="esw-qa">
<div class="esw-qa-header">
Technical QA
</div>
<div class="esw-qa-tiles">
<div class="esw-qa-tile">
<div class="esw-qa-tile-icon">
<img src="img/esw/qa/link.svg" />
</div>
<div class="esw-qa-tile-desc">
<ul>
<li><span>Connection link was 10 Gbps</span></li>
</ul>
</div>
</div>
<div class="esw-qa-tile">
<div class="esw-qa-tile-icon">
<img src="img/esw/qa/cpu.svg" />
</div>
<div class="esw-qa-tile-desc">
<ul>
<li><span>32 cores/64 threads CPU</span></li>
</ul>
</div>
</div>
<div class="esw-qa-tile">
<div class="esw-qa-tile-icon">
<img src="img/esw/qa/gps.svg" />
</div>
<div class="esw-qa-tile-desc">
<ul>
<li><span>The server was located in Finland</span></li>
</ul>
</div>
</div>
<div class="esw-qa-tile">
<div class="esw-qa-tile-icon">
<img src="img/esw/qa/usage.svg" />
</div>
<div class="esw-qa-tile-desc">
<ul>
<li><span>30% CPU usage for 409 viewers</span></li>
</ul>
</div>
</div>
<div class="esw-qa-tile">
<div class="esw-qa-tile-icon">
<img src="img/esw/qa/network.svg" />
</div>
<div class="esw-qa-tile-desc">
<ul>
<li><span>700 Mbps for 409 viewers</span></li>
</ul>
</div>
</div>
<div class="esw-qa-tile">
<div class="esw-qa-tile-icon">
<img src="img/esw/qa/tweaks.svg" />
</div>
<div class="esw-qa-tile-desc">
<ul>
<li><span>No custom Erlang VM tweaks</span></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="esw-footer-outer">
<div class="esw-footer">
<div class="esw-footer-title-desc">
<span class="esw-footer-title">Join us for future events!</span>
<span class="esw-footer-desc">Woah, Elixir Stream Week was great fun! Want to stay in the loop about future
editions or similar events organized by Software Mansion? Make sure you hit the button below!</span>
</div>
<a class="ml-onclick-form" href="javascript:void(0)" onclick="ml('show', 'vvFoXP', true)">
<div class="esw-footer-button">
<span>Sign up for updates</span>
<img src="img/arrowright.svg" />
</div>
</a>
</div>
</section>
</main>
<footer>
<div class="footer-outer">
<div class="container footer">
<img class="footer-img" src="img/swm.svg" />
<div>
© Software Mansion 2025. All trademarks and copyrights belong to their respective owners.
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="./script.js"></script>
</body>
</html>