Hey everyone,
I am currently developing an app that should use the webrtc (especially getUserMedia) to grab microphone user input and then send it to a server. The idea is to eliminate the need for streaming via FMS or other using the RMTP protocol as it also limits the app to Flash. I know that webrtc is made for real time communication, but I also see the need for this feature in the future.
To my understanding webrtc/getUserMedia is not (yet) able to do what I intend to do. My question is now, if the current draft will incorporate any of these feature I would need to accomplish this as the draft isn't very clear about this. Also has anyone tried the above and ran into less problems?
Thanks
//AlexR
--