Skip to content

Neolink 0.5.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 07:31
· 667 commits to master since this release
df3b369

Neolink Release 0.5.4

More discovery methods. Configure with the discovery keyword in the toml

[[cameras]]
# Usual cam config like pass etc
discovery = "Relay"

Possible values

  • Relay: connect through reolink
  • Map: connect to cameras public ip (look up ip from reolink)
  • Remote: connect to camera private ip (look up ip from reolink)
  • Local: connect only via local UDP broadcast discovery

Improve handling of errors in the BcMedia stream