Video Screen Capture in asp.net
want to make video Screen capture in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Christian PereiraPosted Sep 29, 2014, 11:10 AM
If yes, this might be possible using Multimedia DirectShow objects, but you will need to either create a custom control or use a library that has such controls and install that control at the client side. This makes some restrictions since most internet browsers don't support ActiveX and COM objects. So this will work only on some versions of MS IE, but not other common browsers like Chrome or Firefox.
Alternatively, you can create a native.NET capture application and use click-once deployment. With this approach, you only send a link to your users and they can install from that link on their machines, and capture videos directly from screen. The easiest way to create a .NET capture application is to use an sdk that has .NET multimedia controls such as LeadTools.
Vithal WadjePosted Sep 29, 2014, 11:16 AM