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?