• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Unknowed brand IPcam

    Other Manufacturers
    5
    97
    7708
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Tueftler last edited by Tueftler

      so now i have installed the Monocle Gateway on my Raspberry pi, this is running 24/7
      now i can made the tests with the laptop

      If i Test i become the same output in log:

      Jul 17 14:57:40 FhemServer monocle-gateway[27235]: INITIALIZE RTSP STREAM:  test2
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]: -------------------------------------------------
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]:  - NAME  : test2
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]:  - LABEL : PRIMARY
      
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]:  - URL   : rtsp://192.168.2.102:554/user=admin&password=marokaner1510&channel=1&stream=1.sdp
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]:  - UUID  : STREAM:7d8ddf5b-a0b3-45ff-b203-a7d1f4070cfc
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]:  - SESS  : dc987c54-8fdf-4c2c-8f47-324577513814
      
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]:  - MODIF : Tue Jul 16 2019 10:45:15 GMT+0200 (CEST)
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]:  - TAGS  : @fixaudio,@tunnel
      Jul 17 14:57:40 FhemServer monocle-gateway[27235]: -------------------------------------------------
      
      

      i have installed openssl on the laptop by downloading the setup.exe and installing but in the commandpromt comes the messages that openssl is wrong or can not be found

      openssl s_client -showcerts -connect 9dd28fe1-40f2-4459-805d-daa62fdc6ff5.mproxy.io:443
      

      Edit: the ping test to the raspberry looks good:

      C:\>ping 9dd28fe1-40f2-4459-805d-daa62fdc6ff5.mproxy.io
      
      Ping wird ausgeführt für 9dd28fe1-40f2-4459-805d-daa62fdc6ff5.mproxy.io [192.168
      .2.172] mit 32 Bytes Daten:
      Antwort von 192.168.2.172: Bytes=32 Zeit=5ms TTL=64
      Antwort von 192.168.2.172: Bytes=32 Zeit=2ms TTL=64
      Antwort von 192.168.2.172: Bytes=32 Zeit=3ms TTL=64
      Antwort von 192.168.2.172: Bytes=32 Zeit=2ms TTL=64
      
      Ping-Statistik für 192.168.2.172:
          Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0
          (0% Verlust),
      Ca. Zeitangaben in Millisek.:
          Minimum = 2ms, Maximum = 5ms, Mittelwert = 3ms
      
      

      so what can i do

      Monocle 1 Reply Last reply Reply Quote 0
      • Monocle
        Monocle @Tueftler last edited by

        @Tueftler

        On Windows, since the installer did not include the “openssl.exe” in your path by default, you can change directories at the command prompt before running the test using the first command below:

        cd "\Program Files (x86)\GnuWin32\bin"
        
        openssl s_client -showcerts -connect 9dd28fe1-40f2-4459-805d-daa62fdc6ff5.mproxy.io:443 
        

        The successful ping test tells us that the DNS should be working and resolving properly on your network – so in theory, DNS REBINDING should not be a problem.

        So I suspect this openssl command test will be successful as well. Lets go ahead and verify it just to make sure. This will further verify that we can in fact access port 443 and get a valid SSL certificate response.

        Thanks, Robert

        Monocle: https://monoclecam.com
        Getting Started | Troubleshooting Guide | FAQ | Contact Support

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

          Okay here the result:

          Server certificate
          subject=/CN=*.mproxy.io
          issuer=/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
          ---
          No client certificate CA names sent
          ---
          SSL handshake has read 29777 bytes and written 450 bytes
          ---
          New, TLSv1/SSLv3, Cipher is AES256-SHA
          Server public key is 2048 bit
          Compression: NONE
          Expansion: NONE
          SSL-Session:
              Protocol  : TLSv1
              Cipher    : AES256-SHA
              Session-ID: 5B7776799F28F9049A80093118EFDBCBC314C1408FCC8382D96CCD26D79F7B4E
          
              Session-ID-ctx:
              Master-Key: 1AB19413C57A5FB7ECEB0883D2111B09C96C163B86B40A82803E2F7AB16ECAAE
          3CD9279FECAC3C6C780226225177105E
              Key-Arg   : None
              Start Time: 1563460616
              Timeout   : 300 (sec)
              Verify return code: 20 (unable to get local issuer certificate)
          ---
          closed
          

          i have not copied the part with all the certifikate

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

            must the Port 443 linked in my Router to the Server where Monocle Gateway is running?
            so Portforwarting port 443 to 192.168.2.172?

            Monocle 1 Reply Last reply Reply Quote 0
            • Monocle
              Monocle @Tueftler last edited by

              @Tueftler

              No … no port forwarding should be necessary.

              So all this is getting to be pretty strange. It looks like your gateway and network are perfectly fine, but for some reason Alexa simply will not even attempt to connect. Unfortunately Alexa does not provide any logging or diagnostics available to us to know if she is even attempting the connection or why it might be failing.

              Do you know how to do network packet sniffing or have a router that can capture the traffic out from the Alexa device?

              What country are you located in? Just trying to determine if this could be a regional issue.

              Let me think on this and see what steps might help shed further light on this.

              Thanks, Robert

              Monocle: https://monoclecam.com
              Getting Started | Troubleshooting Guide | FAQ | Contact Support

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

                I am from Germany, so is the reason my english is not the best.

                can we do anything with wireshark? i have seen it but not used befor.

                Monocle 2 Replies Last reply Reply Quote 0
                • Monocle
                  Monocle @Tueftler last edited by

                  @Tueftler

                  Yes, you should be able to use WireShark to capture data over the network. It’s been several years since I have used it so not sure what all the requirements are, but you may need a network adapter that supports promiscuous mode to see all the traffic. You might also check into the support for your router. I know that I can analyze traffic using my PFSense router. What we would be looking for is any TCP traffic originating from the Alexa device to the host computer running the Monocle Gateway on port 443. Or potentially any DNS requests attempting to resolve your gateway’s host record “*.mproxy.io” coming from the Alexa device.

                  In the meantime, I think I will try to setup a public testing camera or video feed that you can also try to use. It may take me a few days to get it up as I am traveling. This could at least allow us to verify the Alexa device is connecting to a resource over the cloud and verify the SSL certificates, etc.

                  Thanks, Robert

                  Monocle: https://monoclecam.com
                  Getting Started | Troubleshooting Guide | FAQ | Contact Support

                  1 Reply Last reply Reply Quote 0
                  • Monocle
                    Monocle @Tueftler last edited by

                    @Tueftler

                    After thinking a bit further, I’m not sure WireShark alone can get to the information needed. The Alexa device will be connecting to your WiFi router and in between the WiFi and your other computer/laptop the traffic is likely going over a switched network which means the computer/laptop running WireShark may not be able to see the traffic coming from Alexa. So this may be a bit more involved to capture this data.

                    Monocle: https://monoclecam.com
                    Getting Started | Troubleshooting Guide | FAQ | Contact Support

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

                      Sorry I repeat do late, I have tester with Wireshark but I don’t now to use it.

                      My last idea is to take a not used Raspberry Pi as bridge between Alexa and my rooter and there install a network Swiffer bekause my Fritzbox from Unitymedia have disabled the network monitor tool.

                      Or did you have a other idea?

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

                        So I have connected Alexa with a other Fritzbox, Ther i can record the network traffic. After starting record I have tester to show the 3 device Garten, test1 and test2, then I have stopped the record.
                        In the attachment is the record file I hope it helps

                        i can not upload the file, not privileges

                        Monocle 2 Replies Last reply Reply Quote 0
                        • Monocle
                          Monocle @Tueftler last edited by

                          @Tueftler

                          I sent a PM to you via the chat on this forum site for additional follow up.

                          Thanks, Robert

                          Monocle: https://monoclecam.com
                          Getting Started | Troubleshooting Guide | FAQ | Contact Support

                          1 Reply Last reply Reply Quote 0
                          • Monocle
                            Monocle @Tueftler last edited by

                            @Tueftler

                            OK, here is a test feed to try with your Echo Show (Gen 1).

                            This first test does not require any tags.

                            Here is the RTSP URL:
                            rtsp://demo.mproxy.io:443/resort

                            Here it is configured in my camera settings in the Monocle Web Portal:

                            0a2e4fcc-3cd7-4ad7-81c9-1bd7175d42a1-image.png

                            This will at least test the SSL certificates and certification chain to make sure that is not the problem.

                            Thanks, Robert

                            Monocle: https://monoclecam.com
                            Getting Started | Troubleshooting Guide | FAQ | Contact Support

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

                              Hallo i have send you the E-mail with the network log.

                              Also i have testet the Camera demo you give to me and this works.

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

                                if i use the tag @tunnel in your demo Camera, the cam is not Working is this normal?

                                Monocle 1 Reply Last reply Reply Quote 0
                                • T
                                  Tueftler last edited by

                                  or is the Problem the Audio Code??

                                  VLC Info.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • Monocle
                                    Monocle @Tueftler last edited by

                                    @Tueftler

                                    if i use the tag @tunnel in your demo Camera, the cam is not Working is this normal?

                                    OK, the next test will involve running the same demo feed thru your instance of Monocle Gateway. However, I had to fix a couple of minor issues to get it working.

                                    So, first. You will need to replace your “monocle-gateway.exe” file with a newly compiled one from this link:
                                    https://www.dropbox.com/sh/m91e8z2wa1s89d7/AACRqcwLvdTFA-5gsBo9ItrKa?dl=0&lst=

                                    (The new version should be “0.0.4-1” instead of “0.0.4”)

                                    Now, we will need to update the demo RTSP URL to use port 554 instead of 443. Port 443 is already encrypted whereas port 554 is the raw unencrypted feed.

                                    rtsp://demo.mproxy.io:554/resort

                                    You will also need to add the @tunnel tag to the camera config as shown below:

                                    4c807855-ca3c-44c5-81c2-e33e52887a77-image.png

                                    Monocle: https://monoclecam.com
                                    Getting Started | Troubleshooting Guide | FAQ | Contact Support

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

                                      The gateway is running on the Raspberry pi, because I have only 1 Desktop PC and if I run the gateway on this one it is difficult to Test if it works.

                                      Monocle 2 Replies Last reply Reply Quote 0
                                      • Monocle
                                        Monocle @Tueftler last edited by

                                        @Tueftler said in Unknowed brand IPcam:

                                        The gateway is running on the Raspberry pi, because I have only 1 Desktop PC and if I run the gateway on this one it is difficult to Test if it works.

                                        No problem, let me compiled it for the Raspberry Pi.

                                        Monocle: https://monoclecam.com
                                        Getting Started | Troubleshooting Guide | FAQ | Contact Support

                                        1 Reply Last reply Reply Quote 0
                                        • Monocle
                                          Monocle @Tueftler last edited by

                                          @Tueftler

                                          Latest Linux (x86, x64 and ARM) builds:
                                          https://www.dropbox.com/sh/uslpk8yudeqjui6/AAAkxfRYvCcsz4OChtGEopbZa?dl=0&lst=

                                          You just need to replace the “monocle-gateway” executable that is on your system. Nothing else.

                                          Thanks, Robert

                                          Monocle: https://monoclecam.com
                                          Getting Started | Troubleshooting Guide | FAQ | Contact Support

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

                                            so i have change the file and restartet the gateway service.

                                            then i have modifyed the Demo Cam ( URL port and the tag @tunnel)

                                            The result if i ask Alexa to show the Cam is ( Demo is not responsing)

                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: INITIALIZE RTSP STREAM:  Demo
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:  - NAME  : Demo
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:  - LABEL : PRIMARY
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:  - URL   : rtsp://demo.mproxy.io:554/resort
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:  - UUID  : STREAM:16477451-5365-4f0d-aa6a-da97d21a5b5d
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:  - SESS  : ba6b91b0-0dd1-49ee-ae9d-8c8fa50011dd
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:  - MODIF : Fri Jul 26 2019 17:10:43 GMT+0200 (GMT+02:00)
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:  - TAGS  : @tunnel
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: RTSP STREAM MODIFIED:  Demo
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:   Any existing RTSP steams will be shut down
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:   and a new stream instance will be registered.
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:25.379Z [DEBUG] <RTSP-PROXY> [REQUEST]  --> [DEREGISTER] rtsp://demo.mproxy.io:554/resort
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:25.380Z [TRACE] <RTSP-PROXY> [REQUEST]  --> [HEADERS] {
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:   "cseq": "1",
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:   "transport": "reuse_connection=0;preferred_delivery_protocol=udp;proxy_url_suffix=STREAM:16477451-5365-4f0d-aa6a-da97d21a5b5d"
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: }
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:25.382Z [DEBUG] <RTSP-PROXY> [RESPONSE] <-- [451 (Invalid parameter)] <cseq=1> (session=undefined)
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:25.383Z [TRACE] <RTSP-PROXY> [RESPONSE] <-- [HEADERS] {
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:   "cseq": "1",
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]:   "date": "Fri, Jul 26 2019 15:11:25 GMT"
                                            Jul 26 17:11:25 FhemServer monocle-gateway[3139]: }
                                            
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]: INITIALIZE RTSP STREAM:  Demo
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]:  - NAME  : Demo
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]:  - LABEL : PRIMARY
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]:  - URL   : rtsp://demo.mproxy.io:554/resort
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]:  - UUID  : STREAM:16477451-5365-4f0d-aa6a-da97d21a5b5d
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]:  - SESS  : a40b482a-f070-4283-8190-954edae1bc94
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]:  - MODIF : Fri Jul 26 2019 17:10:43 GMT+0200 (GMT+02:00)
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]:  - TAGS  : @tunnel
                                            Jul 26 17:11:27 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]: INITIALIZE RTSP STREAM:  Demo
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]:  - NAME  : Demo
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]:  - LABEL : PRIMARY
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]:  - URL   : rtsp://demo.mproxy.io:554/resort
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]:  - UUID  : STREAM:16477451-5365-4f0d-aa6a-da97d21a5b5d
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]:  - SESS  : 1e77b500-f34c-4fa2-8771-d2227aef0839
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]:  - MODIF : Fri Jul 26 2019 17:10:43 GMT+0200 (GMT+02:00)
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]:  - TAGS  : @tunnel
                                            Jul 26 17:11:28 FhemServer monocle-gateway[3139]: -------------------------------------------------
                                            
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.295Z [INFO]  [RTSP PROXY] DE-REGISTERING STREAM [Garten/PRIMARY]; NO LONGER IN USE
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.297Z [INFO]  [RTSP PROXY] DE-REGISTERING STREAM [test1/PRIMARY]; NO LONGER IN USE
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.302Z [DEBUG] <RTSP-PROXY> [REQUEST]  --> [DEREGISTER] rtsp://192.168.2.102:554/user=admin&password=marokaner1510&channel=1&stream=1.sdp
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.303Z [TRACE] <RTSP-PROXY> [REQUEST]  --> [HEADERS] {
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "cseq": "1",
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "transport": "reuse_connection=0;preferred_delivery_protocol=interleaved;proxy_url_suffix=STREAM:df443cff-97a9-45ac-a21d-9768d4674f63"
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: }
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.305Z [DEBUG] <RTSP-PROXY> [RESPONSE] <-- [200 (OK)] <cseq=1> (session=undefined)
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.305Z [TRACE] <RTSP-PROXY> [RESPONSE] <-- [HEADERS] {
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "cseq": "1",
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "date": "Fri, Jul 26 2019 15:11:40 GMT"
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: }
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.311Z [DEBUG] <RTSP-PROXY> [REQUEST]  --> [DEREGISTER] rtsp://192.168.2.102:554/user=admin&password=marokaner1510&channel=1&stream=1.sdp
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.312Z [TRACE] <RTSP-PROXY> [REQUEST]  --> [HEADERS] {
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "cseq": "1",
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "transport": "reuse_connection=0;preferred_delivery_protocol=interleaved;proxy_url_suffix=STREAM:6a68ae99-a5d8-4e50-bea2-be2bebf874b7"
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: }
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.314Z [DEBUG] <RTSP-PROXY> [RESPONSE] <-- [200 (OK)] <cseq=1> (session=undefined)
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: 2019-07-26T15:11:40.315Z [TRACE] <RTSP-PROXY> [RESPONSE] <-- [HEADERS] {
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "cseq": "1",
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]:   "date": "Fri, Jul 26 2019 15:11:40 GMT"
                                            Jul 26 17:11:40 FhemServer monocle-gateway[3139]: }
                                            
                                            

                                            Hope that it helps

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Privacy Policy  |  Terms & Conditions

                                            © 2018 shadeBlue, LLC.