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.

Audio streaming using C++ tutorial and sample code

I would like to learn basics of audio streaming. In particular, I would like to learn how to capture audio …

c++ audio-streaming
Pulling Track Info From an Audio Stream Using PHP

Is it possible to pull track info from an audio stream using PHP? I've done some digging and the closest …

php audio-streaming
Http Media Streaming Server

I have developed video streaming application with RED5 media server(RTMP). Instead of RTMP need to stream live video through …

html video-streaming audio-streaming http-live-streaming http-streaming
Play audio file stream using HTTP Live Streaming on iOS client without losing UI to Quick Time

I have a HTTP Live streaming server setup that serves segmented mp3 audio content (the URL points to playlist.m3…

iphone audio-streaming http-live-streaming
Android: Incoming call auto answer, play a audio file

In Android, at the time of an incoming call, I want to receive it. Then, from my app, automatically play …

android audio-streaming
Web Audio API for live streaming?

We need to streaming live audio (from a medical device) to web browsers with no more than 3-5s of …

javascript html html5-audio audio-streaming web-audio-api
What is the best way to stream a audio file to website users/listeners

I'm developing a music site which will stream audio files stored in a server to users, audio files will be …

audio video media audio-streaming internet-radio
Android device as a receiver for A2DP profile

Basically, what I am trying to do right now is use an android device as an A2DP receiver and …

android bluetooth streaming audio-streaming a2dp
The easiest way to play an audio RTMP stream in Android

I found some Android RTMP libraries (like this : http://rtmpdump.mplayerhq.hu/). The problem is that there is no accurate …

android audio-streaming
Android MediaPlayer takes long time to prepare and buffer

My application takes a long time to prepare and buffer an audio stream. I have read this question Why does …

java android buffer audio-streaming android-mediaplayer