The stream consists of frames and messages. All dates are sent in 24 hour format:  dd.MM.yy kk:mm:ss

For instance, 15.05.10 10:51:44 – May 15, 2010 at 10:51:44

Three lines are received just after the http heading:

sessionid=29101F1\n
errmsg=Error text message\n
errcode=100\n

 

Here:

Video frame or message will be received (if errcode=100) after these three lines.

Frame format:

Frame\n
size=23978\n
delay=5243\n
width=320\n
height=240\n
file.name=C:\VIDEO\13-05-10 19\1._01\n
color=1\n
frm.total=500\n
frm.id=100\n
frm.time=15.05.10 10:51:44\n
format=1\n
byte[size-4] jpegdata
byte[4]  jpegdataformat

Here:

Message format:

Msg=start\n
type=CAM\n
id=1\n
action=DISABLED\n
paramname=paramvalue\n
Msg=end\n

 

Here: