Search found 25 matches
- Wed Oct 25, 2006 10:37 am
- Forum: ZoneMinder Previous Versions
- Topic: Capture deamon stops restarting
- Replies: 1
- Views: 1654
Capture deamon stops restarting
Hi All, I have a problem that I have to restart (/ets/init.d/zm restart) at least once a day because in the morning it stops restarting: ==> /tmp/zmwatch.log <== 10/25/06 08:05:23.822265 zmwatch[5047].INF [Restarting capture daemon for Cam1, time since last capture 9 seconds (1161756323-1161756314 ...
- Mon Oct 23, 2006 9:39 am
- Forum: Hardware Queries
- Topic: Anyone Know About IP Cam: WP-IP561? Need better night perf.
- Replies: 11
- Views: 6448
- Fri Oct 20, 2006 10:00 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
- Thu Oct 19, 2006 1:06 am
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
- Wed Oct 18, 2006 11:18 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
Ok, I've came up with a good regexp: ^((?:\r?\n){0,2}?(?:--)?%s\r?\n.+?\r?\n(?:Content.+?\r?\n){0,3}(?:\r?\n)?) It's based on fact that there must be upto 3 headers that all start with 'Content' and it also tries to make the last empty line optional (workaroudn for non-compliant E-tech). This works ...
- Wed Oct 18, 2006 7:15 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
It looks like a bug in the jpeg subheaders of the camera, they miss obligatory extra \r\n...
http://www.axis.com/techsup/cam_servers ... tp_api.htm
http://www.axis.com/techsup/cam_servers ... tp_api.htm
- Wed Oct 18, 2006 6:46 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
- Wed Oct 18, 2006 3:05 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
- Wed Oct 18, 2006 2:45 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
Ah right: 10/18/06 15:49:49.137645 zmdc[27853].INF ['zmc -m 1' started at 06/10/18 15:49:49] 10/18/06 15:49:49.180849 zmdc[27368].INF ['zmc -m 1' starting at 06/10/18 15:49:49, pid = 27853] Not a JPEG file: starts with 0x43 0x6f 10/18/06 15:49:49.465609 zmdc[27368].ERR ['zmc -m 1' exited abnormally ...
- Wed Oct 18, 2006 1:08 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
OK, here is more complete debug (level 5):
http://emaps-online.com/temp/zm_complete_debug.log
I do not see any complains about the Jpegs.
http://emaps-online.com/temp/zm_complete_debug.log
I do not see any complains about the Jpegs.
- Wed Oct 18, 2006 10:38 am
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
- Tue Oct 17, 2006 4:43 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
This is what I was getting with the fix: 'HTTP/1.0 200 OK^M Cache-Control: no-cache^M Content-type: multipart/x-mixed-replace;boundary=--myboundary^M ^M '] 10/16/06 22:11:59.374581 zmc_m1[23788].DB3-zm_remote_camera.cpp/320 [Got status '200' (OK), http version 1.0] 10/16/06 22:11:59.374883 zmc_m1 ...
- Tue Oct 17, 2006 4:38 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
Well I tried another which supposed to work with both: Old code: snprintf( subheader_pattern, sizeof(subheader_pattern), "^((?:\r?\n){0,2}?(?:--)?%s\r?\n.+?\r?\n\r?\n)", content_boundary ); New code: snprintf( subheader_pattern, sizeof(subheader_pattern), "^((?:\r?\n){0,2}?(?:--)?%s\r?\n.+?\r?\n ...
- Tue Oct 17, 2006 12:23 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708
Ok the grabbed video.cgi i slocated at: http://emaps-online.com/temp/video.cgi
And the debug output is located at: http://emaps-online.com/temp/debug1%20-%20broken
Please, let me know if you need more data
Thanks!
Sergei
And the debug output is located at: http://emaps-online.com/temp/debug1%20-%20broken
Please, let me know if you need more data
Thanks!
Sergei
- Mon Oct 16, 2006 11:32 pm
- Forum: ZoneMinder Previous Versions
- Topic: Question about Content-Auth in mjpeg
- Replies: 23
- Views: 8708