mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update MJPEG docs to include Blue Iris integration (#7943)
* 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
This commit is contained in:
parent
7aaca64caa
commit
ee92e2fb3f
@ -67,3 +67,15 @@ camera:
|
|||||||
still_image_url: http://IP/image.jpg
|
still_image_url: http://IP/image.jpg
|
||||||
mjpeg_url: http://IP/video/mjpg.cgi
|
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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user