Web page video capture

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

I. I have a video capture project, like AmCap, written in VB.NET. It
is a windows applications. Is it possible to put it into a web page?

II. Is the conversion in I complicated? Involve ActiveX or DirectShow?
Or it is not feasible?

III. Is it possible to use Windows Media Encoder to capture the video
and display it out immediately by itself or by a Windows Media Player?
Or it just uses for encoding some video into some specific formats The
video can only be displayed after the capturing is finished?

Thx!!!
 
(e-mail address removed) (ABC) wrote in
I. I have a video capture project, like AmCap, written in VB.NET. It
is a windows applications. Is it possible to put it into a web page?

If your code is lightweight, you maybe able to deploy the application as an
embedded winforms on a webpage... of course this would only really work in
an intranet environment.
 
Lucas Tam said:
(e-mail address removed) (ABC) wrote in


If your code is lightweight, you maybe able to deploy the application as an
embedded winforms on a webpage... of course this would only really work in

I really wonder to know how to do the embedding, any idea or samples?
Complicated? Thx!!
 
Hello Sir

In order to show live capture on a web page you need to have an
activeX.

For that i recommend:
1) Write anything you need in C(C++) for all direct show
functions
2) Make a DLL out of it.
3) from the DLl build an activeX
This activeX will work on the web page.

supprt from becapture.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top