False positive (?) error message, unable to open input

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
zerkms
Posts: 4
Joined: Wed Apr 05, 2023 6:18 am

False positive (?) error message, unable to open input

Post by zerkms »

I receive

```
Unable to open input rtsp://192.168.1.64/stream1 due to: No route to host
```

every few seconds.

It's a setup with just one camera, which works just fine: in console I can see it, and motion detection works.

From the server IP address is pretty much routable:

```
# curl -v 192.168.1.64
* Trying 192.168.1.64:80...
* Connected to 192.168.1.64 (192.168.1.64) port 80 (#0)
> GET / HTTP/1.1
> Host: 192.168.1.64
> User-Agent: curl/7.81.0
> Accept: */*
>
```

It's reported from ` zm_ffmpeg_camera.cpp 325`

Where could I dig further to stop having tens of thousands of log entries in the DB?
Post Reply