Source types NVSocket and VNC

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
User avatar
mr.graf
Posts: 15
Joined: Wed Oct 28, 2015 3:39 pm
Location: Russia

Source types NVSocket and VNC

Post by mr.graf »

Hello!
What do the source types NVSocket and VNC mean ?
There is an example of how to use them in the "source" tab ?
Thanks!
User avatar
iconnor
Posts: 2880
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Source types NVSocket and VNC

Post by iconnor »

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.
User avatar
mr.graf
Posts: 15
Joined: Wed Oct 28, 2015 3:39 pm
Location: Russia

Re: Source types NVSocket and VNC

Post by mr.graf »

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!
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: Source types NVSocket and VNC

Post by burger »

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
User avatar
mr.graf
Posts: 15
Joined: Wed Oct 28, 2015 3:39 pm
Location: Russia

Re: Source types NVSocket and VNC

Post by mr.graf »

burger wrote: Sat Jan 28, 2023 5:40 am https://wiki.zoneminder.com/LibVNC
Thank you so much! I will include this link in my translations for sure.
Post Reply