Help with IPDM241-3OI camera

Forum for questions and support relating to the 1.30.x releases only.
Locked
ZioTibia81
Posts: 6
Joined: Thu Oct 26, 2017 12:44 pm

Help with IPDM241-3OI camera

Post by ZioTibia81 »

Hi!
I'm doing some tests with a cuple of IPDM241-3OI cameras.

My sistem use ubuntu 17.10 and distribution standard build of zm.

I've tested many configurations:

Camera settings for H264 stream
  1. Method FFMPEG rtsp://admin:1111@ip/av0_0
    It works but take a lot of cpu (2 cams 70% of cpu)
  2. Method Remote RTP/RTSP - TCP
    It take a little less cpu but log many errors like:
    "8: 00 00 01 06 e5 01 15 80 zm_remote_camera_rtsp.cpp ERR Error while decoding frame 3700"
    and ZM crash after a some hours
  3. Method libvlc desn't work
Camera settings for MJPEG stream
  1. Method FFMPEG rtsp://admin:1111@ip/av0_0
    It works but take a lot of cpu (2 cams 70% of cpu)
  2. Method Remote RTP/RTSP - TCP
    It desn't work and report error:
    Error while decoding frame 0
    ERR: 256 00 00 00 00 01 ff f0 .....
  3. Method libvlc works, take a little less cpu than ffmpeg but flood syslog of entry like:
    jpeg @ 0x7f6eb4046540
    JPEG data found in image
How I can reduce cpu usage?
User avatar
iconnor
Posts: 3362
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Help with IPDM241-3OI camera

Post by iconnor »

Lower the fps in the camera, lower the resolution (in the camera) or get a more power cpu.
User avatar
iconnor
Posts: 3362
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Help with IPDM241-3OI camera

Post by iconnor »

Or pay someone lots of money to make hardware h264 decoding work.
ZioTibia81
Posts: 6
Joined: Thu Oct 26, 2017 12:44 pm

Re: Help with IPDM241-3OI camera

Post by ZioTibia81 »

I will try your first suggestion, last one is a little bit hard for me....
Locked