audio-streaming

Playing MMS streams within Python

I'm writing a XM desktop application (I plan on releasing the source on github when I'm finished if anyone is interested) Anyway, the one part I know very little about is how to play media within Python (I'm using PyQt for the frontend). Basically, I have a mms:// url that I need to play. I was wondering if there is a library that could ...

Getting the speaker audio signal and then streaming it out

I am trying to build what I think is a basic app. Well, two apps one for windows and one for OS X. I would like to capture the audio signal that is playing (ie if the user is playing music out his/her speakers). Then take that signal and stream it out so another computer can "listen". The other computer would be Windows or OS X. An...

Is it possible to seek to a random position in streaming audio (using Flash Media Server and Flash 9)?

I am creating an audio player that has a feature to sample a random 30-sec preview of the music for the listeners (server-side is Flash Media Server and client side is Flash 9). Can this be done in Actionscript 3 or must the samples be prepared ahead of time? ...

flash.net.NetStream is not receiving onMetaData

I have gotten a NetConnection and NetStream set up and the streaming mp3 is playing fine. The only problem is the metadata is not received even though NetStream's client has been set. Any idea what could have caused this? Code snippet: // set up NetConnection ... private function netStatusHandler(e:NetStatusEvent):void { if (e....

component or code for wave analyzer

I am searching for a component to: analyzing and comparing sound data drawing the sound histogram. Are there any guides or other suggestions on how to accomplish this? ...

getStreamLength returned by FMS is not the same as the duration of the streaming audio

My audio streaming code code calls getStreamLength on the NetConnection but I have found the stream length to not reflect the duration of the song. Is there a way to get accurate song duration? client.onMetaData is not being returned as well so I can only rely on getStreamLength for the results. ...

On iPhone, how can I use fileHandle to download a mp3 file on the fly?

I am trying to implement the AudioFileStreamSeek feature on my streaming app. But there is no way I can get this running. Even Matt Gallagher said on his blog: Icidentally, the AudioFileStreamSeek function seems completely broken. If you can't get it to work (as I couldn't) just seek to a new point in the file, set discontinuous to ...

Browser Based Streaming Video/Audio (not progressive download)

Hello, I am trying to understand conceptually the best way to deliver real streaming audio and video content. I would want it to be consumed with a web browser, utilizing the least amount of proprietary technology. I wouldn't be serving static files and using progressive download, this would be real audio streams being captured live. Ho...

Playing audio files in web page?

I trying to write web application that recieves audio files from database and play them.Do you know any open source flash audio player for that?And i am also thinking implementing in java do you suggest java or another programming language for that? ...

live streaming audio or video

Im using windows media encoder 9,windows media services 2009,windows media server 2003 for live streaming audio........how can i configure for pull method in windows media services what are all the steps should i follow for live streaming......Please give me some links to configure the windows media services.... pls help im waiting for ...

What is the best way to play MMS/RTSP streams in C#?

Is there something like libmms, librtsp or xine-lib for C#? ...

Reccomended a Free Streaming Audio Player with Playlist function

I am looking for a free basic streaming audio player (with playlist capabilities) for a personal website. I would also like to control the playlist using PHP (or some sort of scripting language). Can anyone reccomend a good free one? I've found a handful searching around but I was hoping to get some personal reccomendations before I i...

Streaming Audio FROM iPhone to Browser. Ideas?

I have seen plenty of articles and SO questions about streaming TO an iPhone app, but my question is the reverse, that is, streaming FROM an iPhone app. I have audio content in an iPhone app, that I want to stream to a browser. So the idea is that the browser can connect to a server running on the iphone. The server on the iphone will...

stream mp3 music from another server on another site

I want to create a audio streamer, which will play the latest songs. But i don't have the audio source with me, but there are many sites which offer download of mp3s for those songs. Can i plug an audio streamer, which can link to that site and stream music from there? ...

What is the best embeddable live stream podcast component I can toss into a client's website?

I am making a website for someone, and they want to be able to record, broadcast, and archive radio shows they put up. Anyone know any drop and play components that are great for this? What's the best? Thanks!! ...

JavaScript for MP3 playback

Is there a JavaScript library available that can playback an MP3 or related music file? The JavaScript would be fed the MP3 from the server and stream it back over the browser. ...

How to play MP3 streams which are received by Silverlight from WCF?

How to play MP3 streams in silverlight 3? (streams which are received by Silverlight from WCF) ...

Streaming Media Authentication in PHP

We are adding streamed media to our website using a third-party service. The basic workflow is intended to go something like this: User logs into our site User clicks a link to load a streamed podcast / video. The link points to a PHP script that verifies that this user has access to the requested resource. The php script exits and th...

Audio streaming from iPhone to a server?

How can I stream the audio recorded from iPhone to a server continuously? Am I really have to use RTP? Any other suggestions? Thanks. ...

Blackberry buffered playback demo??

Can someone help me to buffer a mp3 file on a server using the Blackberry buffered pllayback demo app provided with the jde? I hav loaded it in the simulator. And my mds is started but I m unable to play the audio. There is no error but it doesnt play/load. The code looks all fine. Thanks ...