Fork me on GitHub

pimatic-mjpg by Michael Kotten (michbeck100) | github | npm

pimatic-mjpg

This is a Pimatic plugin to view Motion JPEG streams.

Installation

Add the plugin to the plugin section:

{
  "plugin": "mjpg"
}

Configuration

You have to add the mjpg stream URL to your mjpg device into your config.json.

{
  "id" : "webcam",
  "class": "MjpgDevice",
  "name": "Webcam",
  "cameraUrl": "[URL from your mjpg stream]"
}

Changelog

0.0.1

  • initial release

Notes:

This plugin is based on pimatic-ipcamera. So Credits go to funky81, for the initial idea.

Plugin Config Options

mjpg plugin config options

Device Config Options

pimatic-mjpg

MjpgDevice

Plugin Properties
OptionDescriptionDefault
cameraUrl
string
URL of mjpg stream
pimatic-mjpg is written by Michael Kotten (michbeck100)