Can't see FOSCAM FI9831P streaming in ZoneMinder

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
amberodrig
Posts: 1
Joined: Tue Apr 22, 2025 6:46 am

Can't see FOSCAM FI9831P streaming in ZoneMinder

Post by amberodrig »

Hello,
I've been working on setting up ZoneMinder to stream video from a FOSCAM FI9831P camera. I've successfully tested the camera with VLC using the following URL:
rtsp://username:password@IPADDRESS:88/videoMain.

However, I haven't been able to get this configuration to work in ZoneMinder.

Code: Select all

Source Type: Remote 
Remote Protocol: RTSP 
Remote Method: RTP/Unicast 
Remote Host Name: IPADDRESS 
Remote Host Port: 88 Remote Host 
Path: /videoMain 
Target Colorspace: 32 bits 
Capture Width: 1280 
Capture Height: 720
I always get the same errors:

Code: Select all

2015-07-23 19:53:32.002350  zmdc    9974    ERR 'zmc -m 1' exited abnormally, exit status 255   zmdc.pl 
2025-04-20 19:53:31.999636  zmc_m1  10322   FAT No RTSP sources zm_remote_camera_rtsp.cpp   155
2025-04-20 19:53:22.911336  zmc_m1  10326   ERR Unexpected response code 400, text is 'Bad Request' zm_rtsp.cpp 92
2025-04-20 19:53:22.903196  zmc_m1  10326   ERR Unexpected response code 401, text is 'Unauthorized'    zm_rtsp.cpp 92
Since I'm able to use VLC successfully, it shouldn't be a connection issue with the camera itself. I'm starting to think the problem might be a faulty Apache configuration, but I just can't figure out what it is!
mikb
Posts: 701
Joined: Mon Mar 25, 2013 12:34 pm

Re: Can't see FOSCAM FI9831P streaming in ZoneMinder

Post by mikb »

amberodrig wrote: Tue Apr 22, 2025 6:50 am

Code: Select all

 ERR Unexpected response code 401, text is 'Unauthorized'    zm_rtsp.cpp 92
Check the user name and password are correct, and just in case -- change the password temporarily to have no "controversial" characters that may cause problems, e.g. $ % * ... try to stick to upper/lower case and numbers. If that makes it work, the password has something that is upsetting things through ZM ?
Post Reply