单击ASP.NET webform中的按钮时的视频记录用户屏幕 [英] Video record user screen on clicking a button in ASP.NET webform

查看:120
本文介绍了单击ASP.NET webform中的按钮时的视频记录用户屏幕的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi,
 
As soon as a user logs in to a website, his screen should automatically be video recorded. This should happen without the user having to click any button or seeing any application screen that captures screen. When he logs out or closes the webpage or browser, recording should stop and the video file should be saved on the server. 
   I went through many forums and got to know that using ASP.Net it is not possible to capture screen. ActiveX control should be written which should be called in the webform. I got a winforms application to record screen and save it at a particular location. But, how do I convert it to ActiveX control and invoke the control in a ASP.Net webform as per my requirement?

What I have tried:

I created a ActiveX control with two buttons and added the ActiveX control to the website. Added two buttons to the webform and on clicking the buttons wrote a javascript which would simply call click event of the buttons in ActiveX control. Nothing happened. I am creating ActiveX for the first time. In my website I want the ActiveX button click events to be automatically called without user having to do anything. 
  We are adding this feature to montior employee screen. In case employee is taking long to complete a priority task manager could later check the video to know if he was really working or not.

推荐答案

是的,考虑一下你想做什么只需一秒钟。



如果可行,有多少网站(道德或其他)会争抢用这个?他们中的很多人!



这对安全的影响是惊人的。



另外,考虑一下使用该网站的用户数量以及所有该视频的存储要求。这将是巨大的。



哦,浏览器不再支持ActiveX了。唯一的浏览器是IE和Firefox。由于安全问题,两者都放弃了对它的支持。



你不能这样做。如果可以的话,并且用户发现你正在这样做,你的网站将在未来几周内成为鬼城。
Yeah, think about what you're trying to do for just one second.

If this was possible, how many web sites (ethical or otherwise) would be scrambling to use this? A LOT of them!

The security implications of this are staggering.

Also, think about the number of users using the site and the storage requirements for all that video. It would be HUGE.

Oh, and browsers don't support ActiveX any more. The only browsers that did were IE and Firefox. Both have dropped support for it because of security concerns.

You cannot do this. If you could, and users found out you were doing this, your site would be a ghost town within the next few weeks.


这篇关于单击ASP.NET webform中的按钮时的视频记录用户屏幕的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆