From cb953d672239b97923d71590c2099da4ba443b9f Mon Sep 17 00:00:00 2001 From: Fabio <78273337+pagadrift85@users.noreply.github.com> Date: Sun, 25 Apr 2021 14:09:40 +0200 Subject: [PATCH] Update mjpeg.markdown (#17407) Co-authored-by: Franck Nijhof --- source/_integrations/mjpeg.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/mjpeg.markdown b/source/_integrations/mjpeg.markdown index 9497e9a2c40..f0b15cbc43d 100644 --- a/source/_integrations/mjpeg.markdown +++ b/source/_integrations/mjpeg.markdown @@ -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" +```