Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

HTML5 audio with Shoutcast - invalid source

$
0
0

I have been trying to make the <audio> tags work with Shoutcast broadcasts in IE11 and have been unsuccessful after trying numerous things I have found on the web. It works fine with Chrome, FireFox, and in various Android browsers, but consistently gives "Invalid Source" errors on IE. The server is telling that the MIME type is audio/mpeg and all seems to be fine on their end - although I don't control the server so can't look at their config ... I have no reason to doubt it though as this has been working for other browsers find as I mentioned.

I have tried several variations of coding, of which I am putting up three (out of many) all of these work everywhere except IE.

<audio src="http://s6.voscast.com:8166/;"; type="audio/mp3"; controls="" />Your browser does not support HTML5. Please try another player.</audio>

<audio controls><source src="http://s6.voscast.com:8166/;"; type="audio/mpeg">Your browser does not support HTML5. Please try another player.</audio>

<audio controls=controls><source src="http://s6.voscast.com:8166/;"; type="audio/mp3" />Your browser does not support HTML5. Please try another player.</audio>

What am I missing? I really would like this to work, I've been working on it for a couple of days now, and it's driving me nuts. Thanks!!

Bob Zorich


Viewing all articles
Browse latest Browse all 3527

Trending Articles