Tagged Questions
5
votes
9answers
14k views
Is it possible to play shoutcast internet radio streams with html5?
Is it possible to play shoutcast (or some) internet radio streams with html5?
So I have next code:
<html>
<body>
<audio src="http://shoutcast.internet-radio.org.uk:10272/" />
...
3
votes
2answers
555 views
Android MediaPlayer works fine in our Custom audio Streaming application up to Android 2.1 but not in higher versions
EDIT:
Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one
I need to play audio files from external URLs(shoutcast stream). Currently the audio files are ...
2
votes
1answer
106 views
Android MediaPlayer's playing state
I'm creating an app that streams audio from the web. I'd like to be able to detect connection interruptions and stuff like that. So when the audio stops playing, I'd tell the user it stopped playing. ...
2
votes
3answers
2k views
Play a Shoutcast Stream on iPhone with HTML5
I know this question is already asked in past, but i finally found no answer....
So I got a shoutcast stream, encoding audio/mpeg and I want create a web-app for my iphone to listen to my stream ...
1
vote
0answers
65 views
Get the pieces together
I'm new to Android development and I need to create an audio streamer. It will get the audio from a SHOUTcast server. I already know the pieces. I need to download the MP3 audio, extract the PCM data ...
1
vote
0answers
317 views
SHOUTcast streaming on Android
How can I play a SHOUTcast stream on any Android version before 2.2?
Thanks!
1
vote
5answers
3k views
How to emulate/replace/re-enable classical Sound Mixer controls (or commands) in Windows Vista? [answered]
I have a problem (and have been having it for some time now) -- the new sound mixer stack in Vista features new cool things, but also re-invents the wheel. Many applications that used to use Volume ...
0
votes
0answers
34 views
MIME type audio/mpeg is not streaming?
I am using Matt Gallagher's streaming here.
I am trying to play SHOUTCast API returned urls. But Media with MIME type audio/mpeg are not being played without showing any error.
But MIME type ...
0
votes
2answers
860 views
Audio streaming with Android MediaPlayer
I'm trying to create an audio streamer with Android's MediaPlayer. It's just fine if it doesn't work with Android 2.1 or bellow. I need to be able to play the audio from a SHOUTcast stream. Here's my ...