简体   繁体   中英

Is recording possible using java applets?

I am trying to build a web app that will be able to run in browser and perform recording and caching locally on the client's computer. After searching my different options for the last few weeks I came up with the possibility of using java applets. As much as you know, is it possible to record audio using Java applets? How strict are the security issues in this environment?

Yes, it is possible, but only from a "signed" applet. It is strict in that regard because an applet could otherwise be spying on a user without their knowledge. Therefore the applet has to be signed, meaning that the user has to deliberately allow it to run. The "signed" part gives information about the publisher of the applet.

Java Signed Applet Tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM