Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
homebridge-camera-unifi
Advanced tools
Unifi Protect plugin for homebridge: https://github.com/nfarina/homebridge
Unifi Protect plugin for Homebridge
This plugin automatiicaly configures Camera-ffmpeg with any cameras that have RTSP enabled from your Unifi Protect controller.
config.json
and add the Unifi Protect controller.{
"platform" : "Camera-unifi",
"name" : "Unifi Protect",
"controllers": [{
"url": "https://my-cloud-key:7443/",
"username": "some-homebridge-user (create a new one just for homebridge)",
"password": "some-password"
}],
"videoConfig": {
"sourcePrefix": "-rtsp_transport http -re",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
}
FAQs
Unifi Protect plugin for homebridge: https://github.com/nfarina/homebridge
The npm package homebridge-camera-unifi receives a total of 6 weekly downloads. As such, homebridge-camera-unifi popularity was classified as not popular.
We found that homebridge-camera-unifi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.