-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
34 lines (28 loc) · 1.19 KB
/
config.js
File metadata and controls
34 lines (28 loc) · 1.19 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
/*
|--------------------------------------------------------------------------
| Configuration
|--------------------------------------------------------------------------
|
| To configure your streaming, define the name of your radio, url and
| type of your streaming below.
|
*/
var settings = {
'radio_name': 'Sunny Bungalow',
// URL of streaming without / on the final, eg: http://streaming.com:8080
// 'url_streaming': ' http://centova.alonhosting.com:8012/stream?type=http&nocache=24',
'url_streaming': 'https://hoth.alonhosting.com:1475/stream?type=http&nocache=25',
// When choosing icecast, make sure the file 'player.log' in the document root is writeable.
// Choose between 'shoutcast' or 'icecast'
'streaming_type': 'icecast',
// Visit https://api.vagalume.com.br/docs/ to get your API key
'api_key': '18fe07917957c289983464588aabddfb',
// Set to true to get the last songs played
'historic': false,
// Only for SHOUTCast!
// Set to true to show the next song to be played.
// Make sure your streaming show this information!
'next_song': false,
// Path to default cover art when none are found
'default_cover_art': 'img/bg-capa.jpg',
};