I making a web application that need to record stream from the pc/mobile mic/camera using java script and html5(no flash). how i can do it?
I making a web application that need to record stream from the pc/mobile mic/camera
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two methods, getusermedia and the legacy method using an input, which is what ios6 allows:
Old way:
Current way:
These samples were copied from here. HTML5Rocks has many working samples as well.