I am trying to create a basic streaming system in a browser. The idea is to allow the user to transfer audio from their microphone through a browser, and then allow others to listen to this stream with their browser (desktop, mobile, etc.) and iOS / Android applications.
I started doing some tests using Red5 Server (which is a great free alternative to Flash Media Server). With this technology, I can publish a stream with RTMP (ex: rtmp://myserver/myApp ). But the problem is that I canβt find a way to read the published stream in other formats (using the HTML5 video tag, in iOS, etc.).
As I failed, my question is:
How can I allow a user to transmit their voice over the network (using flash memory or not) and then allow others to listen to this stream using lightweight technologies (HTML5) and mobile applications?
Thanks,
Hello
source share