keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.68k stars 235 forks source link

[Info] Working Camera Models #52

Closed deckardstp closed 3 years ago

deckardstp commented 3 years ago

Hi,

First of all: Thanks to the author of this software! Maybe we can have a list of working camera models.

keshavdv commented 3 years ago

Let's move this to a new wiki page. Can you share the command you used for your camera so we can include that as a part of the documentation?

deckardstp commented 3 years ago

I use it with docker:

docker run -d -v /home/xxx/unifi-cam-proxy/client.pem:/client.pem  \
           keshavdv/unifi-cam-proxy   \
           unifi-cam-proxy            \
           --verbose                  \
           --ip Y.Y.Y.Y               \
           --mac AA:BB:CC:DD:EE:FF    \
           --host X.X.X.X             \
           --cert /client.pem         \
           --token xyz                \
           rtsp -s rtsp://Y.Y.Y.Y/ch0_0.h264
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.