I'm working on getting the first camera configured, a LevelOne FCS-5051 (outdoor day/night 2 megapixel).
Fresh Ubuntu 11.10 install. Hardware specs are very good.
This is the config I have set for the camera. Protocol RTSP, method RTP/unicast, host name 192.168.100.21, host port 554, path /h264, 24 bit color, width 1920, height 1080. Source type remote, function monitor, enabled checked, max FPS both set to 60, blend% the default 7.
The camera itself is set as follows
- to stream 1080p H264 video at 12fps.
- H264-1 and H264-2 GOV Length are 30, whatever that means (the default).
- Compression is set to "8192kbps, low compression, highest quality"
- It has two options unchecked by default, "enable H.264-1 CBR mode" and "enable H.264-2 CBR mode", whatever that means.
I can stream video to VLC on any machine, including the Zoneminder server, through rtsp://192.168.100.21/h264
I know the Zoneminder software is getting data streamed from the camera at 192.168.100.21 because iftop tells me so, to the tune of 500+ KB/s, which seems about right:
Code: Select all
zm-server.local:40200 => 192.168.100.21:6970 0B 0B 0B
<= 547KB 536KB 538KB
But when I try to view the video in a browser (via localhost/zm) I get a broken image using Firefox on the server itself, and a black box instead of video using a windows computer on the network (both IE and Chrome).
I tried to post a couple screenshots, but the forum complained I was being too spammy with off-site URLs.
As for the error logs ... I'm not sure what I'm looking for.
The tail of zmwatch.log says
Code: Select all
(date/time) zmwatch[2470].ERR [Shared data size conflict in shared_data for monitor Level1-Camera, expected 328, got 316]
Where do I go from here? Thank you.