AXIS M2026-LE Mk II 5XX error

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
chkaloon
Posts: 2
Joined: Sun Jan 24, 2021 9:02 pm

AXIS M2026-LE Mk II 5XX error

Post by chkaloon »

Trying to connect a AXIS M2026-LE Mk II camera using

rtsp://onvifuser:pw@192.168.0.76/onvif-media/media.amp?profile=profile_1_h264

Getting this in the log:

Unable to open input rtsp:///onvifuser:pw@192.168.0.76/onvif-media/media.amp?profile=profile_1_h264 due to: Server returned 5XX Server Error reply
zm_ffmpeg_camera.cpp
394

ZM version 1.34.22

Any ideas? Thanks
chkaloon
Posts: 2
Joined: Sun Jan 24, 2021 9:02 pm

Re: AXIS M2026-LE Mk II 5XX error

Post by chkaloon »

This is the error from the debug in ffmpeg: zmc_m2[15254]: WAR [zmc_m2] [method DESCRIBE failed: 503 Service Unavailable]
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: AXIS M2026-LE Mk II 5XX error

Post by burger »

(Should be posted in hardware compatibility.)

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

Try ffmpeg from terminal. Try VLC from gui. Do those work?

Sounds like the path is wrong. Are you sure that path works with ffmpeg/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
Post Reply