Is it possible to play a shoutcast/icecast stream using HTML5?
If so, how should I implement it?
|
Is it possible to play a shoutcast/icecast stream using HTML5? If so, how should I implement it? |
|||
|
|
|
Add a semicolon to the end of the http request. It IS the protocol set forth by shoutcast to override it's browser detection. Like this:
|
|||
|
|
|
There is a big problem with SHOUTcast, which I suspect is responsible for it not working even in Chrome which is supposed to support MP3. SHOUTcast can serve three different types of response:
How does it decide whether to serve a web page instead of an audio stream? It guesses whether you're using a web browser. By looking to see whether the So when Chrome tries to fetch the audio stream to play, SHOUTcast thinks it's a web browser (well... it is) and refuses to give it the audio stream to put in the audio tag. Instead it gets the admin web page. (I would guess Safari is passing the So you'll probably need to add a Flash audio player as fallback. |
|||
|
Yes. But its only work in Safari
Cause Opera and Firefox did not support non free Codecs |
|||
|
|
|
|
|||
|
|
|
This should work fine, but make sure "/;" is there after the stream URL and port. If you doesn't need autoplay, remove the "autoplay" tag. |
||||
|