Is it possible to do this reliably through a browser whitou开发者_JAVA技巧t using Flash, silverlight, ActiviX, Java, any software.
Is it possible to do this reliably through a browser whitout using Flash, silverlight, ActiviX, Java, any software.
Nope. If you want to work in a browser, you will need at least Flash to do this, and for Video capturing you will definitely need something corresponding on server side.
See
How does one record audio from a Javascript based webapp? (Audio related but the product is the same)
Record and encode Flash video?
HTML5 is bringing us the getUserMedia method, which will allow obtaining of browser's webcam/audio directly from JavaScript.
See this link!
精彩评论