VLC audio Stream to web Flash Application
Posted: 28 Oct 2009 22:57
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!
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!