Hello!
What do the source types NVSocket and VNC mean ?
There is an example of how to use them in the "source" tab ?
Thanks!
Source types NVSocket and VNC
Re: Source types NVSocket and VNC
NVSocket is specifically for working with NVIDIA Jetson (and maybe newer) boards. It takes a raw video stream from a socket from nvidia libs. If you need to use this, you can pay me to document it. I'm not going to bother otherwise.
VNC talks to a VNS server or apple rdp to record desktops. It should be pretty self explanatory.
VNC talks to a VNS server or apple rdp to record desktops. It should be pretty self explanatory.
Re: Source types NVSocket and VNC
I write documentation for Russian-speaking ZoneMinder users. And nowhere have I found a description of these parameters.
Thank you very much for the answer!
Thank you very much for the answer!
Re: Source types NVSocket and VNC
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Re: Source types NVSocket and VNC
Thank you so much! I will include this link in my translations for sure.