Page 1 of 1

VLC audio Stream to web Flash Application

Posted: 28 Oct 2009 22:57
by kevin8161
Hello!

I am working on a project that record multiple audio sessions into mp3 files. Then I need to stream these live audio files (files that are being recorded in real time). I can't not stream directly from sound device like mic for scalability reason.

Then I need the online user(web browser) to receive the stream. I can make it work with VLC streaming server and VLC's mozilla plug-in on the browser side. But it would be much better to use flash to receive VLC's audio stream as flash is widely installed.

So how do you receive a audio stream over http in Flash ? No the SoundObject in Flash won't do the trick. It plays mp3 file directly and it can't continue to read the file as being recorded in real time.


There is a similar thread but there is no solution posted:
viewtopic.php?f=4&t=59619&p=223534#p223534

Thanks in advance!

Re: VLC audio Stream to web Flash Application

Posted: 29 Oct 2009 23:02
by kdh
ive got a pretty step by step how-to here.

viewtopic.php?f=4&t=60947

all the vlc commands needed are in it. read the very first post in that thread.

the only thing i don't include in my post is the automation perl code that i wrote because its highly intergrated in my website.