Skip to content

Commit 2dbaa5d

Browse files
committed
Fix streaming links in radio example
1 parent 0629f9e commit 2dbaa5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/radio/radio.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,25 +123,25 @@ var radio = new Radio([
123123
{
124124
freq: '89.9',
125125
title: "Hip Hop Hits",
126-
src: 'http://tunein4.streamguys1.com/hhbeafree5',
126+
src: 'https://streaming.radio.co/s97881c7e0/listen',
127127
howl: null
128128
},
129129
{
130130
freq: '98.9',
131131
title: "CNN",
132-
src: 'http://tunein.streamguys1.com/cnn',
132+
src: 'https://tunein.streamguys1.com/cnn-new',
133133
howl: null
134134
},
135135
{
136136
freq: '103.3',
137137
title: "80's Hits",
138-
src: 'http://tunein4.streamguys1.com/80shtfree1',
138+
src: 'https://rfcmedia.streamguys1.com/80hits.mp3',
139139
howl: null
140140
},
141141
{
142142
freq: '107.7',
143143
title: "Today's Hits",
144-
src: 'http://rfcmedia.streamguys1.com/MusicPulse.mp3',
144+
src: 'https://rfcmedia.streamguys1.com/MusicPulse.mp3',
145145
howl: null
146146
}
147147
]);

0 commit comments

Comments
 (0)