homebridge-ip-camera

0.0.1 • Public • Published

homebridge-ip-camera

IP camera plugin for Homebridge

Installation

  1. Install ffmpeg on your Raspberry PI3
  2. Install this plugin using: npm install -g homebridge-ip-camera
  3. Edit config.json and add the camera
  4. Run Homebridge
  5. Add extra camera accessories in Home app. The setup code is the same as homebridge.

Config.json Example

{
  "platform": "Camera-IP",
  "cameras": [
    {
      "name": "Name of the camera eg. GARAGE",
      "videoConfig": {
      	"source": "-re -i rtsp://10.0.19.10:554/Streaming/Channels/101",
      	"stillImageSource": "-i http://10.0.19.10/Streaming/channels/101/picture",
      	"maxStreams": 2,
      	"maxWidth": 1280,
      	"maxHeight": 720,
      	"maxFPS": 30
      }
    }
  ]
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-ip-camera

    Weekly Downloads

    12

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • 45clouds