0

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

2 Answers2

0

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

Community
  • 1
  • 1
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
0

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

See this link!

Ming Tsai
  • 197
  • 3
  • 9