Replies: 3 comments 17 replies
-
Beta Was this translation helpful? Give feedback.
-
Nein mit TLS hat das nichts zu tun bei der Node. Damit könntest Du ein Zertifikat zur Authentifzierzung nutzen. Ich sehe gerade, dass das beim zweiten Flow gar kein HTTP Node ist. Fang mal mit einem einfachen HTTP Node an und schau was in der Debug Ausgabe im Vollständigen Objekt landet, nicht nur Payload. Wegen des NPM-Problems kann ich auch nur raten. Du könntest mal das probieren, aber keine Ahnung ob das auf der CCU tut: Auf welcher Plattform bist Du denn eigentlich unterwegs? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hallo Zusammen,
seit ein paar Tagen versuche ich den Stream meiner IP Camera in Redmatic zu verarbeiten. Leider erfolglos.
Folgende URL funktioniert bei mir im Browser:
MJPEG: http://user:passwort@IP/cgi-bin/mjpg/video.cgi?channe=1&subtype=1
Snapshot: http://192.168.1.53/cgi-bin/snapshot.cgi
Folgende Flows habe ich versucht: https://flows.nodered.org/node/node-red-contrib-multipart-stream-decoder
--> debug: "empty"
--> unouthorized
Parallel dazu habe ich versucht das node-red-contrib-dahua-device Paket zu installieren. Leider mit folgender Fehlermeldung:
2021-11-20T20:31:17.925Z installieren : node-red-contrib-dahua-device 0.0.2
2021-11-20T20:31:16.153Z npm install --no-package-lock --global-style --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production [email protected]
2021-11-20T20:31:30.780Z [err] (node:8820) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
2021-11-20T20:31:30.780Z [err] (Use
node --trace-warnings ...
to show where the warning was created)2021-11-20T20:31:32.466Z [err] npm
2021-11-20T20:31:32.466Z [err] ERR! code 128
2021-11-20T20:31:32.478Z [err] npm
2021-11-20T20:31:32.478Z [err] ERR! command failed
2021-11-20T20:31:32.478Z [err] npm ERR!
2021-11-20T20:31:32.479Z [err] command git ls-remote ssh://[email protected]/inwaar/node-dahua-api.git
2021-11-20T20:31:32.479Z [err] npm
2021-11-20T20:31:32.479Z [err] ERR! Host key verification failed.
2021-11-20T20:31:32.479Z [err] npm ERR!
2021-11-20T20:31:32.479Z [err] fatal: Could not read from remote repository.
2021-11-20T20:31:32.479Z [err] npm ERR!
2021-11-20T20:31:32.479Z [err]
2021-11-20T20:31:32.479Z [err] npm ERR!
2021-11-20T20:31:32.480Z [err] Please make sure you have the correct access rights
2021-11-20T20:31:32.480Z [err] npm ERR!
2021-11-20T20:31:32.480Z [err] and the repository exists.
2021-11-20T20:31:32.531Z [err]
2021-11-20T20:31:32.532Z [err] npm ERR! A complete log of this run can be found in:
2021-11-20T20:31:32.532Z [err] npm ERR! /usr/local/addons/redmatic/var/npm-cache/_logs/2021-11-20T20_31_32_483Z-debug.log
2021-11-20T20:31:32.617Z rc=128
Hat jemand eine Idee was ich falsch mache bzw. warum das Paket nicht installierbar ist?
Danke im Voraus für eure Hilfe!
Beta Was this translation helpful? Give feedback.
All reactions