Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. go2rtc installieren und einrichten

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    go2rtc installieren und einrichten

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jumbo125 @ioBrokerMike last edited by

      @iobrokermike
      exkat!
      in diesem ordner bitte den "www" ordner kopieren.

      Den "www" ordner bekommst du von der github seite.
      dazu musst du das gesamt project downloaden.
      hier der link
      https://github.com/AlexxIT/go2rtc/archive/refs/heads/master.zip

      den www ordner kopiert du in das besagte verzeichnis (ich habe aber gleiche den gesamten zip inhalt hinein kopiert.)
      jetzt klar?

      sonst einfach melden 😉

      I 1 Reply Last reply Reply Quote 1
      • I
        ioBrokerMike @jumbo125 last edited by

        @jumbo125

        Super ! 👍 👍 👍
        Vielen Dank hat beim ersten mal geklappt.
        Habe auch den ganzen Inhalt der Zip in das Verzeichnis kopiert.

        J 1 Reply Last reply Reply Quote 0
        • J
          jumbo125 @ioBrokerMike last edited by

          @iobrokermike super freut mich. falls du mit css nicht so bewandert bist, kann ich dir auch die uhrzeit links anders gestalten. ist super easy

          I 1 Reply Last reply Reply Quote 0
          • J
            jumbo125 @ToK last edited by

            @tok wie sieht es aus bei dir?

            1 Reply Last reply Reply Quote 0
            • I
              ioBrokerMike @jumbo125 last edited by

              @jumbo125 sagte in go2rtc installieren und einrichten:

              Vielen Dank für das Angebot.
              Bin mir wird keine Uhr Angezeigt.

              Wo ich noch ein Problem haben ist mit der Darstellung in VIS1.
              Wenn ich das iFrame auf die Größe ziehe wie ich es brauch habe sind oben und unten schwarze Ränder zu sehen.
              Unbenannt.png

              J 1 Reply Last reply Reply Quote 0
              • J
                jumbo125 @ioBrokerMike last edited by

                @iobrokermike
                kann es sein, dass dies daran liegt, das das video ein anderes seitenverhältnis hat, als dein vis-iframe container?

                I 1 Reply Last reply Reply Quote 0
                • I
                  ioBrokerMike @jumbo125 last edited by

                  @jumbo125

                  Danke dir.

                  Habe meine VIS umgestellt und das iFrame auf die entsprechende Größe gebracht.

                  Mal sehen was VIS-2 später für Möglichkeiten bietet.

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    jumbo125 @ioBrokerMike last edited by

                    @iobrokermike
                    gerne, nichts getan 😉

                    1 Reply Last reply Reply Quote 0
                    • J
                      jwerlsdf last edited by jwerlsdf

                      Hallo,
                      ich habe versucht nun go2rtc für meine Eufycam 330 bei mir einzurichten. Der Autostart klappt schon einmal, ebenso sehe ich die Webside mit meinem Stream. Aber der eigentliche Stream funktioniert nicht.

                      Folgendes habe ich in die Config eingetragen:

                       streams:
                        # Konfiguration für einen rtsp-Stream:
                        Vordertür: 
                        - rtsp://XXXXXXX:YYYYYYYYY@192.168.178.ZZ:554/live0.sdp
                      listen: "1984"    # default ":1984", HTTP API port ("" - disabled)
                      static_dir: "www"  # default "", folder for static files (custom web interface)
                      username: ""   # default "", Basic auth for WebUI
                      password: ""   # default "", Basic auth for WebUI
                      base_path: ""  # default "", API prefix for serve on suburl (/api => /rtc/api)
                      origin: ""     # default "", allow CORS requests (only * supported)
                      tls_listen: "" # default "", enable HTTPS server
                      tls_cert: ""   # default "", PEM-encoded fullchain certificate for HTTPS
                      

                      Aber der Stream startet nicht. Folgender Fehler erhalte ich:

                      go2rtc.service - starting go2rtc server
                           Loaded: loaded (/etc/systemd/system/go2rtc.service; enabled; preset: enabled)
                           Active: active (running) since Sun 2024-02-25 20:15:08 CET; 7min ago
                         Main PID: 527 (go2rtc_linux_ar)
                            Tasks: 10 (limit: 3912)
                              CPU: 994ms
                           CGroup: /system.slice/go2rtc.service
                                   └─527 /usr/local/bin/go2rtc-master/go2rtc_linux_arm64
                      
                      Feb 25 20:15:09 raspberrypi go2rtc_linux_arm64[527]: 20:15:09.720 INF go2rtc version 1.8.5 linux/arm64
                      Feb 25 20:15:10 raspberrypi go2rtc_linux_arm64[527]: 20:15:09.722 INF [rtsp] listen addr=:8554
                      Feb 25 20:15:10 raspberrypi go2rtc_linux_arm64[527]: 20:15:09.723 INF [webrtc] listen addr=:8555
                      Feb 25 20:15:10 raspberrypi go2rtc_linux_arm64[527]: 20:15:09.726 INF [api] listen addr=:1984
                      Feb 25 20:16:04 raspberrypi go2rtc_linux_arm64[527]: 20:16:04.740 ERR github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166 > error="streams: wrong response on DESCRIBE"
                      Feb 25 20:20:34 raspberrypi go2rtc_linux_arm64[527]: 20:20:34.778 INF go2rtc version 1.8.5 linux/arm64
                      Feb 25 20:20:34 raspberrypi go2rtc_linux_arm64[527]: 20:20:34.779 INF [rtsp] listen addr=:8554
                      Feb 25 20:20:34 raspberrypi go2rtc_linux_arm64[527]: 20:20:34.779 INF [api] listen addr=:1984
                      Feb 25 20:20:34 raspberrypi go2rtc_linux_arm64[527]: 20:20:34.780 INF [webrtc] listen addr=:8555
                      Feb 25 20:20:48 raspberrypi go2rtc_linux_arm64[527]: 20:20:48.497 ERR github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166 > error="streams: wrong response on DESCRIBE"
                      

                      Edit:
                      Ok, hat sich erledigt. Die Fehlermeldung kommt, wenn die Kamera nicht aktiv ist. Wenn eine Bewegung erkannt wird, dann funktioniert auch der stream in go2rtc.

                      weissr 1 Reply Last reply Reply Quote 0
                      • S
                        Shadowhunter23 last edited by Shadowhunter23

                        go2rtc läuft soweit...

                        Ist es normal das in der vis ( Fullybrowser / Amazon FireHD 10 ) es ein paar Sekunden braucht bis das Video läuft?

                        1 Reply Last reply Reply Quote 0
                        • S
                          silgri last edited by

                          Kann man das Wasserzeichen oben rechts raus konfigurieren.
                          Verdeckt bei meinen Webcams teilwiese wichtige Informationen

                          I 1 Reply Last reply Reply Quote 0
                          • I
                            ioBrokerMike @silgri last edited by

                            @silgri

                            Sehe dir mal den Beitrag weiter oben von jumbo125 vom 3. Feb. 2024, 11:43 an.

                            Ich denke mal du meinst die Video Quelle.
                            Wenn nicht, kann ich dir nicht weiter helfen, bin auch nur Anfänger.

                            HomeZecke 1 Reply Last reply Reply Quote 0
                            • HomeZecke
                              HomeZecke @ioBrokerMike last edited by

                              Hallo,

                              da auch weg von motioneye bin, habe ich mir go2rtc draufgemacht. Funktioniert!

                              Aber zwei Probleme:

                              • 1: mein Tablet schaltet nicht mehr das Display dunkel. Ich vermute dass das an dem laufenden Videostream liegt. Stoppe ich ihn nämlich, geht das Tablet in standby. Wie habt ihr das gelöst? (Ich nutze Vis1.)

                              • 2: Wenn mein Source Stream wegen schlechter WLan Verbindung zur Kamera mal ausfällt, hält go2rtc an. Kann das dann nur wieder starten, indem ich bei go2rtc Config auf den Button "Save & Restart" drücke.
                                Wie kann ich das besser machen?

                              Grüße..

                              1 Reply Last reply Reply Quote 0
                              • T
                                tony63526 last edited by tony63526

                                Inzwischen gibt es v1.9.4 - 2024-06-18. Wie kann ich das auf meinem Raspberry Pi 4 installieren, auf dem Go2rtc installiert ist? Bin leider nicht so fit in linux und tu mir da etwas schwer

                                G 1 Reply Last reply Reply Quote 0
                                • R
                                  Ralf @ioBrokerMike last edited by

                                  Hallo,
                                  ich habe Go2rtc installiert und einige meiner Kameras hiermit in einer Vis einbinden können.
                                  Zwei meiner Kameras (Ctronics) funktionieren leider nicht. Ich habe die RTSP Adressen mittels iSpy herausgefunden und dort sehe ich auch die Streams :

                                  6de3be07-15cf-4924-b43a-029262b3fa31-image.png

                                  Füge ich die jeweilige Adresse nun bei Go2rtc ein, sehe ich nichts.
                                  RTSP Adresse : rtsp://user:PW@Meine IP:554/11 funktioniert so in iSpy

                                  Kann da jemand helfen ?

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    silgri @Ralf last edited by

                                    @ralf
                                    Ich habe Lupus Webcams, da sieht die Adresse folgendermaßen aus:
                                    rtsp://user:passwort@192.168.0.xx/cam/realmonitor?channel=1&subtype=2
                                    oder
                                    rtsp://user:passwort@192.168.0.xx/cam/realmonitor?channel=1&subtype=0

                                    Codierknecht 1 Reply Last reply Reply Quote 0
                                    • Codierknecht
                                      Codierknecht Developer Most Active @silgri last edited by

                                      @silgri sagte in go2rtc installieren und einrichten:

                                      Ich habe Lupus Webcams, da sieht die Adresse folgendermaßen aus:

                                      oder so (mit Portangabe):

                                      rtsp:/user:password@192.168.178.109:554/cam/realmonitor?channel=1&subtype=0

                                      1 Reply Last reply Reply Quote 0
                                      • G
                                        Gonzokalle @tony63526 last edited by

                                        @tony63526
                                        Ich schließe mich der Frage mal an.
                                        Wie kann man eine neue Version von go2RTC auf die alte Version installieren?

                                        I Codierknecht 2 Replies Last reply Reply Quote 0
                                        • I
                                          ioBrokerMike @Gonzokalle last edited by ioBrokerMike

                                          @gonzokalle sagte in go2rtc installieren und einrichten:

                                          Wie kann man eine neue Version von go2RTC auf die alte Version installieren?

                                          Habe ich so gemacht :

                                          Neu Version Herrunter laden
                                          https://github.com/AlexxIT/go2rtc/releases/

                                          Mit WinSCP ins Verzeichnis kopieren
                                          /usr/local/bin/

                                          System Stopen
                                          systemctl stop go2rtc.service

                                          System Starten
                                          systemctl start go2rtc.service

                                          Das war's.
                                          Hat bei mir geklappt, ob's richtig ist ?

                                          wendy2702 G 2 Replies Last reply Reply Quote 1
                                          • wendy2702
                                            wendy2702 @ioBrokerMike last edited by

                                            @iobrokermike Je nach Installation Art Im Prinzip richtig wenn du denn den letzten Schritt auch ausgeführt hast:

                                            go2rtc: Binary
                                            Download binary for your OS from latest release:
                                            
                                            go2rtc_win64.zip - Windows 10+ 64-bit
                                            go2rtc_win32.zip - Windows 7+ 32-bit
                                            go2rtc_win_arm64.zip - Windows ARM 64-bit
                                            go2rtc_linux_amd64 - Linux 64-bit
                                            go2rtc_linux_i386 - Linux 32-bit
                                            go2rtc_linux_arm64 - Linux ARM 64-bit (ex. Raspberry 64-bit OS)
                                            go2rtc_linux_arm - Linux ARM 32-bit (ex. Raspberry 32-bit OS)
                                            go2rtc_linux_armv6 - Linux ARMv6 (for old Raspberry 1 and Zero)
                                            go2rtc_linux_mipsel - Linux MIPS (ex. Xiaomi Gateway 3, Wyze cameras)
                                            go2rtc_mac_amd64.zip - macOS 10.13+ Intel 64-bit
                                            go2rtc_mac_arm64.zip - macOS ARM 64-bit
                                            
                                            Don't forget to fix the rights chmod +x go2rtc_xxx_xxx on Linux and Mac.
                                            

                                            Wenn per Proxmox Helper Script installiert sollte das Update so funktionieren:

                                            To Update go2rtc, run the command below (or type update) in the LXC Console.
                                            
                                            Copy
                                            bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/go2rtc.sh)"
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            28
                                            155
                                            20384
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo