I figure, by the time your configuring the source of your ZoneMinder camera's, your relatively good with computers/networking.
I personally think it makes life a lot harder for poeple when you break apart full links its "catagorys".
Example:
This link works, verified via VLC.
rtsp://admin:PassWoRD@192.168.1.42:88/videoMain
Now I had to break it apart to figure out what parts to put in the following fields.
Remote Host Name = admin:PassWoRD@192.168.1.42 # No ORT# No RTSP://
Remote Host POrt = 88 # NO :
Remote Host Path = /videoMain # Make sure to start with “/”
This took me a big guessing game of do I use rtsp, do I add the : before port, or use the "/". Probably a half hour after I knew the URL worked, I had to test how to break it apart to work in ZoneMinder.
Remove 3 Part RTSP configuration.
-
- Posts: 21
- Joined: Mon Dec 07, 2015 10:37 pm
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Remove 3 Part RTSP configuration.
This sounds like you are using a source type of remote for your ip camera. Instead, use one of the ffmpeg or libvlc source types, which allows you to enter the url exactly as you described.
We are no longer maintaining the Remote RTSP source type due to lack of resources. It may even go away at some future point since ffmpeg & libvlc are far better. It is just not worth our time to re-invent the wheel.
We are no longer maintaining the Remote RTSP source type due to lack of resources. It may even go away at some future point since ffmpeg & libvlc are far better. It is just not worth our time to re-invent the wheel.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
Re: Remove 3 Part RTSP configuration.
I realize that this is an old thread, but it seems to still be relevant. I am currently using a Reolink RLC-411WS with ZoneMinder. When using an "ffmpeg" connection I see frequent image corruption and frequent devolution into a smeary multicolored mess. With a "remote" connection it seems to work perfectly. I understand deprecating the "remote" connection due to lack of resources. Can you give us any guidance on how to configure ffmpeg so that we don't have to rely on "remote" for these (probably) broken cameras?
Re: Remove 3 Part RTSP configuration.
The fix is to use TCP instead of UDP. There is a dropdown on the FFmpeg source page for this.
-
- Posts: 360
- Joined: Sun Jun 05, 2016 2:53 pm