Jump to content

riogrande75

Members
  • Content Count

    68
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by riogrande75


  1. You do not need sonia.zip and videodeamon.zip since this are the two main "programs" running on the VTO and are included in the firmware already (off course). No clue why dahua adds them as a zip file in the firmware archives separate.

    You can get video via vlc and rtsp://vto_ip:554/

    Dunno "MicroSIP", but green screen and dots sound like a video resolution issue to me. Does you client support h.264 video with 800x480px? Use jitsi on windows to check, what resolution is set in VTO for sip calls.

    Did you check "CGI Enable" in "Security"-Tab?


  2. Do you run a SIP firmware?

    In fact I configured nothing else than the SIP server and the FTP server for the snapshot uploads (same IP). With sniffing I figured out, that there is a TCP session setup on port 5000.

    Then I let a TCP server run on port 5000 and noticed the message.

    I am pretty sure, it is addressed for SmartPSS (dahua windows sw), but so far I don't know where to set the a specific IP for it.


  3. Mine was '2016-03-21 V3' too. I dared to upgrade - so far no issues.

    But mine was running fine with the old one too - so it's up to you.

     

    I guess the MCU firmware is the uC's software in the devices, controlling hw like buttons,etc.

    So if you have any issues that could be related to that, I would do the upgrade.

    There is a pretty new MCU fw for slave devices (20180316).

     

    Here a part of the .doc coming along with the fw files:

    VTO2000A-B3
    VTO2000A-B5
    VTO2000A-B1	2.5.01.02.11739	General_VTO2000A_MCU_V3.000.0000.0.R.20180316.zip
    
    VTO2000A, 
    VTO2000A-C, 
    VTO2000A-2	2.1.01.02.11605	General_VTO2000A-Master_MCU_V3.000.0000.0.R.20170515.bin
    

    I uploaded it for you guys:http://www.share-online.biz/dl/N4NELLIPXJ


  4. Yes, there was a change in the upgrade process. But I do always upgrade via TFTP method, so don't ask me about it.

    Nevertheless, you will not secceed in installing a customized firware anymore. Since beginning of 2018 all FW files are signed, that means it is impossible to change it - only the manufacturere (dahua) can do this.

    So you got either install a older, even customized firmware via tftp or you got to live with that until dahua releases a firmware where you can replace the sounds officially via the web interface.

    Good luck,

    Rio


  5. Just got my fingerprint sensor (VTO2000A-F) and playing with it.

     

    What I noticed first: When someone opens the door with his finger, a TCP session from VTO to the server (in my case a SIP server, maybe VTHxxxx with dahua proprietary firmware) at port 5000 gets established and something like this gets submitted:

    DHIP¨{"id":1122334455,"method":"global.login","params":{"clientType":"GUI","ipAddr":"192.168.123.123","password":"*******","userName":"8801"},"session":0}

    So this can be used as a trigger to let a script query the API's "recordFinder.cgi" function. I tried it, works fine.

×