Configuration of RTSp camera

Forum for questions and support relating to the 1.29.x releases only.
Locked
robmarkcole
Posts: 1
Joined: Mon Sep 25, 2017 5:38 pm

Configuration of RTSp camera

Post by robmarkcole »

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?
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Configuration of RTSp camera

Post by knight-of-ni »

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/
Baylink
Posts: 338
Joined: Sun Jun 19, 2005 3:19 am

Re: Configuration of RTSp camera

Post by Baylink »

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.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Configuration of RTSp camera

Post by knight-of-ni »

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 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".

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/
Baylink
Posts: 338
Joined: Sun Jun 19, 2005 3:19 am

Re: Configuration of RTSp camera

Post by Baylink »

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.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Configuration of RTSp camera

Post by knight-of-ni »

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.
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/
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Configuration of RTSp camera

Post by knight-of-ni »

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.
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/
Locked