Muses Radio Player

Frequently asked questions

What's a fallback streaming and how can I use this feature?

Fallback Streaming Signal, is a feature that allows Muses Radio Player to connect to an alternative streaming URL in case the main streaming fails to load (or get's interrupted) for some reason.

To specify a fallback url, you have to edit the html code of your embed player, adding a the 'fallbackUrl' option like this:

MRP.insert({
'url':'http://192.241.214.243:9020/;',
'codec':'mp3',
'volume':65,
'autoplay':true,
'buffering':5,
'fallbackUrl': 'http://fallbackdomain.com/fallbackSignal.mp3', // <-- Add this line
'title':'Radio Vermont',
'welcome':'WELCOME TO...',
'bgcolor':'#FFFFFF',
'skin':'mcclean',
'width':166,
'height':83
});



More FAQs