mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
Update mjpeg.markdown (#17407)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
5c9d872a8b
commit
cb953d6722
@ -81,3 +81,13 @@ camera:
|
||||
password: BLUE_IRIS_PASSWORD
|
||||
authentication: basic
|
||||
```
|
||||
|
||||
Example of using a DCS-930L Wireless N Network Camera from D-Link:
|
||||
|
||||
```yaml
|
||||
camera:
|
||||
- platform: mjpeg
|
||||
name: "YOUR_FRIENDLY_NAME"
|
||||
still_image_url: "http://USER:PASSWORD@IP_CAM:PORT/image/jpeg.cgi"
|
||||
mjpeg_url: "http://USER:PASSWORD@IP_CAM:PORT/video/mjpg.cgi"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user