Currently I am working on a asp.net web application. I like to record a video file from remote client machine's webcam(from browser) to the server machine (where IIS is running).

I couls see an example of video recording for windows application in www.codeproject.com using the directX.

Is it possible to develop the same in asp.net web application...?

Or any good third party vendors to provide those support or components to integrate video recording...?

Thanks in Advance...