keshavdv / unifi-cam-proxy

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

Command not Found #80

Closed NWalledge closed 2 years ago

NWalledge commented 3 years ago

Hi all, im trying to get this to work on my rpi 2. everything installs but when i run the unifi-cam-proxy commands it says command not found?

jkblm commented 3 years ago

Did you install unifi-cam-proxy:

pip3 install git+https://github.com/keshavdv/unifi-cam-proxy.git

Full install instructions and help:

For Public share Unifi-cam-proxy on HikVision 3B 8_20_21.pdf

NWalledge commented 3 years ago

Hi. got it to work but now the camera doesnt show. It pops up but its stuck on a black box with thr 3 loading dots

jkblm commented 3 years ago

What camera mfg and model are you using? What is the command you are using on the RBPi to start the proxy? Example: unifi-cam-proxy -H 192.168.40.237 -i 192.168.40.61 -c client.pem -t XYZQbmSUPfYYuhzNUhQ209zjH9n5cq hikvision -u admin -p admin

NWalledge commented 3 years ago

Reolink Camera and NVR. Can get 1 to work but then nothing else does.

stale[bot] commented 2 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.

ziptbm commented 2 years ago

Hi. got it to work but now the camera doesnt show. It pops up but its stuck on a black box with thr 3 loading dots

how did you resolve command not found?

republicandaddy commented 2 years ago

I'm in the same boat. No matter what I do, I get the command not found error.

I installed the cam proxy directly from the github link and my camera is a Reolink RLC-511W. I built the command using the reolink example and some web searching to find the appropriate address to use for the RTSP stream. The address works internally...

unifi-cam-proxy -H XXX.XXX.XXX.XXX -i XXX.XXX.XXX.XXX -c client.pem -t rtsp -s rtsp://MyUser:MyPassword@XXX.XXX.XXX.XXX:554//h264Preview_01_main --ffmpeg-args '-c:v copy -vbsf h264_metadata=tick_rate=60000/1001:fixed_frame_rate_flag=1" -ar 32000 -ac 2 -codec:a aac -b:a 32k'

I replaced my IP's, generated key (MY KEY), and Username and password with generic verbiage above for privacy, but the rest is verbatim I've entered.

Any help would be greatly appreciated.

stale[bot] commented 2 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.