In the connect method the sample is asking for JPEG images.
( yes/no )
If you do not ask for this in the connect request, and make sure there is no tag either you will get raw video.
http://doc.developer.milestonesys.com/html/index.html?base=reference/protocols/imageserver_request_response.html&tree=tree_3.html
Please note that the data might be encapsulated, please read about The GenericByteData format.
http://doc.developer.milestonesys.com/html/index.html?base=mipgenericbytedata/main.html&tree=tree_3.html
Thanks for your answer.
I already changed in the connect mode the alwaysstdjpeg tag.
The raw data related to the Vidoe encapsulared into the GenericByteData has been write into a file, but i can not open the file (i try whit VLC and ffplay)
Sorry for my little english.
I think you need to decode raw video, I do not think you can just write raw video data to a file.
OK.
Ther’is any example in SDK that can show me how to paly a live video in raw format? (I see the c# example but the core function to rendering the raw video are implemented inside a closed dll).
No, if you want to use raw format you must understand the complexity of it yourself or use external resources, in the MIP SDK all samples use JPEG or bitmap.