QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
322 stars 44 forks source link

Permit connect with UID at an Addr #46

Closed QuantumEntangledAndy closed 1 year ago

QuantumEntangledAndy commented 1 year ago

Should allow us to connect Local without the broadcast if we know the UID and the address

Just include both UID and Address in the config

QuantumEntangledAndy commented 1 year ago

This works by:

If given an address try TCP connection at the given address + port 9000 If a UID is given try the usual discovery methods If a UID+address is given try TCP at the given address+port900 and try local discovery at the given address + ports 2015,2018

TCP is preffered over UDP, then local discovery, remote, map and finally relay