Hello, I have a personal radio that I want to add to the website and I've looked in google and got one from (https://www.muses.org/setup) but the problem with their radio player is: it doesn't work on Android phones.
So is there a change of code I can do to make it work or a plugin that let me put my own radio link and compatible with android phones?
That's the link to the radio page on my website: http://www.arabi-group.com/en/?page_id=292
And here is the code for the radio player:
<!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
<script type="text/javascript" src="https://hosted.muses.org/mrp.js"></script>
<script type="text/javascript">
MRP.insert({
'url':'http://arabifm.com:8000/stream',
'codec':'mp3',
'volume':100,
'autoplay':false,
'buffering':5,
'title':'Arabi Group',
'welcome':'Arabi Group',
'bgcolor':'#FFFFFF',
'skin':'bogusblue',
'width':660,
'height':266
});
</script>
<!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->