pimatic-mjpg

pimatic plugin to show mjpg stream

Usage no npm install needed!

<script type="module">
  import pimaticMjpg from 'https://cdn.skypack.dev/pimatic-mjpg';
</script>

README

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.