-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathengine.html
845 lines (763 loc) · 34.4 KB
/
engine.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
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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
<!DOCTYPE html>
<html lang="en" xmlns:og="http://opengraphprotocol.org/schema/">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta charset="UTF-8" />
<meta name="description" content="Unique software for unique radio stations" />
<meta name="keywords" content="radio, sofware, audio over ip, broadcasting, FM, DAB" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0" />
<meta name="twitter:widgets:theme" content="light">
<meta property="fb:app_id" content="985860671463831" />
<meta property="og:title" content="RadioKit" />
<meta property="og:site_name" content="RadioKit" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://radiokit.org/images/facebook1.jpg" />
<meta property="og:description" content="Unique software for unique radio stations" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="RadioKit" />
<meta property="twitter:description" content="Unique software for unique radio stations" />
<meta property="twitter:image" content="https://radiokit.org/images/twitter1.jpg" />
<meta property="twitter:site" content="@RadioKitEngine" />
<meta property="twitter:creator" content="@RadioKitEngine" />
<title>RadioKit</title>
<link rel="apple-touch-icon" href="/images/apple-icon-60.jpg">
<link rel="apple-touch-icon" href="/images/apple-icon-114.jpg" sizes="114x114">
<link rel="apple-touch-icon" href="/images/apple-icon-72.jpg" sizes="72x72">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700%7COpen+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="stylesheets/core.min.css" />
<link rel="stylesheet" href="stylesheets/skin-web-application.css" />
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="shop home-page">
<div class="overlay-navigation-wrapper enter-right" data-no-scrollbar data-animation="slide-in">
<div class="overlay-navigation-scroll-pane">
<div class="overlay-navigation-inner">
<div class="v-align-middle">
<div class="overlay-navigation-header row collapse full-width">
<div class="column width-12">
<div class="navigation-hide overlay-nav-hide">
<a href="#">
<span class="icon-cancel"></span>
</a>
</div>
</div>
</div>
<div class="row collapse full-width">
<div class="column width-12">
<nav class="overlay-navigation nav-block center">
<h4 class="menu-title">Menu</h4>
<ul>
<a href="electron.html">Broadcasting</a>
<ul class="sub-menu">
<!--<li>
<a href="dyna.html">From the studio</a>
</li>-->
<li>
<a href="electron.html">Outside broadcasting</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="freezer.html">Archiving</a>
<ul class="sub-menu">
<li>
<a href="freezer.html">Stream recording</a>
</li>
<li>
<a href="chronicle.html">On-demand shows archive</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="depot.html">Integration</a>
<ul class="sub-menu">
<li>
<a href="depot.html">Central audio database</a>
</li>
<!--<li>
<a href="diary.html">Central logging</a>
</li>-->
</ul>
</li>
<li class="contains-sub-menu">
<a href="engine.html">Programming</a>
<ul class="sub-menu">
<li>
<a href="engine.html">RadioKit Engine</a>
</li>
</ul>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li class="contains-sub-menu">
<a href="https://docs.radiokit.org">Documentation</a>
<ul class="sub-menu">
<li>
<a href="https://docs-electron.radiokit.org">Electron / Joint</a>
</li>
<li>
<a href="https://docs-horn.radiokit.org">Horn</a>
</li>
<li>
<a href="https://docs-depot.radiokit.org">Depot</a>
</li>
<li>
<a href="https://docs-engine.radiokit.org">Engine</a>
</li>
</ul>
</li>
<li>
<a href="https://console.radiokitapp.org">
<span style="border: 1px solid #fff; padding: 1ex">
Sign In</a>
</span>
</li>
</li>
</ul>
</nav>
</div>
</div>
<div class="overlay-navigation-footer row full-width center">
<div class="column width-12 no-padding">
<p class="copyright">© RadioKit Ltd All Rights Reserved. <a href="#">Terms & Conditions</a> | <a href="#">Cookie policy</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Side (mobile) Navigation Menu -->
<!-- Side (mobile) Navigation Menu End -->
<!-- Header -->
<header class="header header-absolute header-fixed-on-mobile header-transparent" data-helper-in-threshold="300" data-helper-out-threshold="500" data-sticky-threshold="300" data-bkg-threshold="300" data-compact-threshold="300">
<div class="header-inner-top">
<div class="row nav-bar" style="position: relative; top: .5em;">
<div class="column width-6 nav-bar-inner left">
<p>Unique software for unique radio stations</p>
</div>
<div class="column width-6 nav-bar-inner right color-white">
<p><a href="https://facebook.com/RadioKitEngine" class="nav-icon">
<span class="icon-facebook small"></span> | <a href="https://twitter.com/RadioKitEngine" class="nav-icon">
<span class="icon-twitter small"></span>
</a> | Mail us: <a href="mailto:info@radiokit.org">info@radiokit.org</a></p>
</div>
</div>
</div>
<div class="header-inner">
<div class="row nav-bar">
<div class="column width-12 nav-bar-inner">
<div class="logo">
<div class="logo-inner">
<a href="index.html"><img src="images/logo-dark.png" alt="Radiokit Logo" /></a>
<a href="index.html"><img src="images/logo.png" alt="Radiokit Logo" /></a>
</div>
</div>
<nav class="navigation nav-block secondary-navigation nav-right">
<ul>
<li class="aux-navigation hide">
<a class="navigation-show overlay-nav-show nav-icon">
<span class="icon-menu medium"></span>
</a>
</li>
</ul>
</nav>
<nav class="navigation nav-block primary-navigation sub-menu-indicator nav-right no-margin-right">
<ul>
<li class="current contains-sub-menu">
<a href="electron.html">Broadcasting</a>
<ul class="sub-menu">
<!--<li>
<a href="dyna.html">From the studio</a>
</li>-->
<li>
<a href="electron.html">Outside broadcasting</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="freezer.html">Archiving</a>
<ul class="sub-menu">
<li>
<a href="freezer.html">Stream recording</a>
</li>
<li>
<a href="chronicle.html">On-demand shows archive</a>
</li>
</ul>
</li>
<li class="contains-sub-menu">
<a href="depot.html">Integration</a>
<ul class="sub-menu">
<li>
<a href="depot.html">Central audio database</a>
</li>
<!--<li>
<a href="diary.html">Central logging</a>
</li>-->
</ul>
</li>
<li class="contains-sub-menu">
<a href="engine.html">Programming</a>
<ul class="sub-menu">
<li>
<a href="engine.html">RadioKit Engine</a>
</li>
</ul>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li class="contains-sub-menu">
<a href="https://docs.radiokit.org">Documentation</a>
<ul class="sub-menu">
<li>
<a href="https://docs-electron.radiokit.org">Electron / Joint</a>
</li>
<li>
<a href="https://docs-horn.radiokit.org">Horn</a>
</li>
<li>
<a href="https://docs-depot.radiokit.org">Depot</a>
</li>
<li>
<a href="https://docs-engine.radiokit.org">Engine</a>
</li>
</ul>
</li>
<li>
<a href="https://console.radiokitapp.org">
<span style="border: 1px solid #fff; padding: 1ex">
Sign In</a>
</span>
</li>
<!--
<li class="contains-sub-menu sub-menu-right">
<a href="product-subpage.html">Jobs</a>-->
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
</div>
</div>
<div class="content clearfix">
<!-- Feature Section 3 -->
<section class="section-block feature-3 bkg-charcoal">
<div class="feature-content">
<div class="feature-content-inner left pt-80 pb-30">
<div class="row">
<div class="column width-4">
<div class="thumbnail mb-20">
<img class="profile-image large rounded" src="images/engine/engine_logo.png" alt="">
</div>
</div>
<div class="column width-8">
<h1 class="title-large mb-20 color-white">Hello, I'm RadioKit Engine. I am the heart of the whole organism</h1>
</div>
</div>
</div>
</div>
</section>
<!-- Feature Section 3 -->
<!-- Intro Section -->
<section id="about" class="section-block replicable-content">
<div class="row">
<div class="column width-4">
<h2 class="mb-80">Who Am I<br>and What I Do</h2>
</div>
<div class="column width-8">
<p class="mb-50">I am a set of cloud components for agile development of tailored radio & audio apps</p>
<h5 class="mb-40">Use cases</h5>
<div class="row">
<div class="column width-5">
<div class="stat mb-mobile-20 color-radiokitol no-margin-bottom">
<div class="stat-inner">
<p class="counter no-margin-bottom title-medium weight-bold"><span class="stat-counter" data-count-from="1" data-count-to="100">100</span>%</p>
<p class="description text-uppercase mb-20">Glue</p>
</div>
</div>
<div class="progress-bar small bkg-grey-ultralight">
<div class="bar bkg-radiokitol color-white percent-100 horizon"
data-animate-in="transX:-300;duration:2200ms;delay:200ms;easing:easeIn;">
</div>
</div>
</div>
<div class="column width-5">
<div class="stat mb-mobile-20 color-radiokitol no-margin-bottom">
<div class="stat-inner">
<p class="counter no-margin-bottom title-medium weight-bold"><span class="stat-counter" data-count-from="1" data-count-to="100">100</span>%</p>
<p class="description text-uppercase mb-20">Automation</p>
</div>
</div>
<div class="progress-bar small bkg-grey-ultralight">
<div class="bar bkg-radiokitol color-white percent-100 horizon"
data-animate-in="transX:-300;duration:2000ms;delay:200ms;easing:easeIn;">
</div>
</div>
</div>
<div class="column width-5">
<div class="stat mb-mobile-20 color-radiokitol no-margin-bottom">
<div class="stat-inner">
<p class="counter no-margin-bottom title-medium weight-bold"><span class="stat-counter" data-count-from="1" data-count-to="100">100</span>%</p>
<p class="description text-uppercase mb-20">Remote control</p>
</div>
</div>
<div class="progress-bar small bkg-grey-ultralight">
<div class="bar bkg-radiokitol color-white percent-100 horizon"
data-animate-in="transX:-300;duration:2400ms;delay:200ms;easing:easeIn;">
</div>
</div>
</div>
<div class="column width-5">
<div class="stat mb-mobile-20 color-radiokitol no-margin-bottom">
<div class="stat-inner">
<p class="counter no-margin-bottom title-medium weight-bold"><span class="stat-counter" data-count-from="1" data-count-to="100">100</span>%</p>
<p class="description text-uppercase mb-20">Custom web-based tools</p>
</div>
</div>
<div class="progress-bar small bkg-grey-ultralight">
<div class="bar bkg-radiokitol color-white percent-100 horizon"
data-animate-in="transX:-300;duration:2400ms;delay:200ms;easing:easeIn;">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Intro Section End -->
<!-- Timeline Section -->
<section class="section-block replicable-content no-padding-top">
<div class="row">
<div class="column width-12">
<hr class="mb-110">
</div>
</div>
<div class="row">
<div class="column width-4">
<h2 class="mb-80">Use<br>Cases</h2>
</div>
<div class="column width-8">
<ul class="timeline">
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">Glue</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-10"></h5>
<p class="mb-40">If you need a piece of code interconnecting software & hardware, here it is. Build your own components on top of ours or take advantage of growing list of predefined connectors.</p>
</div>
</div>
</li>
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">Automation</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-10"></h5>
<p class="mb-40">Need to automate certain operations? No problem, we have set of components that are easy to script.</p>
</div>
</div>
</li>
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">Remote control</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-10"></h5>
<p class="mb-40">Need a tool that allows you to remotely control pieces of your radio station via remote desktop? Wait, regular web browser or smartphone?<br><br>What's hard with standalone windows software becomes trivial in web-based solutions. Think: online collaboration in Word 95 vs Google Docs. We are Google Docs.</p>
</div>
</div>
</li>
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">Custom web-based tools</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-5"></h5>
<p class="mb-40">Need to build a radio website? Your own podcasting platform? Audiobooks store?<br><br>With RadioKit it will become as trivial as programming an interface. All backend will be delivered by us. Leave programming the hard stuff, browser compatibility and scaling to us. Focus on what your users see & hear.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<section class="section-block replicable-content no-padding-top">
<div class="row">
<div class="column width-12">
<hr class="mb-110">
</div>
</div>
<div class="row">
<div class="column width-4">
<h2 class="mb-80">Philosophy</h2>
</div>
<div class="column width-8">
<ul class="timeline">
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">Designed, not forced to integrate</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-10"></h5>
<p class="mb-40">No more euphemisms about “integration built into DNA” that end up in writing nasty & expensive hacks.
<br><br>Our interface is built on top of open standards that successfully power the modern web and turns integration into a joy: REST APIs, HTTP & WebSockets, JSON, HTML5, Node.JS.
<br><br>Integration is a starting point for us, not an extra line on the bill.</p>
<!--<div class="right">
<a href="#" class="button right text-uppercase bkg-radiokitol border-hover-radiokitol color-white color-hover-black mb-mobile-30">Code Example</a>
</div>-->
</div>
</div>
</li>
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">
Multi-
<br>platform
<br>by default
</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-10"></h5>
<p class="mb-40">While your FM/DAB+ broadcast is probably still the core of your activities, you can’t deny that new opportunities emerge mostly in the online world.
<br><br>People behind RadioKit don’t remember the world without the Internet. We are digital natives making radio tools for other digital natives.
<br><br>Beat this with hardware.</p>
<!--<div class="right">
<a href="#" class="button right text-uppercase bkg-radiokitol border-hover-radiokitol color-white color-hover-black mb-mobile-30">Code Example</a>
</div>-->
</div>
</div>
</li>
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">Gentle to users habits</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-10"></h5>
<p class="mb-40">We are not dreamers. We know that you are not going to throw away all your well-tested devices and applications and replace them with RadioKit. We know how hard is to change users habits.
<br><br>So we don’t plan to do this. Instead, we are are building a technology that is so elastic, that you can even try to reimplement your 20-years old beloved playout software in the web browser.</p>
<!--<div class="right">
<a href="#" class="button right text-uppercase bkg-radiokitol border-hover-radiokitol color-white color-hover-black mb-mobile-30">Code Example</a>
</div>-->
</div>
</div>
</li>
<li><br>
<div class="row">
<div class="timeline-title column width-4">
<h5 class="description color-radiokitol text-uppercase mb-30 title-medium weight-bold">Affordable</h5>
</div>
<div class="timeline-description column width-8">
<h5 class="mb-5"></h5>
<p class="mb-40">Software development is complicated and expensive. The whole concept of modularity of the Engine is backed by real need to cut down development costs.
<br><br>We achieve this by re-using existing components as much as we can. They are designed with this idea in mind, so it’s more like “solving a puzzle” than “hacking”.
<br><br>You don’t have to be a corporation any more to be bale to afford tailored software.</p>
<!--<div class="right">
<a href="#" class="button right text-uppercase bkg-radiokitol border-hover-radiokitol color-white color-hover-black mb-mobile-30">Code Example</a>
</div>-->
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
<section id="users">
<div class="section-block logos-1 pt-50 pb-50 bkg-grey-ultralight color-charcoal">
<div class="row">
<div class="column width-3 center-on-mobile">
<h1 class="mb-5 mb-mobile-30">Use cases:</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="traxvibes" class="section-block bkg-grey feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.traxvibes.com" target="blank"><img src="images/users/traxvibes.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">Traxvibes</h2>
<p class="lead color-grey-light">Expert-curated channels for dance music fans</p>
<p class="color-grey-light">Traxibes runs a platform of 22 channels, containing music curated by professional DJs from all around the world.<br>
<br>RadioKit Horn allows them to manage all the scheduled broadcasts, generate all the streams, and automatically fetch iTunes links for all the music tracks
</p>
</div>
</div>
</div>
</div>
</section>
<section id="radiojazzfm" class="section-block bkg-charcoal feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.radiojazz.fm" target="blank"><img src="images/users/radiojazzfm.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">RadioJazzFM</h2>
<p class="lead color-grey-light">The only truly jazz radio in Poland</p>
<p class="color-grey-light">RadioJazzFM is a Warsaw based internet community radio that is focused on Polish jazz heritage.<br>
<br>RadioKit software provides them with the ability to connect live broadcast from different places, like concert venues, DJ's homes and of course their studio and fullfil the gaps with automated playlist or scheduled broadcasts.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="lemfm" class="section-block bkg-grey feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.lem.fm" target="blank"><img src="images/users/lemfm.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">LemFM</h2>
<p class="lead color-grey-light">FM Radio for Lemko minority</p>
<p class="color-grey-light">Only community radio for Lemko people, operating in FM & DAB+. One of our oldest clients that we support for 8 years now..<br>
<br>They use our Horn, to mangage broadcasts from multiple places and schedule multiple programs for people on the other side of the globe.<br>
<br>On top of that - we built hardware for processing FM signal for them.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="audioasyl" class="section-block bkg-charcoal feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.audioasyl.net" target="blank"><img src="images/users/audioasyl.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">AudioAsyl</h2>
<p class="lead color-grey-light">Legendary community radio from Zurich</p>
<p class="color-grey-light">This is really a specific use case of our systems: Create 75 streaming channels in two qualities each, i.e. 150 channels.<br>
<br>Besides curated channels on specific genres, each host has its own channel, with the option to go live and manage its playlist completely independently<br>
<br>Launching soon! (September 2017)
</p>
</div>
</div>
</div>
</div>
</section>
<section id="indeplatforma" class="section-block bkg-grey feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.indeplatforma.org" target="blank"><img src="images/users/indeplatforma.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">Indeplatforma</h2>
<p class="lead color-grey-light">Koper’s only alternative space now with a radio</p>
<p class="color-grey-light">Indeplatforma is unoffcial group of young people from Koper, Slovenia that squatted abandon factory in the city and created the only space for independent culture in the region.<br>
</p>
</div>
</div>
</div>
</div>
</section>
<section id="radionula" class="section-block bkg-charcoal feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.radionula.com" target="blank"><img src="images/users/radionula.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">RadioNula</h2>
<p class="lead color-grey-light">Balkan’s No.1 Funk radio</p>
<p class="color-grey-light">RadioNula is the number one distributor of funky sounds in the Balkans. Hailing from Ljubljana, Slovenia they have established themselves as a go to place for everyone who enjoys HipHop culture.<br>
</p>
</div>
</div>
</div>
</div>
</section>
<section id="aquapark" class="section-block bkg-grey feature-2">
<div class="row equalize">
<div class="column width-6 push-5 offset-1">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="opacity:0;transX:50;duration:1000;easing:easeFastSlow;" data-threshold="0.6">
<a href="http://www.3logic.pl" target="blank"><img src="images/users/aquapark.jpg" alt="" /></a>
</div>
</div>
</div>
<div class="column width-5 pull-7">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="opacity:0;transY:50;duration:1000;delay:300ms;easing:easeFastSlow;" data-threshold="0.6">
<h2 class="mb-30 color-white">Tychy Aquapark</h2>
<p class="lead color-grey-light">Underwater standalone playout systems</p>
<p class="color-grey-light">This is quite unusual use case of our systems - streaming content to underwater speakers. However, we were happy about this project as it shows the wide variety of situations were are systems can prove quite usefull.<br><br>
In this case our job was to deliver a complex longlasting software & hardware solution that works out of the box.<br><br>
(Aquapark is still in construction)
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Timeline End -->
<!-- Content End -->
<!-- Footer -->
<!-- Footer End -->
<!-- Js -->
<div class="section-block replicable-content pt-60 pb-30 call-to-action-2 call-to-action-2-1 bkg-grey-ultralight background-cover">
<div class="row">
<div class="column width-6 left center-on-mobile">
<p>Any questions?</p>
<a href="contact.html" class="button text-uppercase bkg-grey border-hover-white color-white color-hover-white mb-mobile-30 align-left">Contact us</a>
</div>
<div class="column width-6 right center-on-mobile">
<p>Never miss a special offer again!</p>
<a href="index.html#newsletter" class="button text-uppercase bkg-grey border-hover-white color-white color-hover-white mb-mobile-30">Newsletter Signup</a>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-top">
<div class="row">
<div class="column width-4">
<div class="widget">
<h4 class="widget-title weight-light">RadioKit Ltd</h4>
<p>
<span class="text-small weight-bold color-grey-light">+44 20 3289 8890</span><br>
<a href="mailto:info@radiokit.org">info@radiokit.org</a>
</p>
</div>
</div>
<div class="column width-4">
<div class="widget">
<h4 class="widget-title">Products</h4>
<ul>
<li>
<a href="contact.html">Free Trial</a>
</li>
<li>
<a href="electron.html">Electron</a>
</li>
<li>
<a href="freezer.html">Freezer</a>
</li>
<li>
<a href="chronicle.html">Chronicle</a>
</li>
<li>
<a href="depot.html">Depot</a>
</li>
<li>
<a href="engine.html">Engine</a>
</li>
</ul>
</div>
</div>
<div class="column width-4">
<div class="widget">
<h4 class="widget-title">Company Data</h4>
<ul>
<li>
Radiokit Ltd
</li>
<li>
Craven House, 40-44 Uxbridge Road,
</li>
<li>
W5 2BS London, United Kingdom
</li>
<li>
Company number 09998182
</li>
<li>
EU VAT: GB 239 5414 93
</li>
<!--<li>
<a href="#">Frequently Asked Questions</a>
</li>
<li>
<a href="#">Find contact in your country</a>
</li>-->
</ul>
</div>
</div>
<!-- <div class="column width-3">
<div class="widget">
<h4 class="widget-title">Check Our Apps</h4>
<p>Checkout apps we published</p>
<p>
<a class="button button-info medium rounded bkg-black bkg-hover-purple color-white color-hover-white no-margin-bottom"><span class="icon-app-store medium left"></span><span class="button-content"><small>Download On The</small>AppStore</span></a>
</p>
</div>
</div>-->
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="column width-12">
<div class="footer-bottom-inner center">
<p class="copyright pull-left clear-float-on-mobile">
© RadioKit Ltd All Rights Reserved. <a href="docs/radiokit-website-termsandconditions.pdf">Terms & Conditions</a> | <a href="docs/radiokit-website-cookie-policy.pdf">Cookie policy</a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="javascripts/timber.master.min.js"></script>
</body>
</html>