Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter onvif camera v1.x.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

Test Adapter onvif camera v1.x.x

Geplant Angeheftet Gesperrt Verschoben Tester
341 Beiträge 48 Kommentatoren 94.5k Aufrufe 49 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T tombox

    Hi ich habe ein neuen Adapter für ONVIF Kameras geschrieben, da die bisherigen Adapter nicht mehr gewartet werden und ich kein snapshot bei meiner Kamera erhalten habe.

    Zum Installieren:
    https://github.com/iobroker-community-adapters/ioBroker.onvif

    Für die aktuelle Version bitte das latest Repo auswählen:

    2d049982-5353-4202-a33f-996f344bd4ae-image.png

    Kameras hinzufügen

    Discovery:

    Bei jedem Adapterstart wird mit dem in der Einstellungen eingetragen Benutzername und Passwort eine Discovery durchgeführt und versuch sich in die Kamera einzuloggen. Falls die Kamera noch nicht unter Objekte hinzugefügt wurde.

    In den Einstellungen kann man die Discovery manuell ausführen. Falls die Kameras unterschiedliche Zugangsdaten haben müssen die jeweils eingegeben werden und eine discovery durchgeführt werden. Im Log sieht man Details zu dem Prozess.

    Damit eine Kamera neu erkannt wird muss sie einfach unter Objekte gelöscht werden.

    Manuelle Suche

    Es können Kameras manuell gesucht werden, falls Discovery nicht funktioniert. Dazu muss eine IP Range und Ports eingegeben und manuell ausgeführt werden. Im Log sieht man Details zu dem Prozess.

    Datenpunkte

    onvif.0.IP_PORT.events Events der Kamera wie z.b. Bewegungserkennung

    onvif.0.IP_PORT.general Generelle Information über die Kameras

    onvif.0.IP_PORT.infos Informationen über die Kamera werden nur bei Adapterstart aktualisiert oder bei remote.refresh

    Video und Snapshot URL:
    onvif.0.IP_PORT.infos.streamUris.MediaProfile_Channel1_MainStream.snapshotUrl.uri

    onvif.0.IP_PORT.remote Steuerung der Kamera

    onvif.0.IP_PORT.remote.refresh Aktualisierung der Infodaten

    onvif.0.IP_PORT.remote.gotoHomePosition PTZ Kamera in die HomePosition setzen

    onvif.0.IP_PORT.remote.gotoPreset PTZ Kamera Preset Nummer auswählen

    onvif.0.IP_PORT.remote.snapshot Speichert ein snapshot unter onvif.0.IP_PORT.snapshot

    Message

    Adapter nimmt Message "snapshot" entgegen und gibt ein Bild zurück

    sendTo("onvif.0", "snapshot", "192_168_178_100_80", (result) => {
      if (result) {
        sendTo("telegram.0", {
          text: result,
          type: "photo",
          caption: "Kamera 2",
        });
      }
    });
    

    Bewegungsmeldung zu Telegram

    on("onvif.0.192_168_178_100_80.events.RuleEngine/CellMotionDetector/Motion", (obj) => {
      if (obj.state.val === true) {
        sendTo("onvif.0", "snapshot", "192_168_178_100_80", (result) => {
          if (result) {
            sendTo("telegram.0", {
              text: result,
              type: "photo",
              caption: "Camera 2",
            });
          }
        });
      }
    });
    

    Snapshot Server in vis einbinden

    Der Adapter bietet ein Snapshot Server ohne Passwort an. Dazu Server aktivieren in den Instanzeinstellungen und dann kann der aktuelle Snapshot http://iobrokerIp:8095/CAMERAIP_PORT z.B. http://192.168.0.1:8095/192_168_0_1_80 abgerufen werden.

    In der Vis ein Image Widget einfügen und die Url als Quelle angeben und eine Updatezeit auswählen

    c59c6c74-01c1-4472-84c9-cc477d49a75c-image.png

    Stream in vis einbinden

    go2rtsp Docker

    Ein Stream wird normalerweise via rtsp stream bereitgestellt. Eine Umwandlung via motion eye ist sehr resourcen aufwändig und hat ein Verzögerng. Ein Umwandlung in webrtc ist schneller und resourcenschonender. Meine Empfehlung ist ein go2rtsp. Dazu muss ein Docker von alexxit/go2rtc erstellt werden.
    https://hub.docker.com/r/alexxit/go2rtc

    Oder go2rtc lokal zu installieren:
    https://www.youtube.com/watch?v=4VEEpRYerZg
    https://forum.iobroker.net/post/1031526

     image: alexxit/go2rtc
        network_mode: host       # important for WebRTC, HomeKit, UDP cameras
        privileged: true         # only for FFmpeg hardware transcoding
        restart: unless-stopped  # autorestart on fail or config change from WebUI
        environment:
          - TZ=Europe/Berlin  # timezone in logs
        volumes:
          - "~/go2rtc:/config"   # folder for go2rtc.yaml file (edit from WebUI)
    

    Es muss ein Volume für den Pfad /config und das network als host eingestellt werden.

    Dann ist go2rtsp erreichbar über

    http://IP:1984
    

    Dann kann man ein Stream hinzufügen. Die Stream url findet man z.B. unter
    onvif.0.IP_PORT.infos.streamUris.ProfileName.live_stream_tcp.uri

    6c837e18-5f5d-4b92-94df-b752208f139b-image.png

    Stream als iFrame einfügen

    Das Widget iFrame in der Vis hinzufügen und als Quelle den stream link von go2rtsp verwenden

    http://192.168.178.1:1984/stream.html?src=camera&mode=webrtc

    Unter links kann noch die Art des Players ausgewählt werden (Mikrofon)

    Rtsp2Web Docker

    Eine Alternative ist ein RTSPtoWeb Docker. Dies ist aber von der Einrichtun komplizierter.
    Dazu muss ein Docker von ghcr.io/deepch/rtsptoweb:latest erstellt werden.

    docker run --name rtsp-to-web -v /YOURPATHFORCONFIG:/config --network host ghcr.io/deepch/rtsptoweb:latest
    

    Es muss ein Volume für den Pfad /config und das network als host eingestellt werden.

    Dann ist rtsptoweb erreichbar über

    http://IP:8083
    

    Dann kann man ein Stream hinzufügen. Die Stream url findet man z.B. unter
    onvif.0.IP_PORT.infos.streamUris.ProfileName.live_stream_tcp.uri

    <img src="addstream.png" height="600">

    Danach benötigen wir die Stream Id. Dafür Stream Edit und in der URL die Id rauskopieren

    http://192.168.178.2:8083/pages/stream/edit/ddbdb583-9f80-4b61-bafa-613aa7a5daa5

    Einzelnen Stream in der Vis einfügen

    Dann in der vis ein HTML Objekt auswählen. Dann im Widget unter HTML den rtsp2web server mit stream id eintragen:

    <img src="html.png" height="150">

    Wenn mehrere Stream hinzugefügt werden soll muss webrtc-url und webrtc-video in html und skript mit einer neuen id ersetzt werden z.B. webrtc-url2 und webrtc-video2

    <input
      type="hidden"
      name="webrtc-url"
      id="webrtc-url"
      value="http://192.168.0.2:8083/stream/ddbdb583-9f80-4b61-bafa-613aa7a5daa5/channel/0/webrtc"
    />
    
    <video id="webrtc-video" autoplay muted playsinline controls style="max-width: 100%; max-height: 100%;"></video>
    

    In dem Widget unter Skripte dieses Skript hinzufügen:

    setTimeout(function () {
      function startPlay(videoEl, url) {
        const webrtc = new RTCPeerConnection({
          iceServers: [
            {
              urls: ["stun:stun.l.google.com:19302"],
            },
          ],
          sdpSemantics: "unified-plan",
        });
        webrtc.ontrack = function (event) {
          console.log(event.streams.length + " track is delivered");
          videoEl.srcObject = event.streams[0];
          videoEl.play();
        };
        webrtc.addTransceiver("video", { direction: "sendrecv" });
        webrtc.onnegotiationneeded = async function handleNegotiationNeeded() {
          const offer = await webrtc.createOffer();
    
          await webrtc.setLocalDescription(offer);
    
          fetch(url, {
            method: "POST",
            body: new URLSearchParams({ data: btoa(webrtc.localDescription.sdp) }),
          })
            .then((response) => response.text())
            .then((data) => {
              try {
                webrtc.setRemoteDescription(new RTCSessionDescription({ type: "answer", sdp: atob(data) }));
              } catch (e) {
                console.warn(e);
              }
            });
        };
    
        const webrtcSendChannel = webrtc.createDataChannel("rtsptowebSendChannel");
        webrtcSendChannel.onopen = (event) => {
          console.log(`${webrtcSendChannel.label} has opened`);
          webrtcSendChannel.send("ping");
        };
        webrtcSendChannel.onclose = (_event) => {
          console.log(`${webrtcSendChannel.label} has closed`);
          startPlay(videoEl, url);
        };
        webrtcSendChannel.onmessage = (event) => console.log(event.data);
      }
    
      const videoEl = document.querySelector("#webrtc-video");
      const webrtcUrl = document.querySelector("#webrtc-url").value;
    
      startPlay(videoEl, webrtcUrl);
    }, 1000);
    

    <img src="widgetskript.png" height="200">

    Alle Streams als iFrame

    Alternativ könnte man auch den Kamera Overview als Iframe einfügen:
    Das Widget iFrame hinzufügen und als Quelle den rtsp2web Server eintragen:

    http://192.168.0.2:8083/pages/multiview/full?controls

    FFMpeg Unterstützung

    Wenn die Kamera keine Snapshot Unterstützng hat wird mit ffmpeg ein snapshot aus dem rtsp stream erzeugt.

    Snapshot Server in vis einbinden

    Der Adapter bietet ein Snapshot Server ohne Passwort an. Dazu Server aktivieren in den Instanzeinstellungen und dann kann der aktuelle Snapshot http://iobrokerIp:8095/CAMERAIP_PORT z.B. http://192.168.0.1:8095/192_168_0_1_80 abgerufen werden.

    In der Vis ein Image Widget einfügen und die Url als Quelle angeben und eine Updatezeit auswählen

    Snapshot in vis einbinden

    Wenn möglich die snapshotUri verwenden z.B.
    onvif.0.IP_PORT.infos.streamUris.MediaProfile_Channel1_MainStream.snapshotUrl.uri

    Den Datenpunkt nicht als Stream verwenden, da sonst die Festplatte zu hohe Last hat.

    Den Datenpunkt aktualisieren via t onvif.0.IP_PORT.remote.snapshot

    Den Datenpunkt onvif.0.IP_PORT.snapshot ein String img src element zuordnen
    8c6904b2-e6b0-4489-bf83-0aef733cd86a-image.png

    Oder als Alternative falls String img src nicht funktioniert
    Den Datenpunkt onvif.0.IP_PORT.snapshot als HTML element in die vis einfügen mit folgendem Inhalt

    <img src="{onvif.0.IP_PORT.snapshot}" width="500px" />
    

    e09e2094-73ce-40c4-b966-6be58108c6f3-image.pnghttps://forum.iobroker.net/assets/uploads/files/1679400558520-37e68385-d60b-495f-b443-09fe53242663-grafik.png

    CybyC Offline
    CybyC Offline
    Cyby
    schrieb am zuletzt editiert von
    #201

    @tombox Erstmal super arbeit.
    Ich konnte den onvif adapter erfolgreich im IOBroker aktivieren und finde auch die Kamera.
    Ich habe eine Hikam A9 Kamera verbunden und würde nun gerne die Events näher verstehen.
    Heißt: Wenn eine Bewebung per OnVif als Event erkannt wird, soll eine andere IoBroker Variable den Status true erhalten.
    Per MotionEye ist gerade die Nachterkennung eher "mäßig" mit der Normalen HiKam app funktioniert aber die personen erkennung und auch der Nachtmodus richtig gut.
    Kannst du mir erklären, wie genau ich die Events tiefer auswerten kann? Speziell: Bewegung erkannt?
    Im Forum hatte ich dazu leider nix gefunden.
    Danke

    T 1 Antwort Letzte Antwort
    0
    • T tombox

      @mars schick mal ein log über 1h per mail zu
      tombox2020@gmail.com

      B Offline
      B Offline
      bommel_030
      schrieb am zuletzt editiert von
      #202

      @tombox
      Ich hab wie in deiner Anleitung beschrieben RSTPtoWEB installiert und den Livestream im HTML Widget eingebunden.
      Wenn ich die einzelne VIS-Seite in der Runtime öffne klappt das auch wunderbar. Oben die "Multiview" unten die "Single View" im HTMl Widget mit Skript.
      d676a0f6-7134-43ae-9d46-5aa05a856b99-image.png
      Wenn ich das ganze über meine reguläre VIS mit View in Widget aufrufe bleibt das HTML Widget leer, bzw. es werden nur die Player Tasten (ohne Funktion) angezeigt.
      76c30c20-5d1f-4d69-9894-ad8c10fbebca-image.png
      In der Browserkonsole wird auch kein Fehler angemeckert. Hast du eine Idee woran das liegen könnte?

      T 1 Antwort Letzte Antwort
      0
      • CybyC Cyby

        @tombox Erstmal super arbeit.
        Ich konnte den onvif adapter erfolgreich im IOBroker aktivieren und finde auch die Kamera.
        Ich habe eine Hikam A9 Kamera verbunden und würde nun gerne die Events näher verstehen.
        Heißt: Wenn eine Bewebung per OnVif als Event erkannt wird, soll eine andere IoBroker Variable den Status true erhalten.
        Per MotionEye ist gerade die Nachterkennung eher "mäßig" mit der Normalen HiKam app funktioniert aber die personen erkennung und auch der Nachtmodus richtig gut.
        Kannst du mir erklären, wie genau ich die Events tiefer auswerten kann? Speziell: Bewegung erkannt?
        Im Forum hatte ich dazu leider nix gefunden.
        Danke

        T Offline
        T Offline
        tombox
        schrieb am zuletzt editiert von
        #203

        @cyby einfach schauen wie die events Objekte aufgebaut sind und ein Objekt wird bei event auf true gesetzt

        1 Antwort Letzte Antwort
        0
        • B bommel_030

          @tombox
          Ich hab wie in deiner Anleitung beschrieben RSTPtoWEB installiert und den Livestream im HTML Widget eingebunden.
          Wenn ich die einzelne VIS-Seite in der Runtime öffne klappt das auch wunderbar. Oben die "Multiview" unten die "Single View" im HTMl Widget mit Skript.
          d676a0f6-7134-43ae-9d46-5aa05a856b99-image.png
          Wenn ich das ganze über meine reguläre VIS mit View in Widget aufrufe bleibt das HTML Widget leer, bzw. es werden nur die Player Tasten (ohne Funktion) angezeigt.
          76c30c20-5d1f-4d69-9894-ad8c10fbebca-image.png
          In der Browserkonsole wird auch kein Fehler angemeckert. Hast du eine Idee woran das liegen könnte?

          T Offline
          T Offline
          tombox
          schrieb am zuletzt editiert von
          #204

          @bommel_030 mmh eigentlich nicht müsste eigentlich was im log sein wenn du die streams einzeln hinzufügst geht das?

          B 1 Antwort Letzte Antwort
          0
          • T tombox

            @bommel_030 mmh eigentlich nicht müsste eigentlich was im log sein wenn du die streams einzeln hinzufügst geht das?

            B Offline
            B Offline
            bommel_030
            schrieb am zuletzt editiert von
            #205

            @tombox
            Sorry schon mal für den Screenshot... Wenn ich eine Seite nur mit dem HTML Stream anlege (im View in Widget) geht es leider auch nicht.
            Das sind die Fehler die in der Konsole kommen. Bis auf den markierten kommen die auch bei der "Einzelseite" mit den 2 Streams und dem Snapshot.

              const webrtcUrl = document.querySelector("#webrtc-url").value;
            

            Da kann ich aber keinen Fehler erkennen/verstehen.

            3441ce18-393a-41f7-85ef-7c8daf19430e-image.png

            T 1 Antwort Letzte Antwort
            0
            • B bommel_030

              @tombox
              Sorry schon mal für den Screenshot... Wenn ich eine Seite nur mit dem HTML Stream anlege (im View in Widget) geht es leider auch nicht.
              Das sind die Fehler die in der Konsole kommen. Bis auf den markierten kommen die auch bei der "Einzelseite" mit den 2 Streams und dem Snapshot.

                const webrtcUrl = document.querySelector("#webrtc-url").value;
              

              Da kann ich aber keinen Fehler erkennen/verstehen.

              3441ce18-393a-41f7-85ef-7c8daf19430e-image.png

              T Offline
              T Offline
              tombox
              schrieb am zuletzt editiert von
              #206

              @bommel_030 in der vis gibt es nicht ds Objekt mit id webrtc-url hast du ein html mit Objekt
              <input
              type="hidden"
              name="webrtc-url"
              id="webrtc-url" ....

              angelegt

              B 1 Antwort Letzte Antwort
              0
              • T tombox

                @bommel_030 in der vis gibt es nicht ds Objekt mit id webrtc-url hast du ein html mit Objekt
                <input
                type="hidden"
                name="webrtc-url"
                id="webrtc-url" ....

                angelegt

                B Offline
                B Offline
                bommel_030
                schrieb am zuletzt editiert von
                #207

                @tombox
                Ich hab ein Basic HTML Widget und dort diesen Inhalt.

                <input
                  type="hidden"
                  name="webrtc-url"
                  id="webrtc-url"
                  value="http://192.168.10.99:8083/stream/27aec28e-6181-4753-9acd-0456a75f0289/channel/0/webrtc"
                />
                
                <video id="webrtc-video" autoplay muted playsinline controls style="max-width: 100%; max-height: 100%;"></video>
                
                T 1 Antwort Letzte Antwort
                0
                • B bommel_030

                  @tombox
                  Ich hab ein Basic HTML Widget und dort diesen Inhalt.

                  <input
                    type="hidden"
                    name="webrtc-url"
                    id="webrtc-url"
                    value="http://192.168.10.99:8083/stream/27aec28e-6181-4753-9acd-0456a75f0289/channel/0/webrtc"
                  />
                  
                  <video id="webrtc-video" autoplay muted playsinline controls style="max-width: 100%; max-height: 100%;"></video>
                  
                  T Offline
                  T Offline
                  tombox
                  schrieb am zuletzt editiert von
                  #208

                  @bommel_030

                  }, 1000);

                  vielleicht mal auf }, 5000); erhöhen

                  B 1 Antwort Letzte Antwort
                  0
                  • T tombox

                    @bommel_030

                    }, 1000);

                    vielleicht mal auf }, 5000); erhöhen

                    B Offline
                    B Offline
                    bommel_030
                    schrieb am zuletzt editiert von
                    #209

                    @tombox
                    Danke, ab 15000 geht es.

                    1 Antwort Letzte Antwort
                    0
                    • K Offline
                      K Offline
                      Knusterus
                      schrieb am zuletzt editiert von
                      #210

                      hallo zusammen
                      Ich habe eine Ctronics Camera bei mir im Eingangsbereich und möchte das Bild in vis einbinden.
                      Ich habe die Snapshot Ip direkt in ein I-Frame eingebunden. Bild sehe ich nachdem ich benutzer und Paswort eingegeben habe.
                      Sobald ich die IP mit Benutzer und Passwort eingebe ,kommt kein Bild mehr.
                      Jetzt habe ich den Onvif Adapter installiert ,Kamera wurde gefunden, Server habe ich gestartet ,die Adressse in das HTML Widget eingegeben.. Bild sehe ich leider nur manchmal sonst kommt im log folgende Fehlermeldung.

                      	Error getting snapshot via digest: {"data":{"type":"Buffer","data":[60,104,116,109,108,62,13,10,60,104,101,97,100,62,13,10,60,116,105,116,108,101,62,76,111,103,105,110,60,47,116,105,116,108,101,62,13,10,60,109,101,116,97,32,99,111,110,116,101,110,116,61,34,116,101,120,116,47,104,116,109,108,34,59,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,32,104,116,116,112,45,101,113,117,105,118,61,34,99,111,110,116,101,110,116,45,116,121,112,101,34,62,13,10,60,77,69,84,65,32,72,84,84,80,45,69,81,85,73,86,61,34,67,111,110,116,101,110,116,45,83,99,114,105,112,116,45,84,121,112,101,34,32,67,79,78,84,69,78,84,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,13,10,60,77,69,84,65,32,104,116,116,112,45,101,113,117,105,118,61,34,80,114,97,103,109,97,34,32,67,79,78,84,69,78,84,61,34,110,111,45,99,97,99,104,101,34,62,13,10,60,77,69,84,65,32,72,84,84,80,45,69,81,85,73,86,61,34,67,97,99,104,101,45,67,111,110,116,114,111,108,34,32,67,79,78,84,69,78,84,61,34,110,111,45,99,97,99,104,101,34,62,13,10,60,109,101,116,97,32,72,84,84,80,45,69,81,85,73,86,61,34,69,120,112,105,114,101,115,34,32,67,79,78,84,69,78,84,61,34,83,117,110,44,32,49,50,32,78,111,118,32,50,48,50,51,32,49,49,58,53,50,58,48,52,32,71,77,84,34,62,13,10,60,47,104,101,97,100,62,13,10,60,98,111,100,121,62,13,10,69,114,114,111,114,58,32,117,115,101,114,110,97,109,101,32,111,114,32,112,97,115,115,119,111,114,100,32,101,114,114,111,114,44,112,108,101,97,115,101,32,105,110,112,117,116,32,97,103,97,105,110,46,13,10,60,47,98,111,100,121,62,13,10,60,47,104,116,109,108,62,13,10]},"status":401,"statusCode":401,"statusText":"Unauthorized","headers":{"date":"Sun, 12 Nov 2023 11:52:04 GMT","last-modified":"Sun, 12 Nov 2023 11:52:04 GMT","connection":"close","cache-control":"no-cache,no-store","www-authenticate":"Basic realm=\"\""},"url":"http://192.168.178.43/tmpfs/auto.jpg","redirected":false,"requestUrls":["http://192.168.178.43/tmpfs/auto.jpg"],"res":{"status":401,"statusCode":401,"statusText":"Unauthorized","headers":{"date":"Sun, 12 Nov 2023 11:52:04 GMT","last-modified":"Sun, 12 Nov 2023 11:52:04 GMT","connection":"close","cache-control":"no-cache,no-store","www-authenticate":"Basic realm=\"\""},"size":0,"aborted":false,"rt":9.597,"keepAliveSocket":true,"requestUrls":["http://192.168.178.43/tmpfs/auto.jpg"],"timing":{"queuing":0.271,"connected":3.328,"requestHeadersSent":3.486,"requestSent":3.628,"waiting":8.596,"contentDownload":9.07},"socket":{"id":40,"localAddress":"192.168.178.38","localPort":36596,"remoteAddress":"192.168.178.43","remotePort":80,"remoteFamily":"IPv4","bytesWritten":143,"bytesRead":635,"handledRequests":1,"handledResponses":1,"connectedTime":"2023-11-12T11:52:05.104Z"},"retries":0,"socketErrorRetries":0}}
                      

                      Was mache ich falsch?
                      Danke
                      Knusterus

                      T 1 Antwort Letzte Antwort
                      0
                      • K Knusterus

                        hallo zusammen
                        Ich habe eine Ctronics Camera bei mir im Eingangsbereich und möchte das Bild in vis einbinden.
                        Ich habe die Snapshot Ip direkt in ein I-Frame eingebunden. Bild sehe ich nachdem ich benutzer und Paswort eingegeben habe.
                        Sobald ich die IP mit Benutzer und Passwort eingebe ,kommt kein Bild mehr.
                        Jetzt habe ich den Onvif Adapter installiert ,Kamera wurde gefunden, Server habe ich gestartet ,die Adressse in das HTML Widget eingegeben.. Bild sehe ich leider nur manchmal sonst kommt im log folgende Fehlermeldung.

                        	Error getting snapshot via digest: {"data":{"type":"Buffer","data":[60,104,116,109,108,62,13,10,60,104,101,97,100,62,13,10,60,116,105,116,108,101,62,76,111,103,105,110,60,47,116,105,116,108,101,62,13,10,60,109,101,116,97,32,99,111,110,116,101,110,116,61,34,116,101,120,116,47,104,116,109,108,34,59,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,32,104,116,116,112,45,101,113,117,105,118,61,34,99,111,110,116,101,110,116,45,116,121,112,101,34,62,13,10,60,77,69,84,65,32,72,84,84,80,45,69,81,85,73,86,61,34,67,111,110,116,101,110,116,45,83,99,114,105,112,116,45,84,121,112,101,34,32,67,79,78,84,69,78,84,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,13,10,60,77,69,84,65,32,104,116,116,112,45,101,113,117,105,118,61,34,80,114,97,103,109,97,34,32,67,79,78,84,69,78,84,61,34,110,111,45,99,97,99,104,101,34,62,13,10,60,77,69,84,65,32,72,84,84,80,45,69,81,85,73,86,61,34,67,97,99,104,101,45,67,111,110,116,114,111,108,34,32,67,79,78,84,69,78,84,61,34,110,111,45,99,97,99,104,101,34,62,13,10,60,109,101,116,97,32,72,84,84,80,45,69,81,85,73,86,61,34,69,120,112,105,114,101,115,34,32,67,79,78,84,69,78,84,61,34,83,117,110,44,32,49,50,32,78,111,118,32,50,48,50,51,32,49,49,58,53,50,58,48,52,32,71,77,84,34,62,13,10,60,47,104,101,97,100,62,13,10,60,98,111,100,121,62,13,10,69,114,114,111,114,58,32,117,115,101,114,110,97,109,101,32,111,114,32,112,97,115,115,119,111,114,100,32,101,114,114,111,114,44,112,108,101,97,115,101,32,105,110,112,117,116,32,97,103,97,105,110,46,13,10,60,47,98,111,100,121,62,13,10,60,47,104,116,109,108,62,13,10]},"status":401,"statusCode":401,"statusText":"Unauthorized","headers":{"date":"Sun, 12 Nov 2023 11:52:04 GMT","last-modified":"Sun, 12 Nov 2023 11:52:04 GMT","connection":"close","cache-control":"no-cache,no-store","www-authenticate":"Basic realm=\"\""},"url":"http://192.168.178.43/tmpfs/auto.jpg","redirected":false,"requestUrls":["http://192.168.178.43/tmpfs/auto.jpg"],"res":{"status":401,"statusCode":401,"statusText":"Unauthorized","headers":{"date":"Sun, 12 Nov 2023 11:52:04 GMT","last-modified":"Sun, 12 Nov 2023 11:52:04 GMT","connection":"close","cache-control":"no-cache,no-store","www-authenticate":"Basic realm=\"\""},"size":0,"aborted":false,"rt":9.597,"keepAliveSocket":true,"requestUrls":["http://192.168.178.43/tmpfs/auto.jpg"],"timing":{"queuing":0.271,"connected":3.328,"requestHeadersSent":3.486,"requestSent":3.628,"waiting":8.596,"contentDownload":9.07},"socket":{"id":40,"localAddress":"192.168.178.38","localPort":36596,"remoteAddress":"192.168.178.43","remotePort":80,"remoteFamily":"IPv4","bytesWritten":143,"bytesRead":635,"handledRequests":1,"handledResponses":1,"connectedTime":"2023-11-12T11:52:05.104Z"},"retries":0,"socketErrorRetries":0}}
                        

                        Was mache ich falsch?
                        Danke
                        Knusterus

                        T Offline
                        T Offline
                        tombox
                        schrieb am zuletzt editiert von
                        #211

                        @knusterus Er sagt username password falsch. Die GitHub version sollte auch ein bessere Fehlermeldung haben bitte mal testen

                        K 1 Antwort Letzte Antwort
                        0
                        • T tombox

                          @knusterus Er sagt username password falsch. Die GitHub version sollte auch ein bessere Fehlermeldung haben bitte mal testen

                          K Offline
                          K Offline
                          Knusterus
                          schrieb am zuletzt editiert von
                          #212

                          @tombox
                          hallo ist die neuste Versio 1.1.1. Ich habe jetzt das Passwort und auch den Benutzernamen mehrfach neu eingegeben .
                          Aber ohne Erfolg. Gestern ging es ja auch schon mal.
                          Was kann ich noch tun?

                          K 1 Antwort Letzte Antwort
                          0
                          • K Knusterus

                            @tombox
                            hallo ist die neuste Versio 1.1.1. Ich habe jetzt das Passwort und auch den Benutzernamen mehrfach neu eingegeben .
                            Aber ohne Erfolg. Gestern ging es ja auch schon mal.
                            Was kann ich noch tun?

                            K Offline
                            K Offline
                            Knusterus
                            schrieb am zuletzt editiert von Knusterus
                            #213

                            @knusterus said in Test Adapter onvif camera v1.0.0:

                            @tombox
                            hallo ist die neuste Versio 1.1.1. Ich habe jetzt das Passwort und auch den Benutzernamen mehrfach neu eingegeben .
                            Aber ohne Erfolg. Gestern ging es ja auch schon mal.
                            Was kann ich noch tun?
                            Das ist die erste Fehlermeldung nach Neustart und Neuinsallation vom Adapter.

                            Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.uri
                            
                            
                            admin.0
                            2023-11-12 16:42:06.470	warn	onvif has an invalid jsonConfig: [{"instancePath":"/items/_discover","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"showProcessing"},"message":"must NOT have additional properties"}]
                            
                            

                            Habe jetzt den adapter nochmal komplett gelöscht und die Version von Github installiert. Das oben ist die erste Fehlermeldung die kommt., wenn ich den Adapter neu starte.

                            T 1 Antwort Letzte Antwort
                            0
                            • K Knusterus

                              @knusterus said in Test Adapter onvif camera v1.0.0:

                              @tombox
                              hallo ist die neuste Versio 1.1.1. Ich habe jetzt das Passwort und auch den Benutzernamen mehrfach neu eingegeben .
                              Aber ohne Erfolg. Gestern ging es ja auch schon mal.
                              Was kann ich noch tun?
                              Das ist die erste Fehlermeldung nach Neustart und Neuinsallation vom Adapter.

                              Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.uri
                              
                              
                              admin.0
                              2023-11-12 16:42:06.470	warn	onvif has an invalid jsonConfig: [{"instancePath":"/items/_discover","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"showProcessing"},"message":"must NOT have additional properties"}]
                              
                              

                              Habe jetzt den adapter nochmal komplett gelöscht und die Version von Github installiert. Das oben ist die erste Fehlermeldung die kommt., wenn ich den Adapter neu starte.

                              T Offline
                              T Offline
                              tombox
                              schrieb am zuletzt editiert von
                              #214

                              @knusterus admin adapter ist aktuell? ansonsten sind es keine kritischen Fehler

                              K 1 Antwort Letzte Antwort
                              0
                              • T tombox

                                @knusterus admin adapter ist aktuell? ansonsten sind es keine kritischen Fehler

                                K Offline
                                K Offline
                                Knusterus
                                schrieb am zuletzt editiert von Knusterus
                                #215

                                @tombox
                                alles auf dem neusten Stand. admin Version 6.12.0 Sonst keine Fehler.

                                Hier nochmal die komplette Fehlerliste. Ich hoffe Du findest den Fehler

                                onvif.0
                                2023-11-12 19:18:52.881	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.timeout" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:52.818	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.timeout
                                
                                onvif.0
                                2023-11-12 19:18:52.785	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:52.736	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.invalidAfterReboot
                                
                                onvif.0
                                2023-11-12 19:18:52.695	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:52.536	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.invalidAfterConnect
                                
                                onvif.0
                                2023-11-12 19:18:52.449	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.uri" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:52.202	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.uri
                                
                                onvif.0
                                2023-11-12 19:18:52.181	info	Starting snapshot server
                                
                                onvif.0
                                2023-11-12 19:18:52.180	info	Finished onvif discovery
                                
                                onvif.0
                                2023-11-12 19:18:52.153	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.timeout" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:52.065	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.timeout
                                
                                onvif.0
                                2023-11-12 19:18:52.038	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.979	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.invalidAfterReboot
                                
                                onvif.0
                                2023-11-12 19:18:51.941	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.877	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.invalidAfterConnect
                                
                                onvif.0
                                2023-11-12 19:18:51.833	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.uri" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.683	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.uri
                                
                                onvif.0
                                2023-11-12 19:18:51.625	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.timeout" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.553	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.timeout
                                
                                onvif.0
                                2023-11-12 19:18:51.531	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.462	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.invalidAfterReboot
                                
                                onvif.0
                                2023-11-12 19:18:51.418	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.368	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.invalidAfterConnect
                                
                                onvif.0
                                2023-11-12 19:18:51.337	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.uri" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.249	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.uri
                                
                                onvif.0
                                2023-11-12 19:18:51.173	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.timeout" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:51.104	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.timeout
                                
                                onvif.0
                                2023-11-12 19:18:51.049	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:50.943	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.invalidAfterReboot
                                
                                onvif.0
                                2023-11-12 19:18:50.919	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:50.751	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.invalidAfterConnect
                                
                                onvif.0
                                2023-11-12 19:18:50.503	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.uri" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:50.324	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.uri
                                
                                onvif.0
                                2023-11-12 19:18:50.273	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.timeout" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:50.189	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.timeout
                                
                                onvif.0
                                2023-11-12 19:18:50.115	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:50.014	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.invalidAfterReboot
                                
                                onvif.0
                                2023-11-12 19:18:49.983	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:49.930	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.invalidAfterConnect
                                
                                onvif.0
                                2023-11-12 19:18:49.906	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.uri" has no existing object, this might lead to an error in future versions
                                
                                onvif.0
                                2023-11-12 19:18:49.849	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.uri
                                
                                onvif.0
                                2023-11-12 19:18:47.984	info	Device successful initialized: 192.168.178.25:8080
                                
                                onvif.0
                                2023-11-12 19:18:47.928	info	Device successful initialized: 192.168.178.30:8080
                                
                                onvif.0
                                2023-11-12 19:18:47.322	info	Try to login to 192.168.178.30:8080 with admin:v****5
                                
                                onvif.0
                                2023-11-12 19:18:47.317	info	Discovery Reply from 192.168.178.30 (IPCAM) () (http://192.168.178.30:8080/onvif/devices) (urn:uuid:5f5a69c2-e0ae-504f-829b-E8ABFA40520D)
                                
                                onvif.0
                                2023-11-12 19:18:47.289	info	Skip device 192.168.178.43 because it is already configured via iobroker object. Delete the device under objects for reconfigure.
                                
                                onvif.0
                                2023-11-12 19:18:47.286	info	Discovery Reply from 192.168.178.43 (IPCAM) (HD-53NV1080HSD) (http://192.168.178.43:8080/onvif/device_service) (um:uuid:5f5a69c2-e0ae-504f-829b-203233397E7B)
                                
                                onvif.0
                                2023-11-12 19:18:47.258	info	Try to login to 192.168.178.25:8080 with admin:v****5
                                
                                onvif.0
                                2023-11-12 19:18:47.253	info	Discovery Reply from 192.168.178.25 (IPCAM) () (http://192.168.178.25:8080/onvif/devices) (urn:uuid:5f5a69c2-e0ae-504f-829b-E8ABFA405567)
                                
                                onvif.0
                                2023-11-12 19:18:47.175	info	Start onvif discovery
                                
                                onvif.0
                                2023-11-12 19:18:46.396	info	Device successful initialized: 192.168.178.43:8080
                                
                                onvif.0
                                2023-11-12 19:18:46.238	info	Found Adapter Device: onvif.0.192_168_178_43_8080 IPCAM C6F0SgZ3N0P6L2 192.168.178.43:8080
                                
                                onvif.0
                                2023-11-12 19:18:46.130	info	starting. Version 1.1.1 (non-npm: iobroker-community-adapters/ioBroker.onvif) in /opt/iobroker/node_modules/iobroker.onvif, node: v18.17.0, js-controller: 5.0.12
                                host.iobroker
                                2023-11-12 19:18:41.328	info	instance system.adapter.onvif.0 started with pid 175534
                                host.iobroker
                                2023-11-12 19:18:39.163	info	instance system.adapter.onvif.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                
                                onvif.0
                                2023-11-12 19:18:38.531	info	terminating
                                host.iobroker
                                2023-11-12 19:18:38.206	info	stopInstance system.adapter.onvif.0 send kill signal
                                
                                onvif.0
                                2023-11-12 19:18:38.030	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                
                                onvif.0
                                2023-11-12 19:18:38.029	info	terminating
                                
                                onvif.0
                                2023-11-12 19:18:38.027	info	Got terminate signal TERMINATE_YOURSELF
                                host.iobroker
                                2023-11-12 19:18:38.024	info	stopInstance system.adapter.onvif.0 (force=false, process=true)
                                
                                admin.0
                                2023-11-12 19:18:10.395	warn	onvif has an invalid jsonConfig: [{"instancePath":"/items/_discover","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"showProcessing"},"message":"must NOT have additional properties"}]
                                

                                Danke schon mal für deine Mühe
                                Knusterus

                                T 1 Antwort Letzte Antwort
                                0
                                • K Knusterus

                                  @tombox
                                  alles auf dem neusten Stand. admin Version 6.12.0 Sonst keine Fehler.

                                  Hier nochmal die komplette Fehlerliste. Ich hoffe Du findest den Fehler

                                  onvif.0
                                  2023-11-12 19:18:52.881	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.timeout" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.818	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.timeout
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.785	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.736	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.invalidAfterReboot
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.695	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.536	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.invalidAfterConnect
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.449	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.uri" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.202	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".http_stream.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.http_stream.uri
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.181	info	Starting snapshot server
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.180	info	Finished onvif discovery
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.153	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.timeout" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.065	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.timeout
                                  
                                  onvif.0
                                  2023-11-12 19:18:52.038	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.979	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.invalidAfterReboot
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.941	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.877	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.invalidAfterConnect
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.833	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.uri" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.683	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_multicast.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_multicast.uri
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.625	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.timeout" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.553	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.timeout
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.531	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.462	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.invalidAfterReboot
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.418	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.368	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.invalidAfterConnect
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.337	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.uri" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.249	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_udp.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_udp.uri
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.173	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.timeout" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.104	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.timeout
                                  
                                  onvif.0
                                  2023-11-12 19:18:51.049	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.943	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.invalidAfterReboot
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.919	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.751	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.invalidAfterConnect
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.503	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.uri" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.324	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".live_stream_tcp.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.live_stream_tcp.uri
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.273	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.timeout" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.189	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.timeout changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.timeout
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.115	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterReboot" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:50.014	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterReboot changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.invalidAfterReboot
                                  
                                  onvif.0
                                  2023-11-12 19:18:49.983	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterConnect" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:49.930	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.invalidAfterConnect changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.invalidAfterConnect
                                  
                                  onvif.0
                                  2023-11-12 19:18:49.906	warn	State "onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.uri" has no existing object, this might lead to an error in future versions
                                  
                                  onvif.0
                                  2023-11-12 19:18:49.849	warn	Used invalid characters: onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile".snapshotUrl.uri changed to onvif.0.192_168_178_43_8080.infos.streamUris.SecondStreamProfile_.snapshotUrl.uri
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.984	info	Device successful initialized: 192.168.178.25:8080
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.928	info	Device successful initialized: 192.168.178.30:8080
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.322	info	Try to login to 192.168.178.30:8080 with admin:v****5
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.317	info	Discovery Reply from 192.168.178.30 (IPCAM) () (http://192.168.178.30:8080/onvif/devices) (urn:uuid:5f5a69c2-e0ae-504f-829b-E8ABFA40520D)
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.289	info	Skip device 192.168.178.43 because it is already configured via iobroker object. Delete the device under objects for reconfigure.
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.286	info	Discovery Reply from 192.168.178.43 (IPCAM) (HD-53NV1080HSD) (http://192.168.178.43:8080/onvif/device_service) (um:uuid:5f5a69c2-e0ae-504f-829b-203233397E7B)
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.258	info	Try to login to 192.168.178.25:8080 with admin:v****5
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.253	info	Discovery Reply from 192.168.178.25 (IPCAM) () (http://192.168.178.25:8080/onvif/devices) (urn:uuid:5f5a69c2-e0ae-504f-829b-E8ABFA405567)
                                  
                                  onvif.0
                                  2023-11-12 19:18:47.175	info	Start onvif discovery
                                  
                                  onvif.0
                                  2023-11-12 19:18:46.396	info	Device successful initialized: 192.168.178.43:8080
                                  
                                  onvif.0
                                  2023-11-12 19:18:46.238	info	Found Adapter Device: onvif.0.192_168_178_43_8080 IPCAM C6F0SgZ3N0P6L2 192.168.178.43:8080
                                  
                                  onvif.0
                                  2023-11-12 19:18:46.130	info	starting. Version 1.1.1 (non-npm: iobroker-community-adapters/ioBroker.onvif) in /opt/iobroker/node_modules/iobroker.onvif, node: v18.17.0, js-controller: 5.0.12
                                  host.iobroker
                                  2023-11-12 19:18:41.328	info	instance system.adapter.onvif.0 started with pid 175534
                                  host.iobroker
                                  2023-11-12 19:18:39.163	info	instance system.adapter.onvif.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  
                                  onvif.0
                                  2023-11-12 19:18:38.531	info	terminating
                                  host.iobroker
                                  2023-11-12 19:18:38.206	info	stopInstance system.adapter.onvif.0 send kill signal
                                  
                                  onvif.0
                                  2023-11-12 19:18:38.030	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  
                                  onvif.0
                                  2023-11-12 19:18:38.029	info	terminating
                                  
                                  onvif.0
                                  2023-11-12 19:18:38.027	info	Got terminate signal TERMINATE_YOURSELF
                                  host.iobroker
                                  2023-11-12 19:18:38.024	info	stopInstance system.adapter.onvif.0 (force=false, process=true)
                                  
                                  admin.0
                                  2023-11-12 19:18:10.395	warn	onvif has an invalid jsonConfig: [{"instancePath":"/items/_discover","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"showProcessing"},"message":"must NOT have additional properties"}]
                                  

                                  Danke schon mal für deine Mühe
                                  Knusterus

                                  T Offline
                                  T Offline
                                  tombox
                                  schrieb am zuletzt editiert von
                                  #216

                                  @knusterus bitte mal GitHub version testen aber ist nicht die Ursache für ein problem

                                  1 Antwort Letzte Antwort
                                  0
                                  • K Offline
                                    K Offline
                                    Knusterus
                                    schrieb am zuletzt editiert von
                                    #217

                                    @tombox
                                    Guten Morgen, das ist schon die GitHub Version 1.1.1 .

                                    T 1 Antwort Letzte Antwort
                                    0
                                    • K Knusterus

                                      @tombox
                                      Guten Morgen, das ist schon die GitHub Version 1.1.1 .

                                      T Offline
                                      T Offline
                                      tombox
                                      schrieb am zuletzt editiert von
                                      #218

                                      @knusterus bitte erneut installieren Versionsnummer ändert sich nicht

                                      K 2 Antworten Letzte Antwort
                                      0
                                      • R Offline
                                        R Offline
                                        Rookie50
                                        schrieb am zuletzt editiert von Rookie50
                                        #219

                                        Hi,

                                        ich habe länger RTSPtoWEB laufen gehabt. Es gab aber immer wieder das Problem, dass ein Stream nicht starten wollte. Ich habe den RTSPtoWEB Container auf einer Synology und einem Raspi4 getesten. Egal wo der Container lief, mal startete das WebRTC, mal nicht. Außerdem fand ich diese Multiview Seite nicht ganz gelungen. Ich bin selber aber kein Designer oder Programmierer ;-)

                                        Ich habe nun den Container go2rtc installiert (https://github.com/AlexxIT/go2rtc). Dieser stellt pro Kamera eine Streamingseite zur Verfügung. Was die Einbindung in VIS, sowie iQontrol, vereinfacht. Ausserdem stehen viele Codecs für alle möglichen Browser zur Verfügung:

                                        Any codec in source
                                        stream.html with auto-select mode / browsers: all / codecs: H264, H265*, MJPEG, JPEG, AAC, PCMU, PCMA, OPUS
                                        info.json page with active connections
                                        rtsp with only one video and one audio / codecs: any
                                        rtsp for MP4 recording (Hass or Frigate) / codecs: H264, H265, AAC
                                        rtsp with all tracks / codecs: any
                                        
                                        ffplay -fflags nobuffer -flags low_delay -rtsp_transport tcp "rtsp://192.168.101.243:8554/Eingang"
                                        
                                        H264/H265 source
                                        stream.html WebRTC stream / browsers: all / codecs: H264, PCMU, PCMA, OPUS / +H265 in Safari
                                        stream.html MSE stream / browsers: Chrome, Firefox, Safari Mac/iPad / codecs: H264, H265*, AAC, PCMA*, PCMU*, PCM* / +OPUS in Chrome and Firefox
                                        stream.mp4 legacy MP4 stream with AAC audio / browsers: Chrome, Firefox / codecs: H264, H265*, AAC
                                        stream.mp4 modern MP4 stream with common audio / browsers: Chrome, Firefox / codecs: H264, H265*, AAC, FLAC (PCMA, PCMU, PCM)
                                        stream.mp4 MP4 stream with any audio / browsers: Chrome / codecs: H264, H265*, AAC, OPUS, MP3, FLAC (PCMA, PCMU, PCM)
                                        frame.mp4 snapshot in MP4-format / browsers: all / codecs: H264, H265*
                                        stream.m3u8 legacy HLS/TS / browsers: Safari all, Chrome Android / codecs: H264
                                        stream.m3u8 legacy HLS/fMP4 / browsers: Safari all, Chrome Android / codecs: H264, H265*, AAC
                                        stream.m3u8 modern HLS/fMP4 / browsers: Safari all, Chrome Android / codecs: H264, H265*, AAC, FLAC (PCMA, PCMU, PCM)
                                        MJPEG source
                                        stream.html with MJPEG mode / browsers: all / codecs: MJPEG, JPEG
                                        stream.mjpeg MJPEG stream / browsers: all / codecs: MJPEG, JPEG
                                        frame.jpeg snapshot in JPEG-format / browsers: all / codecs: MJPEG, JPEG
                                        Play audio
                                        
                                        example: ffmpeg:https://example.com/song.mp3#audio=pcma#input=file
                                        
                                        send / cameras with two way audio support
                                        Publish stream
                                        
                                        YouTube:  rtmps://xxx.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx
                                        Telegram: rtmps://xxx-x.rtmp.t.me/s/xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxx
                                        
                                        send / Telegram RTMPS server
                                        WebRTC Magic
                                        video+audio = simple viewer
                                        video+audio+microphone = two way audio from camera
                                        camera+microphone = stream from browser
                                        display+speaker = broadcast software
                                        
                                        webrtc.html local WebRTC viewer
                                        share link external WebRTC viewer
                                        
                                        

                                        Im VIS kann man das Basic HTML Widget nehmen und als Quelle die stream seite angeben : http://<IP-Adresse>:1984/stream.html?src=<KAMERANAME>&mode=webrtc

                                        Man braucht also kein Script mehr um die Kamera darzustellen.

                                        Gruß
                                        Robert

                                        I T 2 Antworten Letzte Antwort
                                        0
                                        • T tombox

                                          @knusterus bitte erneut installieren Versionsnummer ändert sich nicht

                                          K Offline
                                          K Offline
                                          Knusterus
                                          schrieb am zuletzt editiert von
                                          #220

                                          @tombox
                                          hallo ich habe jetzt die alte Version komplett gelöscht und die neue von Github installiert.
                                          jetzt sehen die Fehler so aus

                                          onvif.0
                                          2023-11-13 16:56:35.293	error	Cannot check object existence of "onvif.0.192_168_178_43_8080.infos.deviceProfiles.01.videoAnalyticsConfiguration.analyticsEngineConfiguration.analyticsModule01.parameters.elementItem.cellLayout.transformation.translate.$": Connection is closed.
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.289	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.288	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.286	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.285	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.284	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.283	error	Error extract keys: 192_168_178_43_8080.infos.presets {"Preset1":"Preset1","Preset2":"Preset2","Preset3":"Preset3","Preset4":"Preset4","Preset5":"Preset5","Preset6":"Preset6","Preset7":"Preset7","Preset8":"Preset8","Preset9":"Preset9","Preset10":"Preset10","Preset11":"Preset11","Preset12":"Preset12","Preset13":"Preset13","Preset14":"Preset14","Preset15":"Preset15","Preset16":"Preset16","Preset17":"Preset17","Preset18":"Preset18","Preset19":"Preset19","Preset20":"Preset20","Preset21":"Preset21","Preset22":"Preset22","Preset23":"Preset23","Preset24":"Preset24","Preset25":"Preset25","Preset26":"Preset26","Preset27":"Preset27","Preset28":"Preset28","Preset29":"Preset29","Preset30":"Preset30","Preset31":"Preset31","Preset32":"Preset32","Preset33":"Preset33","Preset34":"Preset34","Preset35":"Preset35","Preset36":"Preset36","Preset37":"Preset37","Preset38":"Preset38","Preset39":"Preset39","Preset40":"Preset40","Preset41":"Preset41","Preset42":"Preset42","Preset43":"Preset43","Preset44":"Preset44","Preset45":"Preset45","Preset46":"Preset46","Preset47":"Preset47","Preset48":"Preset48","Preset49":"Preset49","Preset50":"Preset50","Preset51":"Preset51","Preset52":"Preset52","Preset53":"Preset53","Preset54":"Preset54","Preset55":"Preset55","Preset56":"Preset56","Preset57":"Preset57","Preset58":"Preset58","Preset59":"Preset59","Preset60":"Preset60","Preset61":"Preset61","Preset62":"Preset62","Preset63":"Preset63","Preset64":"Preset64","Preset65":"Preset65","Preset66":"Preset66","Preset67":"Preset67","Preset68":"Preset68","Preset69":"Preset69","Preset70":"Preset70","Preset71":"Preset71","Preset72":"Preset72","Preset73":"Preset73","Preset74":"Preset74","Preset75":"Preset75","Preset76":"Preset76","Preset77":"Preset77","Preset78":"Preset78","Preset79":"Preset79","Preset80":"Preset80","Preset81":"Preset81","Preset82":"Preset82","Preset83":"Preset83","Preset84":"Preset84","Preset85":"Preset85","Preset86":"Preset86","Preset87":"Preset87","Preset88":"Preset88","Preset89":"Preset89","Preset90":"Preset90","Preset91":"Preset91","Preset92":"Preset92","Preset93":"Preset93","Preset94":"Preset94","Preset95":"Preset95","Preset96":"Preset96","Preset97":"Preset97","Preset98":"Preset98","Preset99":"Preset99","Preset100":"Preset100","Preset101":"Preset101","Preset102":"Preset102","Preset103":"Preset103","Preset104":"Preset104","Preset105":"Preset105","Preset106":"Preset106","Preset107":"Preset107","Preset108":"Preset108","Preset109":"Preset109","Preset110":"Preset110","Preset111":"Preset111","Preset112":"Preset112","Preset113":"Preset113","Preset114":"Preset114","Preset115":"Preset115","Preset116":"Preset116","Preset117":"Preset117","Preset118":"Preset118","Preset119":"Preset119","Preset120":"Preset120","Preset121":"Preset121","Preset122":"Preset122","Preset123":"Preset123","Preset124":"Preset124","Preset125":"Preset125","Preset126":"Preset126","Preset127":"Preset127","Preset128":"Preset128"}
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.280	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.278	error	Error extract keys: 192_168_178_30_8080.infos.presets {"Preset1":"Preset1","Preset2":"Preset2","Preset3":"Preset3","Preset4":"Preset4","Preset5":"Preset5","Preset6":"Preset6","Preset7":"Preset7","Preset8":"Preset8","Preset9":"Preset9","Preset10":"Preset10","Preset11":"Preset11","Preset12":"Preset12","Preset13":"Preset13","Preset14":"Preset14","Preset15":"Preset15","Preset16":"Preset16","Preset17":"Preset17","Preset18":"Preset18","Preset19":"Preset19","Preset20":"Preset20","Preset21":"Preset21","Preset22":"Preset22","Preset23":"Preset23","Preset24":"Preset24","Preset25":"Preset25","Preset26":"Preset26","Preset27":"Preset27","Preset28":"Preset28","Preset29":"Preset29","Preset30":"Preset30","Preset31":"Preset31","Preset32":"Preset32","Preset33":"Preset33","Preset34":"Preset34","Preset35":"Preset35","Preset36":"Preset36","Preset37":"Preset37","Preset38":"Preset38","Preset39":"Preset39","Preset40":"Preset40","Preset41":"Preset41","Preset42":"Preset42","Preset43":"Preset43","Preset44":"Preset44","Preset45":"Preset45","Preset46":"Preset46","Preset47":"Preset47","Preset48":"Preset48","Preset49":"Preset49","Preset50":"Preset50","Preset51":"Preset51","Preset52":"Preset52","Preset53":"Preset53","Preset54":"Preset54","Preset55":"Preset55","Preset56":"Preset56","Preset57":"Preset57","Preset58":"Preset58","Preset59":"Preset59","Preset60":"Preset60","Preset61":"Preset61","Preset62":"Preset62","Preset63":"Preset63","Preset64":"Preset64","Preset65":"Preset65","Preset66":"Preset66","Preset67":"Preset67","Preset68":"Preset68","Preset69":"Preset69","Preset70":"Preset70","Preset71":"Preset71","Preset72":"Preset72","Preset73":"Preset73","Preset74":"Preset74","Preset75":"Preset75","Preset76":"Preset76","Preset77":"Preset77","Preset78":"Preset78","Preset79":"Preset79","Preset80":"Preset80","Preset81":"Preset81","Preset82":"Preset82","Preset83":"Preset83","Preset84":"Preset84","Preset85":"Preset85","Preset86":"Preset86","Preset87":"Preset87","Preset88":"Preset88","Preset89":"Preset89","Preset90":"Preset90","Preset91":"Preset91","Preset92":"Preset92","Preset93":"Preset93","Preset94":"Preset94","Preset95":"Preset95","Preset96":"Preset96","Preset97":"Preset97","Preset98":"Preset98","Preset99":"Preset99","Preset100":"Preset100","Preset101":"Preset101","Preset102":"Preset102","Preset103":"Preset103","Preset104":"Preset104","Preset105":"Preset105","Preset106":"Preset106","Preset107":"Preset107","Preset108":"Preset108","Preset109":"Preset109","Preset110":"Preset110","Preset111":"Preset111","Preset112":"Preset112","Preset113":"Preset113","Preset114":"Preset114","Preset115":"Preset115","Preset116":"Preset116","Preset117":"Preset117","Preset118":"Preset118","Preset119":"Preset119","Preset120":"Preset120","Preset121":"Preset121","Preset122":"Preset122","Preset123":"Preset123","Preset124":"Preset124","Preset125":"Preset125","Preset126":"Preset126","Preset127":"Preset127","Preset128":"Preset128"}
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.275	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.274	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.273	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.271	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.270	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.264	error	Cannot check object existence of "onvif.0.192_168_178_67_8080.infos.deviceCapabilities.media.extension": Connection is closed.
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.252	error	Error: Could not check object existence of onvif.0.192_168_178_43_8080.infos.deviceProfiles.01.videoAnalyticsConfiguration.analyticsEngineConfiguration.analyticsModule01.parameters.elementItem.cellLayout.transformation.translate: Cannot check object existence of "onvif.0.192_168_178_43_8080.infos.deviceProfiles.01.videoAnalyticsConfiguration.analyticsEngineConfiguration.analyticsModule01.parameters.elementItem.cellLayout.transformation.translate": DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.250	error	Error: Could not check object existence of onvif.0.192_168_178_43_8080.infos.deviceServices.04.version: Cannot check object existence of "onvif.0.192_168_178_43_8080.infos.deviceServices.04.version": DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.239	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.237	error	Error extract keys: 192_168_178_67_8080.infos.presets {"Preset001":"Preset001","Preset002":"Preset002","Preset003":"Preset003","Preset004":"Preset004","Preset005":"Preset005","Preset006":"Preset006","Preset007":"Preset007","Preset008":"Preset008","Preset009":"Preset009","Preset010":"Preset010","Preset011":"Preset011","Preset012":"Preset012","Preset013":"Preset013","Preset014":"Preset014","Preset015":"Preset015","Preset016":"Preset016","Preset017":"Preset017","Preset018":"Preset018","Preset019":"Preset019","Preset020":"Preset020","Preset021":"Preset021","Preset022":"Preset022","Preset023":"Preset023","Preset024":"Preset024","Preset025":"Preset025","Preset026":"Preset026","Preset027":"Preset027","Preset028":"Preset028","Preset029":"Preset029","Preset030":"Preset030","Preset031":"Preset031","Preset032":"Preset032","Preset033":"Preset033","Preset034":"Preset034","Preset035":"Preset035","Preset036":"Preset036","Preset037":"Preset037","Preset038":"Preset038","Preset039":"Preset039","Preset040":"Preset040","Preset041":"Preset041","Preset042":"Preset042","Preset043":"Preset043","Preset044":"Preset044","Preset045":"Preset045","Preset046":"Preset046","Preset047":"Preset047","Preset048":"Preset048","Preset049":"Preset049","Preset050":"Preset050","Preset051":"Preset051","Preset052":"Preset052","Preset053":"Preset053","Preset054":"Preset054","Preset055":"Preset055","Preset056":"Preset056","Preset057":"Preset057","Preset058":"Preset058","Preset059":"Preset059","Preset060":"Preset060","Preset061":"Preset061","Preset062":"Preset062","Preset063":"Preset063","Preset064":"Preset064","Preset065":"Preset065","Preset066":"Preset066","Preset067":"Preset067","Preset068":"Preset068","Preset069":"Preset069","Preset070":"Preset070","Preset071":"Preset071","Preset072":"Preset072","Preset073":"Preset073","Preset074":"Preset074","Preset075":"Preset075","Preset076":"Preset076","Preset077":"Preset077","Preset078":"Preset078","Preset079":"Preset079","Preset080":"Preset080","Preset081":"Preset081","Preset082":"Preset082","Preset083":"Preset083","Preset084":"Preset084","Preset085":"Preset085","Preset086":"Preset086","Preset087":"Preset087","Preset088":"Preset088","Preset089":"Preset089","Preset090":"Preset090","Preset091":"Preset091","Preset092":"Preset092","Preset093":"Preset093","Preset094":"Preset094","Preset095":"Preset095","Preset096":"Preset096","Preset097":"Preset097","Preset098":"Preset098","Preset099":"Preset099","Preset100":"Preset100","Preset101":"Preset101","Preset102":"Preset102","Preset103":"Preset103","Preset104":"Preset104","Preset105":"Preset105","Preset106":"Preset106","Preset107":"Preset107","Preset108":"Preset108","Preset109":"Preset109","Preset110":"Preset110","Preset111":"Preset111","Preset112":"Preset112","Preset113":"Preset113","Preset114":"Preset114","Preset115":"Preset115","Preset116":"Preset116","Preset117":"Preset117","Preset118":"Preset118","Preset119":"Preset119","Preset120":"Preset120","Preset121":"Preset121","Preset122":"Preset122","Preset123":"Preset123","Preset124":"Preset124","Preset125":"Preset125","Preset126":"Preset126","Preset127":"Preset127","Preset128":"Preset128","Preset129":"Preset129","Preset130":"Preset130","Preset131":"Preset131","Preset132":"Preset132","Preset133":"Preset133","Preset134":"Preset134","Preset135":"Preset135","Preset136":"Preset136","Preset137":"Preset137","Preset138":"Preset138","Preset139":"Preset139","Preset140":"Preset140","Preset141":"Preset141","Preset142":"Preset142","Preset143":"Preset143","Preset144":"Preset144","Preset145":"Preset145","Preset146":"Preset146","Preset147":"Preset147","Preset148":"Preset148","Preset149":"Preset149","Preset150":"Preset150","Preset151":"Preset151","Preset152":"Preset152","Preset153":"Preset153","Preset154":"Preset154","Preset155":"Preset155","Preset156":"Preset156","Preset157":"Preset157","Preset158":"Preset158","Preset159":"Preset159","Preset160":"Preset160","Preset161":"Preset161","Preset162":"Preset162","Preset163":"Preset163","Preset164":"Preset164","Preset165":"Preset165","Preset166":"Preset166","Preset167":"Preset167","Preset168":"Preset168","Preset169":"Preset169","Preset170":"Preset170","Preset171":"Preset171","Preset172":"Preset172","Preset173":"Preset173","Preset174":"Preset174","Preset175":"Preset175","Preset176":"Preset176","Preset177":"Preset177","Preset178":"Preset178","Preset179":"Preset179","Preset180":"Preset180","Preset181":"Preset181","Preset182":"Preset182","Preset183":"Preset183","Preset184":"Preset184","Preset185":"Preset185","Preset186":"Preset186","Preset187":"Preset187","Preset188":"Preset188","Preset189":"Preset189","Preset190":"Preset190","Preset191":"Preset191","Preset192":"Preset192","Preset193":"Preset193","Preset194":"Preset194","Preset195":"Preset195","Preset196":"Preset196","Preset197":"Preset197","Preset198":"Preset198","Preset199":"Preset199","Preset200":"Preset200","Preset201":"Preset201","Preset202":"Preset202","Preset203":"Preset203","Preset204":"Preset204","Preset205":"Preset205","Preset206":"Preset206","Preset207":"Preset207","Preset208":"Preset208","Preset209":"Preset209","Preset210":"Preset210","Preset211":"Preset211","Preset212":"Preset212","Preset213":"Preset213","Preset214":"Preset214","Preset215":"Preset215","Preset216":"Preset216","Preset217":"Preset217","Preset218":"Preset218","Preset219":"Preset219","Preset220":"Preset220","Preset221":"Preset221","Preset222":"Preset222","Preset223":"Preset223","Preset224":"Preset224","Preset225":"Preset225","Preset226":"Preset226","Preset227":"Preset227","Preset228":"Preset228","Preset229":"Preset229","Preset230":"Preset230","Preset231":"Preset231","Preset232":"Preset232","Preset233":"Preset233","Preset234":"Preset234","Preset235":"Preset235","Preset236":"Preset236","Preset237":"Preset237","Preset238":"Preset238","Preset239":"Preset239","Preset240":"Preset240","Preset241":"Preset241","Preset242":"Preset242","Preset243":"Preset243","Preset244":"Preset244","Preset245":"Preset245","Preset246":"Preset246","Preset247":"Preset247","Preset248":"Preset248","Preset249":"Preset249","Preset250":"Preset250","Preset251":"Preset251","Preset252":"Preset252","Preset253":"Preset253","Preset254":"Preset254","Preset255":"Preset255","Preset256":"Preset256"}
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.234	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.232	error	Error extract keys: 192_168_178_67_8080.infos.deviceCapabilities.media.streamingCapabilities {"RTPMulticast":false,"RTP_TCP":false,"RTP_RTSP_TCP":false}
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.223	error	Cannot check object existence of "onvif.0.192_168_178_43_8080.infos.deviceProfiles.01.videoAnalyticsConfiguration.analyticsEngineConfiguration.analyticsModule01.parameters.elementItem.cellLayout.transformation.translate": DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.220	error	Cannot check object existence of "onvif.0.192_168_178_43_8080.infos.deviceServices.04.version": DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.176	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.173	error	Error extract keys: 192_168_178_43_8080.infos.deviceServices.04.capabilities.capabilities.$ {"VideoSources":1,"VideoOutputs":1,"AudioSources":1,"AudioOutputs":1,"RelayOutputs":2,"SerialPorts":1,"DigitalInputs":1}
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.101	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.098	error	Error extract keys: 192_168_178_43_8080.infos.deviceProfiles.01.videoAnalyticsConfiguration.analyticsEngineConfiguration.analyticsModule01.parameters.elementItem.cellLayout.$ {"Columns":22,"Rows":18}
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.093	error	Error: DB closed
                                          
                                          onvif.0
                                          2023-11-13 16:56:35.088	error	Error extract keys: 192_168_178_30_8080.infos.deviceCapabilities.device.security {"TLS1.1":false,"TLS1.2":false,"onboardKeyGeneration":false,"accessPolicyConfig":false,"X.509Token":false,"SAMLToken":false,"kerberosToken":false,"RELToken":false}
                                          

                                          Die Kamera die es betrifft ist die 192.168.178.43. Wäre schön wenn die funktionieren würde.

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          607

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe