On Sun, Oct 18, 2015 at 5:19 PM, <[email protected]> wrote:
> I do not recommend MediaRecorder, since it is not implemented in all > Browsers. Using websockets to send frames to the server already works very > well for my prototype www.videomail.io - check it out, it is open source > and available on npm: https://github.com/binarykitchen/videomail-client That certainly is a viable alternative. I will say that MediaRecorder is coming to browsers very soon. Firefox has it. Chrome has video support for MediaRecorder, and they are actively working on audio. It is the most starred bug in all of Chrome (not just all of WebRTC -- all of Chrome). It is the hot new feature, and you could get ahead of the curve by starting to use it now. And I certainly would appreciate getting more devs using it in Firefox. -Maire -- Maire Reavy [email protected] _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

