This is a Pimatic plugin to view Motion JPEG streams.
Add the plugin to the plugin section:
{
"plugin": "mjpg"
}
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]"
}
0.0.1
- initial release
This plugin is based on pimatic-ipcamera. So Credits go to funky81, for the initial idea.