thirtythreeforty / neolink

An RTSP bridge to Reolink IP cameras
https://www.thirtythreeforty.net/posts/2020/05/hacking-reolink-cameras-for-fun-and-profit/
GNU Affero General Public License v3.0
888 stars 146 forks source link

Support for a multiple cameras #309

Open nunokaneco opened 1 year ago

nunokaneco commented 1 year ago

Hello

It's possible to use multiple cameras in a same Neolink instance running in a machine?

If yes can you please let me know how?

Thank you and best regards

QuantumEntangledAndy commented 1 year ago

Yes just add extra [[cameras]] into the config

stegl commented 1 year ago

i dont want to open new issue to ask .. i found this Note: Reolink D400/B400 Cameras do not support serving both streams.....

does this mean B800 4K Ultra HD camera will work with multiple streams? thanks in advance

here is how it should look to have multiple cameras: [[cameras]] name = "cam name 1" username = "admin" password = "password" address = "192.168.1.173:9000" stream = "mainStream"

[[cameras]] name = "cam name 2" username = "admin" password = "password" address = "192.168.1.172:9000" stream = "mainStream"