Is it possible to capture video/audio stream from web-cam in browser via js / HTML5/ ... with out Software

1.5k Views Asked by At

Is it possible to do this reliably through a browser whitout using Flash, silverlight, ActiviX, Java, any software.

2

There are 2 best solutions below

0
On

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

0
On

HTML5 is bringing us the getUserMedia method, which will allow obtaining of browser's webcam/audio directly from JavaScript.

See this link!