Unifi NVR-compatible camera proxy
Project description
UniFi Camera Proxy
About
This enables using non-Ubiquiti cameras within the UniFi NVR software. This is particularly useful to view existing RTSP-enabled cameras in the same UI and mobile app.
Things that work:
- Live stream
- Full-time recording
Things that don't work:
- Motion detection
Installation
Dependencies:
- ffmpeg and netcat must be installed
- Python2.7 only
Usage
In order to use this, you must own at least one UniFi camera in order to obtain a valid client certificate (Found at /var/etc/persistent/server.pem via SSH).
pip install unifi-cam-proxy
scp ubnt@<your-unifi-cam>:/var/etc/persistent/server.pem client.pem
# RTSP stream
unifi-cam-proxy --host <NVR IP> --cert client.pem --token <Adoption token> rtsp -s rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_175k.mov
Hikvision PTZ (Hikvision DS-2DE3304W-DE):
unifi-cam-proxy -H <NVR IP> -i <camera IP> -c client.pem -t <Adoption token> hikvision -u <username> -p <password>
Multiple Cameras
To deploy multiple cameras, run multiple instances of the proxy, taking care to specify different MAC addressess:
unifi-cam-proxy --host <NVR IP> --mac 'AA:BB:CC:00:11:22' --cert client.pem --token <Adoption token> rtsp -s rtsp://camera1
unifi-cam-proxy --host <NVR IP> --mac 'AA:BB:CC:33:44:55' --cert client.pem --token <Adoption token> rtsp -s rtsp://camera2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file unifi-cam-proxy-0.0.4.tar.gz.
File metadata
- Download URL: unifi-cam-proxy-0.0.4.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbaa0fa8a0fbeb0e08863a5eebeb2d73b527fb5583af0230d7218da7a235214b
|
|
| MD5 |
6524fa01a35b57aede14f9d57100f5d3
|
|
| BLAKE2b-256 |
6049f20d71b9318c1b7cf3982c83205a8debb2b7fad22e2e30f7c7cb490652af
|