Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. YAHKA 0.9.2 Kamerastream

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    YAHKA 0.9.2 Kamerastream

    This topic has been deleted. Only users with topic management privileges can see it.
    • eumats
      eumats last edited by

      Was steht denn bei dir in yahka unter „FFMPEG Kommandozeile - Livestream:„?

      1 Reply Last reply Reply Quote 0
      • N
        nabbl last edited by nabbl

        Hallo, ich habe genau das gleiche Problem... Hier die Konfigurationsparameter. Würde mich über einen Ideenstupser freuen 🙂 @eumats

        [
          "-re",
          "-i",
          "${source}",
          "-threads",
          "0",
          "-vcodec",
          "${codec}",
          "-an",
          "-pix_fmt",
          "yuv420p",
          "-r",
          "${fps}",
          "-f",
          "rawvideo",
          "-tune",
          "zerolatency",
          "-vf",
          "scale=${width}:${height}",
          "-b:v",
          "${bitrate}k",
          "-bufsize",
          "${bitrate}k",
          "-payload_type",
          "99",
          "-ssrc",
          "1",
          "-f",
          "rtp",
          "-srtp_out_suite",
          "AES_CM_128_HMAC_SHA1_80",
          "-srtp_out_params",
          "${videokey}",
          "srtp://${targetAddress}:${targetVideoPort}?rtcpport=${targetVideoPort}&localrtcpport=${targetVideoPort}&pkt_size=1378"
        ]
        
        eumats 1 Reply Last reply Reply Quote 0
        • eumats
          eumats @nabbl last edited by

          @nabbl

          Ffmpeg ist installiert?

          1 Reply Last reply Reply Quote 0
          • N
            nabbl last edited by

            Ja, bekomme ja ein Standbild 😉

            eumats 1 Reply Last reply Reply Quote 0
            • eumats
              eumats @nabbl last edited by eumats

              @nabbl
              Dann stell mal yahka auf Debug und führe das Kommando aus den Log mal auf der Kommandozeile aus. Mal schauen ob eine Fehlermeldung ausgegeben wird.

              Bitte mal beides hier posten. Also Kommando und Ergebnis ...

              1 Reply Last reply Reply Quote 0
              • N
                nabbl last edited by

                Also ich bekomme nur eine Ausgabe für den Screenshot:

                yahka.0	2019-09-11 22:35:09.861	debug	Snapshot run: ffmpeg -re -i rtsp://username:password@IP:554/2 -t 1 -s 480x270 -f image2 -
                

                Als Ausgabe erhalte ich:

                ffmpeg version 3.2.12-1~deb9u1 Copyright (c) 2000-2018 the FFmpeg developers                                                                                
                  built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516                                                                                                    
                  configuration: --prefix=/usr --extra-version='1~deb9u1' --toolchain=hardened -                                                                            
                -libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enabl                                                                            
                e-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls                                                                             
                --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-lib                                                                            
                caca --enable-libcdio --enable-libebur128 --enable-libflite --enable-libfontconf                                                                            
                ig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --en                                                                            
                able-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enab                                                                            
                le-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable                                                                            
                -libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolam                                                                            
                e --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enab                                                                            
                le-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enab                                                                            
                le-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883                                                                             
                --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enabl                                                                            
                e-shared                                                                                                                                                    
                  libavutil      55. 34.101 / 55. 34.101                                                                                                                    
                  libavcodec     57. 64.101 / 57. 64.101                                                                                                                    
                  libavformat    57. 56.101 / 57. 56.101                                                                                                                    
                  libavdevice    57.  1.100 / 57.  1.100                                                                                                                    
                  libavfilter     6. 65.100 /  6. 65.100                                                                                                                    
                  libavresample   3.  1.  0 /  3.  1.  0                                                                                                                    
                  libswscale      4.  2.100 /  4.  2.100                                                                                                                    
                  libswresample   2.  3.100 /  2.  3.100                                                                                                                    
                  libpostproc    54.  1.100 / 54.  1.100        
                

                Für den Stream an sich erhalte ich keinerlei Aufruf / Ausgabe... 😞

                1 Reply Last reply Reply Quote 0
                • N
                  nabbl last edited by

                  .. also: Taucht nicht im Log auf...

                  1 Reply Last reply Reply Quote 0
                  • N
                    nabbl last edited by

                    Hat jemand ne Idee?

                    1 Reply Last reply Reply Quote 0
                    • N
                      nabbl last edited by

                      Was mich wundert: wenn ich einen Stream starten will, wird ffmpeg gar nicht erst gestartet? Zumindest laut Logs passiert da nix...

                      1 Reply Last reply Reply Quote 0
                      • eumats
                        eumats last edited by eumats

                        Sorry. Ich war gesundheitlich ein paar Tage ausgefallen. Poste mal bitte die folgenden Dinge:

                        • Kameratyp
                        • Screenshot der gesamten Yahka Konfiguration für die Kamera
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate
                        FAQ Cloud / IOT
                        HowTo: Node.js-Update
                        HowTo: Backup/Restore
                        Downloads
                        BLOG

                        899
                        Online

                        31.9k
                        Users

                        80.1k
                        Topics

                        1.3m
                        Posts

                        camera homekit yahka
                        3
                        11
                        2771
                        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