Hello.
I would like to send to another program, RTSP video stream from my 1.36.x installation of zoneminder.
I couldn't find how to do it, but I found a topic where the maintainer says it's possible in this version.
viewtopic.php?f=1&t=30781&p=121554&hili ... er#p121554
Can someone please show me how it's done?
RTSP re-streaming ?
RTSP re-streaming ?
Lawrence Waclawiak
Re: RTSP re-streaming ?
Thanks for the response, I found the option and managed to use it, but it works diverse from the ZoneMinder Help.
To utilize the RTSP server is required to configure "Options" -> "Network" the "zm_min_rtsp_port" parameter that a set to 2000, who has in your Help the following text.
"The Beginng of A Port Range That Will Be Used to Offer RTSP Streaming of Live Captured Video. Each Monitor Will Use this Value Plus the ID to Stream Content. Only the Value of 2000 here Will Cause Stream for Monitor 1 to Hit Port 2001."
But I set 2 monitors and they are both accessible at port 2000, just changing the string that I put.
RTSP: //192.168.100.221: 2000 / Main_Stream1? Username = MyUser & password = MyPassword
RTSP: //192.168.100.221: 2000 / Main_Stream2? Username = MyUser & password = MyPassword
In fact for me this way is better, but it really is confused or I do not know how to interpret correctly.
To utilize the RTSP server is required to configure "Options" -> "Network" the "zm_min_rtsp_port" parameter that a set to 2000, who has in your Help the following text.
"The Beginng of A Port Range That Will Be Used to Offer RTSP Streaming of Live Captured Video. Each Monitor Will Use this Value Plus the ID to Stream Content. Only the Value of 2000 here Will Cause Stream for Monitor 1 to Hit Port 2001."
But I set 2 monitors and they are both accessible at port 2000, just changing the string that I put.
RTSP: //192.168.100.221: 2000 / Main_Stream1? Username = MyUser & password = MyPassword
RTSP: //192.168.100.221: 2000 / Main_Stream2? Username = MyUser & password = MyPassword
In fact for me this way is better, but it really is confused or I do not know how to interpret correctly.
Lawrence Waclawiak
Re: RTSP re-streaming ?
I agree the bit about the 'minimum RTSP port' doesn't work the way it is written. The point about naming the streams is to differentiate and run them all on the same port.
I don't think it's a feature that gets a lot of use. I'm glad you got it working.
I don't think it's a feature that gets a lot of use. I'm glad you got it working.
-