Top "Audio-streaming" questions

The process of delivering audio from a server to a client, different from the download in that the client is able to hear audio while it's being downloaded.

Why does it take so long for Android's MediaPlayer to prepare some live streams for playback?

I am finding big differences in the time it takes the Android MediaPlayer to prepare for live stream playback with …

android audio streaming android-mediaplayer audio-streaming
Sending audio stream over TCP, UnsupportedAudioFileException

I have succeeded with sending and reading text and images data over TCP sockets. But I am unable to sending …

java sockets tcp audio-streaming
Android MediaPlayer works fine in 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 …

android audio audio-streaming android-mediaplayer shoutcast
Live audio stream java

I am implementing live streaming from MIC to java server at another PC. But I am only hearing a white …

java sockets audio-streaming audio-recording
Live Audio Recording and Playing in Android and Thread & callback handling

I want to record the live audio and play it.As far as UI is concerned the app just has …

android audio-streaming audio-recording audiorecord
How to play online radio in android

I am working on android application in which i have play online radio streaming. i have gone through the media …

android audio-streaming
Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

Please see the code i am using for streaming shoutcast stream, it works with one URL but NOT with the …

android media-player uri audio-streaming shoutcast
I2S and PCM format

Can someone explain what is the difference between I2S interface and PCM interface. Does I2S interface only supports …

audio audio-streaming pcm
Audio data streaming in HTML5

I am receiving PCM audio data from the server in small chunks and having them stored in an Array. Now …

javascript html google-chrome audio-streaming html5-audio
ios avplayer trigger streaming is out of buffer

I want to reconnect to the server when the streaming buffer is empty. How can I trigger a method when …

ios audio-streaming avplayer