-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstationsList.php
More file actions
40 lines (38 loc) · 1.06 KB
/
stationsList.php
File metadata and controls
40 lines (38 loc) · 1.06 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
<?php
/*
find your radio station urls at https://radio-browser.info
*/
$stations = [
[
'title' => 'NDR Kultur',
'url' => 'http://icecast.ndr.de/ndr/ndrkultur/live/mp3/128/stream.mp3?1728425224079&aggregator=web',
],
[
'title' => 'NDR 2 MV',
'url' => 'http://icecast.ndr.de/ndr/ndr2/mecklenburgvorpommern/mp3/128/stream.mp3',
],
[
'title' => 'NDR Info',
'url' => 'http://icecast.ndr.de/ndr/ndrinfo/mecklenburgvorpommern/mp3/128/stream.mp3',
],
[
'title' => 'N-JOY',
'url' => 'http://icecast.ndr.de/ndr/njoy/live/mp3/128/stream.mp3',
],
[
'title' => 'LoHRO',
'url' => 'http://stream.lohro.de:8000/lohro.mp3'
],
[
'title' => 'FRITZ',
'url' => 'http://fritz.de/livemp3_s'
],
[
'title' => 'DLF',
'url' => 'http://st01.sslstream.dlf.de/dlf/01/128/mp3/stream.mp3?aggregator=web'
],
[
'title' => 'DLF Nova',
'url' => 'http://st03.sslstream.dlf.de/dlf/03/128/mp3/stream.mp3?aggregator=web'
]
];