add mjpeg stream widget

This commit is contained in:
Ben Phelps
2023-08-06 14:21:01 +03:00
parent 15bf55952b
commit ba19f77b8f
5 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/{endpoint}",
proxyHandler: genericProxyHandler,
};
export default widget;