简体   繁体   English

可以使用Java小程序录制吗?

[英]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. 我正在尝试构建一个Web应用程序,该应用程序将能够在浏览器中运行,并在客户端计算机上本地执行记录和缓存。 After searching my different options for the last few weeks I came up with the possibility of using java applets. 在过去几周中搜索了不同的选项之后,我想到了使用Java小程序的可能性。 As much as you know, is it possible to record audio using Java applets? 据您所知,是否可以使用Java小程序录制音频? 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. 因此,必须对applet进行签名,这意味着用户必须故意允许其运行。 The "signed" part gives information about the publisher of the applet. “签名”部分提供有关小程序发布者的信息。

Java Signed Applet Tutorial Java签名小程序教程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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