开发者

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

开发者 https://www.devze.com 2023-02-25 01:29 出处:网络
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 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!

0

精彩评论

暂无评论...
验证码 换一张
取 消