-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresets.h
34 lines (33 loc) · 2.08 KB
/
presets.h
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
struct source {
const String name;
const String url;
};
const source preset[]{
{ "NPO Radio1", "http://icecast.omroep.nl/radio1-bb-aac" },
{ "NPO Radio2", "http://icecast.omroep.nl/radio2-bb-aac" },
{ "NPO Soul&Jazz", "http://icecast.omroep.nl/radio6-bb-aac" },
{ "NPO 3FM", "http://icecast.omroep.nl/3fm-bb-aac" },
{ "NPO Klassiek", "http://icecast.omroep.nl/radio4-bb-aac" },
{ "NPO Radio5", "http://icecast.omroep.nl/radio5-bb-aac" },
{ "538 Dance Department", "http://playerservices.streamtheworld.com/api/livestream-redirect/TLPSTR01.mp3" },
{ "Absoluut FM", "http://absoluutfm.stream.laut.fm/absoluutfm" },
{ "Amsterdam Funk Channel", "http://stream.afc.fm:8504/stream" },
{ "Radio 10 Disco Classics", "http://19993.live.streamtheworld.com/RADIO10.mp3" },
{ "Sublime Soul", "http://playerservices.streamtheworld.com/api/livestream-redirect/SUBLIMESOUL.mp3" },
{ "XXL Stenders", "http://streams.robstenders.nl:8063/bonanza_mp3" },
{ "LXClassics", "http://www.lxclassics.com/playlist/LXClassics.m3u" },
{ "192 Radio Nederland", "http://192radio.stream-server.nl/stream" },
{ "RadioEins", "http://radioeins.de/stream" },
{ "BBC radio 1", "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_one" },
{ "BBC radio 2", "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_two" },
{ "BBC radio 3", "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_three" },
{ "BBC radio 4", "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourfm" },
{ "BBC radio 5", "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_five_live_online_nonuk" },
{ "BBC radio 6", "http://stream.live.vc.bbcmedia.co.uk/bbc_6music" },
{ "DI Radio Digital Impulse - Techno", "http://148.251.43.231:8938/stream" },
{ "DI Radio Digital Impulse - House", "http://148.251.43.231:8986/stream" },
{ "DI Radio Digital Impulse - DKR TecHouse", "http://148.251.43.231:8243/stream" },
{ "Tekno1", "http://espace.tekno1.fr/tekno1.m3u" },
{ "Extreme Deep House Radio", "http://79.98.108.170:8117/stream/1/" },
{ "BollyHits Radio", "http://hoth.alonhosting.com:1080/stream/1/" },
};