mark bowden

mark bowden

  • NA
  • 5
  • 12k

Help retrieving images from Video Server C#

Mar 2 2011 1:56 PM
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:
<header><label><sep><param1><sep><param2><sep>…<paramN><term>
The output will be a stream of standard jpegs.

Can anyone help me out as to how I can code the client application in c#/winforms?

Answers (4)