I have problem with video server Vivotek VS2403. I want to use motion jpeg to get image from cameras connected to this video server. I tried almost everything and i can't do this. My debug file looks like this:
Code: Select all
12/29/07 17:17:52.373312 zmc_m4[6183].DB4-zm_remote_camera.cpp/884 [Got content length subheader ' 19351']
12/29/07 17:17:52.373326 zmc_m4[6183].DB3-zm_remote_camera.cpp/910 [Got boundary '--myboundary']
12/29/07 17:17:52.373340 zmc_m4[6183].DB3-zm_remote_camera.cpp/916 [Got subcontent length '19351']
12/29/07 17:17:52.373355 zmc_m4[6183].DB3-zm_remote_camera.cpp/923 [Got subcontent type 'BŇÁ@5Đ']
12/29/07 17:17:52.373363 zmc_m4[6183].ERR-zm_remote_camera.cpp/955 [Found unsupported content type 'BŇÁ@5Đ']
Code: Select all
Unable to extract subheader from stream, retrying
Code: Select all
HTTP/1.0 200 OK
Content-Type: multipart/x-mixed-replace;boundary=myboundary
Server: Vivotek Video Server
Code: Select all
HTTP/1.0 200 OK
Content-Type: multipart/x-mixed-replace;boundary=--myboundary
Server: Vivotek Video Server
Date: Mon, 26 Nov 2007 01:02:52 GMT
Cache-Control: no-store
Pragma: no-cache
Content-Language: en
SID : 0
Audio Mode : None
Privilege : 127
Connection: close
P.S.
Sorry for my english, i hope that you understand everything.