ZM 1.30.4 on Stretch - Pi Zero W?

Forum for questions and support relating to the 1.30.x releases only.
Locked
fatboy
Posts: 47
Joined: Wed Jul 02, 2008 11:42 am
Location: Country of Texas

ZM 1.30.4 on Stretch - Pi Zero W?

Post by fatboy »

One would think after 10 years of zoneminder, I could just get it working :oops:

I thought the blue screen of death was only in windoz :cry:

New install of everything on server side (Local Xen VM just like years before w/capturecard passthru (which is no longer being passed), (3) 3MHz CPU's, 4G memory to VM).

R Pi Zero W running on network fine (set as remote and streams to browser - this is probably over-kill but was using v4l2rtspserver as UDP streamer and missed captures, dropped packets - no fun, as well as h264_v4l2_rtspserver TCP/RTSP with kinda works but drops packets as well)

uv4l -nopreview --auto-video_nr --driver raspicam --encoding h264 --width 1024 --height 768 --framerate 20 --server-option --port=9090 --server-option --max-queued-connections=30 --server-option --max-streams=25 --server-option --max-threads=29

Set Zero as remote, source is http, simple, ip:port/stream just like browser. Messed w/settings (Ffmpeg 3.3.9) per birdcam latest post, uv4l_raspicam etc, etc, etc, chasing every error all over the interwebs.

I must be holding my mouth wrong!

Path changed to /zm/cgi-bin/nph-zms, swap is /dev/shm, Latest debugging:

01/22/19 15:52:39.635395 zmc_m1[27991].DB1-zm_logger.cpp/234 [LogOpts: level=DB1/DB1, screen=OFF, database=INF, logfile=DB1->/var/log/zm/zm_debug.log.27991, syslog=INF]
01/22/19 15:52:39.635474 zmc_m1[27991].DB1-zm_utils.cpp/269 [Detected a x86\x86-64 processor with SSE3]
01/22/19 15:52:39.635631 zmc_m1[27991].DB1-zm_monitor.cpp/2735 [Got 1 for v4l_captures_per_frame]
01/22/19 15:52:39.635777 zmc_m1[27991].DB1-zm_monitor.cpp/390 [monitor purpose=1]
01/22/19 15:52:39.635787 zmc_m1[27991].DB1-zm_monitor.cpp/398 [mem.size=117966560]
01/22/19 15:52:39.635817 zmc_m1[27991].DB1-zm_monitor.cpp/543 [Unable to map file /dev/shm/zm.mmap.1 (117966560 bytes) to locked memory, trying unlocked]
01/22/19 15:52:39.635831 zmc_m1[27991].DB1-zm_monitor.cpp/546 [Mapped file /dev/shm/zm.mmap.1 (117966560 bytes) to locked memory, unlocked]
01/22/19 15:52:39.816935 zmc_m1[27991].DB1-zm_monitor.cpp/449 [Monitor zero2 has no zones, adding one.]
01/22/19 15:52:39.817013 zmc_m1[27991].DB1-zm_zone.cpp/51 [Initialised zone 0/All - 1 - 1024x768 - Rgb:0000ff, CM:3, MnAT:15, MxAT:0, MnAP:50, MxAP:75000, FB:3x3, MnFP:50, MxFP:50000, MnBS:10, MxBS:0, MnB:0, MxB:0, OF: 0, AF: 0]
01/22/19 15:52:39.828548 zmc_m1[27991].DB1-zm_monitor.cpp/459 [Monitor zero2 has function 2]
01/22/19 15:52:39.828570 zmc_m1[27991].DB1-zm_monitor.cpp/460 [Monitor zero2 LBF = '%N - %d/%m/%y %H:%M:%S', LBX = 0, LBY = 0, LBS = 1]
01/22/19 15:52:39.828578 zmc_m1[27991].DB1-zm_monitor.cpp/461 [Monitor zero2 IBC = 50, WUC = 25, pEC = 25, PEC = 25, EAF = 1, FRI = 1000, RBP = 6, ARBP = 6, FM = 0]
01/22/19 15:52:39.828792 zmc_m1[27991].DB1-zm_zone.cpp/957 [Got 1 zones for monitor zero2]
01/22/19 15:52:39.828812 zmc_m1[27991].DB1-zm_zone.cpp/51 [Initialised zone 1/All - 1 - 1024x768 - Rgb:0000ff, CM:3, MnAT:25, MxAT:0, MnAP:23592, MxAP:589824, FB:3x3, MnFP:23592, MxFP:589824, MnBS:15728, MxBS:0, MnB:1, MxB:0, OF: 0, AF: 0]
01/22/19 15:52:39.840439 zmc_m1[27991].DB1-zm_monitor.cpp/2998 [Loaded monitor 1(zero2), 1 zones]
01/22/19 15:52:39.840460 zmc_m1[27991].INF-zmc.cpp/247 [Starting Capture version 1.30.4]
01/22/19 15:52:39.855005 zmc_m1[27991].ERR-zm_remote_camera_http.cpp/628 [Unable to read header]
01/22/19 15:52:39.856384 zmc_m1[27991].ERR-zm_remote_camera_http.cpp/1141 [Unable to get response, disconnecting]
01/22/19 15:52:39.871068 zmc_m1[27991].ERR-zm_remote_camera_http.cpp/628 [Unable to read header]
01/22/19 15:52:39.872398 zmc_m1[27991].ERR-zm_remote_camera_http.cpp/1141 [Unable to get response, disconnecting]
on and on.

Ideas anyone???
Locked