scrounger
scrounger
Meiner Meinung nach ist lastMotion natürlich das wichtigste. Was kommt denn da sonst noch so? Evtl. url zu Bild oder stream?
> Ubuntu 20 ... cool :-D > Lxc? Das ist sozusagen Docker light oder? LXC = Linux Container. Ich hab in `/etc/nginx/sites-enabled/` neben der sepia halt noch die default. Meine...
Zur Info den http Zugriff kann man mittels firewall sperren.
Hab es jetzt hinbekommen, indem ich mein Stammzertfikat manuell importiert habe mit folgendem Befehl: `sudo keytool -import -trustcacerts -file ca.pem -alias meins -keystore /etc/ssl/certs/java/cacerts` Jetzt klappt auch der https zugriff...
`openssl s_client -connect https://10.25.1.15:8087` wird mir wie du vermutet hast der Fehler `s_client: -connect argument or target parameter malformed or ambiguous` angezeigt `openssl s_client -connect 10.25.1.15 -port 8087` zeigt das...
any news on this?
I followed your suggestion and used a simple nodejs program to test. Unfortunately this shows exactly the same behavior, after about 1 hour the ws connection no longer works. nodejs...
This works for me. But this only an example, ffmepg parameter should be optimized ``` streams: Test: - exec:ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -i "rtsp://XXXXXXX" -c:v mjpeg -q:v 1 -f...
yo have to use `port_poe_enabled` datapoint, it's a node of `*.port`, see screenshot: 
> Please rebase how i can do this? > and in future please: one PR per feature change and not combined in a single PR. Ok i will this do...