audio-streaming

How to write file in audio data callback function of AudioFileStream?

I read Audio File Stream Service Reference. It says that when it gets some data it will invoke the callback function. The callback function can play the data, WRITE it to a file... I would like to know that how can I write the file in the callback function. Thanks ...

Streaming FM station audio

Is there any useful guides/tutorials on how to stream live FM station feed to a station's website ? ...

rtsp streaming in iphone sdk and ipad

hi.. can any one tell me is it possible to stream rtsp audio/video in iphone sdk and ipad application..i m having audio format but there is no link for appropriate information.so plz tell me.. ...

Best method of streaming MPEG3 encoded audio over HTTP with Java?

I've tried using the JMF libraries with the "MediaPlayer" bean, but it doesn't seem to be doing anything, or it plays a split-second of the audio track. I do have the Mpeg3 codecs installed - so that's not the issue. I was wondering if anyone has a better method of accomplishing this? Current code for using the MediaPlayer: mediaPlayer...

Open Audio File format supported for streaming in flash player.

I am trying to stream audio to my flash application. I got it working with a test MP3 file. But the problem is that MP3 encoders are protected by patents and require license fees.(I am living in Canada) Isn't there a open audio file format supported by flash? ...

Can we use EASession object's inputstream property to send data to a bluetooth Headset in iPhone?

Can we send a recorded audio stream to the bluetooth Headset input, using the EASession object? ...

Stream audio on Mac

I have been using AVAudioPlayer on the iPhone and iPad. I can't find anything that comes close on the Mac. Does anyone know where to find a library like that ? What I want is a library that can stream songs from the internet so the user does not need to download the whole song. NSSound can play songs from the internet but it does not...

How to detect silence of audio in buffer of WMA stream?

Hi, I'm hoping you can help me with a program I'm trying to write in VB.NET. I have a standard WMA stream, streaming in constantly via the internet. I need to write an application to stream this audio, and looks for any periods of 'silence'. When it detects silence, it runs an event. For the purposes of this, silence is defined as thre...

Playing mp3 stream from winamp server

Hi all, I am developing an app that requires playing a web radio stream. I have been reading online on how to do that and it seems that there are many ways like the AVAudioplayer, the Audio File Stream services and the Audio Streamer project from Matt Gallagher. Since i just started reading about it maybe some of them are the same, but ...

What s the best way Streaming Live Video & Audio?

I already know how to stream video from my iphone to my cocoa server. it's simple because videos come in different frames, and i can transfer them 1 by 1. 1- But how does the audio streaming works, how can i separate the data being read from microphone without interrupting the data? 2- How can i make sure that the audio matches the vid...

How to stream AAC/mp4 in silverlight with bit rate throttling

Hello I'm trying to play AAC audio files in mp4 container with Silverlight. Server is IIS 7 with Bit rate throttling for mp4 (10 sec burst, 100% stream rate). With wma files this setup works fine, but with mp4 the player doesn't start until the whole audio file has been downloaded to the client. Has anyone a good advice on this? TIA /St...

Radio Streaming on iPhone

I have implemented Radio Streaming functionality for iphone. I am successful to play audio likes mp3, mp4. But I need to play live streaming like AAC, WMA format which iPhone doesn't support directly. Is there any way to play this file formats. There is already one application available called Wunder radio on the app store. They also pr...

iPhone Radio Streaming for WMA audio files

I need to implement iphone streaming functionality for WMA audio files from the server. iPhone can support only mp3, wav, aac audio files. But I need to play wma audio streaming for the iphone radio application. Can anyone tell me how to do this things. I really thankful for your help. Thanks in advance. ...

Stream/Play audio files on mobile browsers

I am trying to create a mobile website and want to be able to play/stream audio files.I have tried html5's audio tag and tried testing it on opera mobile 10 simulator but it does not work. I have lots of audio files and the audio should be auto played. sidenote: Also, i need to test my website for android and iphone mobile phones. I a...

How to configure libMMS in iPhone?

Hi, Do anyone know how to configure libMMS for iphone application. I have libMMS library downloaded and I need to configure it in my application. But it gives reference error when I call some function of the library. Please tell me steps to configure libMMS. I am in the critical situation. ...

Macintosh - Detect if any data come out of Audio Card in a span of time

MODIFIED: Hi all, I need to detect if any data sent to Audio Card during a period of time. Thanks to Philip Regan's help, I found a simple sample code about audio recording as shown in following link: http://developer.apple.com/library/mac/#samplecode/AudioQueueTools/Listings/aqrecord_cpp.html#//apple_ref/doc/uid/DTS10004380-aqrecord_...

[Android] How to stream Audio from Helix Server?

Hi, How does Helix Server work with android application? In android developers site i found that we can assign the url to MediaPlayer to stream the audio/video. But there is no specification about buffer size.. do i need to do any more coding on server side or in android application to get the streaming work for a specific buffer rate?...

How to play .asf file yon iPhone?

Hello, Any one know how to play .asf file on iPhone as iphone doesn't support asf file which I need to play for Radio streaming. Can anyone help me to solve this problem. Thanks in advance. Regards, Gurprit ...

Android MediaPlayer streaming MP3 over POST

Hi! I've got a question related to the Android MediaPlayer. Can it stream content through HTTP POST method , or do I have to write my own implementation? If so, what SDK do I have to use? Thanks in advance. ...

What audio codec do the following application makes use of?

Does anybody know what audio codec do the following VoIP applications make use of for live streaming of voice over IP? I need the above information for experimenting with my own VoIP server/client written in C#. TeamSpeak Pfingo Windows Live Messenger Yahoo Messenger ...