I have a pi setup following http://zoneminder.blogspot.co.uk/p/rasb ... amera.html and I can view the feed on an ipad app at rtsp://192.168.0.8:8554/unicast
Have followed the guide http://zoneminder.readthedocs.io/en/lat ... ht=RTSP%20 but am unable to view the feed in ZoneMinder - can someone please advise which settings I require?
Configuration of RTSp camera
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Configuration of RTSp camera
Please show screenshots of the General and Source tabs of your monitor configuration.
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: Configuration of RTSp camera
Semi-off-topic, Knnniggett: Does a Monitor Config window have enough DB/monitor context available to add a "Dump monitor config" link that opens a new window with the complete text config of the monitor for easy copying?
This seems to be the number one support question; perhaps that addition would be a good first target for me to shoot at.
This seems to be the number one support question; perhaps that addition would be a good first target for me to shoot at.
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Configuration of RTSp camera
If you simply want to create duplicate monitors on the same machine, create the first monitor, save it, select it on the web console (check box on right), then click "Clone Monitor".Baylink wrote: ↑Tue Sep 26, 2017 4:48 pm Semi-off-topic, Knnniggett: Does a Monitor Config window have enough DB/monitor context available to add a "Dump monitor config" link that opens a new window with the complete text config of the monitor for easy copying?
This seems to be the number one support question; perhaps that addition would be a good first target for me to shoot at.
If you instead want to create a new camera preset or import/export a monitor config to/from another machine, then you can use zmcamtool.pl from the command line. It will handle ptz control configs too. See zmcamtool.pl --help for more details.
Where you looking at this by chance?
https://github.com/ZoneMinder/ZoneMinder/issues/7
This isn't the same thing you described, but it has been requested. It even has a $90 bounty on it.
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: Configuration of RTSp camera
Nope, none of those things.
I was looking for a better answer to "paste in screen shots of your monitor config".
I want "see the link at the bottom of the monitor window that says "Dump Monitor Config"? Click that. Now copy all the text in the window you got, and paste it in this forum thread."
Seems like that oughtn't be that hard to implement, assuming the relevant data is in-scope at that point in the code... which it seems like it would have to be; I just don't know the codebase.
I was looking for a better answer to "paste in screen shots of your monitor config".
I want "see the link at the bottom of the monitor window that says "Dump Monitor Config"? Click that. Now copy all the text in the window you got, and paste it in this forum thread."
Seems like that oughtn't be that hard to implement, assuming the relevant data is in-scope at that point in the code... which it seems like it would have to be; I just don't know the codebase.
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Configuration of RTSp camera
Oh, I see. Check out monitor.php to see how the monitor object is set up:
https://github.com/ZoneMinder/ZoneMinde ... or.php#L54
Sounds like you will want to put that data into a new view (zoneminder lingo for a new popup window), which means you will need to create a new monitor object for the new view.
https://github.com/ZoneMinder/ZoneMinde ... or.php#L54
Sounds like you will want to put that data into a new view (zoneminder lingo for a new popup window), which means you will need to create a new monitor object for the new view.
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/
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Configuration of RTSp camera
So my apologies for derailing the original issue here.
@robmarkcole we need to see how you have programmed the fields on the General and Source tabs of your monitor to know how to get things going. I'm running two raspi's configured as rtsp cameras in zoneminder and they work great.
@robmarkcole we need to see how you have programmed the fields on the General and Source tabs of your monitor to know how to get things going. I'm running two raspi's configured as rtsp cameras in zoneminder and they work great.
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/