Update mjpeg.markdown (#17407)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Fabio 2021-04-25 14:09:40 +02:00 committed by GitHub
parent 5c9d872a8b
commit cb953d6722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
```