Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

streaming video in vb

Status
Not open for further replies.

mexx

Member level 2
Joined
Dec 2, 2003
Messages
49
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
550
Can anyone give me an idea on how to do streaming video in VB6? I'm looking to write a server module that streams video to a client. The client can either be VB or a JAVA applet in IE.

I am also trying to develop ActiveX Control, that is embedded in IE browser. I also have a web camera attached in the PC. Via this activeX control, I want to display the streaming video (in realtime) captured by the Web Camera. Has anybody done it previously? It does not sound very hard to do. I am not sure what windows classes/functions to use. I want to stick with VB.

THANKS IN ADVANCE
 

I dont know about video streaming but you can easily send a stream of data from server to client in VB6. Use the built-in control Winsock32.DLL which provides a full TCP/IP socket connectivity interface. On the server end, configure a server on your required port, start a data sending routine and start listening. From the client end, open a connection on the server and start getting data.
 

Hi,..Thank you very much...but do you have any information about how to send that video wireless??
3:)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top