Connecting to a Video Server c#
I have a .exe file which listens on TCP port 12345 for a client
connection and produces a video stream that contains packets with the format:
Code:
Can anyone help me out as to how I can code the client application in c#/winforms?
Micke BlomqvistPosted Mar 4, 2011, 1:13 PM
mark bowdenPosted Mar 4, 2011, 10:03 AM
SOURCE CODE:
http://www.megaupload.com/?d=1NM2SI1T
I think the issue may lie in properly converting the bytes from the stream. The stream contains other header and footer data which needs to be ignored, but not sure how to .
mark bowdenPosted Mar 3, 2011, 9:02 AM
Micke BlomqvistPosted Mar 3, 2011, 3:30 AM
Could these articles be useful for you?
http://www.codeproject.com/KB/directx/DirXVidStrm.aspx
http://directshownet.sourceforge.net/
http://channel9.msdn.com/forums/TechOff/93476-Programatically-Using-A-Webcam-In-C/