Skip to content

Commit

Permalink
Update MJPEG docs to include Blue Iris integration (home-assistant#7943)
Browse files Browse the repository at this point in the history
* Update MJPEG docs to include Blue Iris integration

Added a second example to include a configuration for pulling Blue Iris camera feeds into Home Assistant.

* format as yaml

* Generalize username/password
  • Loading branch information
RowdyDog12 authored and ludeeus committed Dec 24, 2018
1 parent 7aaca64 commit ee92e2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/_components/camera.mjpeg.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,15 @@ camera:
still_image_url: http://IP/image.jpg
mjpeg_url: http://IP/video/mjpg.cgi
```

Example of integrating Blue Iris Cameras from a Blue Iris server.

```yaml
camera:
- platform: mjpeg
name: Livingroom Camera
mjpeg_url: http://IP:PORT/mjpg/CAMERASHORTNAME/video.mjpeg
username: BLUE_IRIS_USERNAME
password: BLUE_IRIS_PASSWORD
authentication: basic
```

0 comments on commit ee92e2f

Please sign in to comment.