[SOLVED] RTSP Stream will not caputred with camera LUPUS - LE221

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
tbalensiefer
Posts: 2
Joined: Tue Jun 23, 2020 9:49 am

[SOLVED] RTSP Stream will not caputred with camera LUPUS - LE221

Post by tbalensiefer »

Hello,

Zoneminder v1 34.16 is not able to capture the rtsp stream from the LUPUS - LE221 (https://www.lupus-electronics.de/shop/e ... PoE-p.html).

I receive following errors

2020-06-23 11:44:54 zmc_m2 2412 ERR Unable to open input rtsp://user:pass@192.168.178.112:554/cam/realmonitor?channel=1&
subtype=0&unicast=true&proto=Onvif due to: Invalid argument zm_ffmpeg_camera.cpp

2020-06-23 11:34:14 zmc_m2 2317 ERR Failed to prime capture of initial monitor zmc.cpp 257

VLC player and ONVIFViewer are working without problems with LUPUS LE221.

RTSP stream from AXIS P1427 IP Camera works fine.

Has someone an idea what's wrong? or what should I change in my configuration.
Thank you for you hints!

Best Regards
Thomas
Last edited by tbalensiefer on Thu Jun 25, 2020 2:18 pm, edited 1 time in total.
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: RTSP Stream will not caputred with camera LUPUS - LE221

Post by burger »

See
https://wiki.zoneminder.com/Finding_Camera_Stream_Paths

You can try source type: libVLC, if it plays in VLC.
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
f.eichentopf
Posts: 2
Joined: Wed Nov 07, 2018 4:46 am

Re: RTSP Stream will not caputred with camera LUPUS - LE221

Post by f.eichentopf »

try without any arguments like this: rtsp://user:pass@192.168.178.112:554
this works for my 9 Lupus LE334
tbalensiefer
Posts: 2
Joined: Tue Jun 23, 2020 9:49 am

Re: RTSP Stream will not caputred with camera LUPUS - LE221

Post by tbalensiefer »

Hi,

finally I found out what the reason was. My password was ending with a "?" After changing my password everything is working fine.

Thank you
Thomas
Post Reply