keshavdv / unifi-cam-proxy

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

Command not found? #42

Closed reiniertc closed 3 years ago

reiniertc commented 3 years ago

After "pip install unifi-cam-proxy"(no errors there) on my rpi3b and acquiring the certificate, I try the command line unifi-cam-proxy --host<IP> --cert client.pem --token <token> rtsp -s rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_175k.mov

Then I get unifi-cam-proxy: command not found

What am I doing wring?

Ryamonster10 commented 3 years ago

You need to add your pip directory to path

keshavdv commented 3 years ago

48 contains a pretty good guide that you might be able to use as a starting point. Closing since this isn't really an issue with the proxy itself.