From 0e65b1034e55690cb34695079de78465ba8c6091 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 13:20:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=8E=20Enable=20streaming=20mode=20for?= =?UTF-8?q?=20Ingress=20(#286)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motioneye/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/motioneye/config.json b/motioneye/config.json index b0e4f65..07c5a81 100755 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -6,6 +6,7 @@ "url": "https://github.com/hassio-addons/addon-motioneye", "ingress": true, "ingress_port": 0, + "ingress_stream": true, "panel_icon": "mdi:cctv", "homeassistant": "0.92.0b2", "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],