Search results

  1. StewartM

    iVMS-4200 needs a different username or password?

    Ok, might be firewall then. I had a similar issue when I upgraded to iVMS-4200 v3.1 Try this. Open the command terminal in Windows as administrator. Then paste the following at the prompt (right click>paste): netsh advfirewall firewall add rule name="Allow iVMS-4200 Port 8000 Access" dir=in...
  2. StewartM

    ds-kb6003-wip firmware

    Perhaps now the common gateway interface needs to be enabled. PUT /ISAPI/System/Network/Integrate <Integrate><CGI><enable>true</enable><certificateType>digest/basic</certificateType></CGI></Integrate> Then try enabled ONVIF.
  3. StewartM

    ds-kb6003-wip firmware

    Try set the certificate to digest/basic? What is the response when you try? PUT /ISAPI/System/Network/Integrate Body: <Integrate> <ONVIF><enable>true</enable><certificateType>digest/basic</certificateType></ONVIF> </Integrate>
  4. StewartM

    ds-kb6003-wip firmware

    The attached is old but may help.
  5. StewartM

    ds-kb6003-wip firmware

    This is a helpful tool for checking ONVIF capabilities and commands.
  6. StewartM

    ds-kb6003-wip firmware

    With the rest client you can enable ONVIF: PUT http://admin:xxxx@192.168.1.xx/ISAPI/System/Network/Integrate Body: <Integrate> <ONVIF><enable>true</enable><certificateType /></ONVIF> </Integrate> You will need a user account for ONVIF to work: PUT...
  7. StewartM

    ds-kb6003-wip firmware

    I have no experience with the ds-kb6003-wip. Hikvision does have tools to update the firmware though. The Batch Configuration Tool will probably do it. I've never tried with a HIK doorbell but what happens if you amend and paste the following into your browser? I suspect it will return an error...
  8. StewartM

    ds-kb6003-wip firmware

    My understanding is NPAPI plugins are no longer supported in FF and Chrome due to security risks. You could update your Windows 7 laptop to IE11 and load the plugin. Some users have reported Pale Moon works. http://linux.palemoon.org/ or MoonchildProductions/Pale-Moon
  9. StewartM

    ds-kb6003-wip firmware

    V1.4.62_180809 is the latest. Use Internet Explorer 11. You will need Hikvision's WebComponents.exe plugin installed. Right click on the file and select 'Run as administrator' with all browsers closed. That will correct the issues with the webGUI.
  10. StewartM

    (R7) Hikvision DS-2DE4220IW-D firmware upgrade help needed

    It's possible to force a firmware with TFTP but you run the risk of bricking the camera. I'd advise against it, unless someone on the forum has had success with the R7 CCC.
  11. StewartM

    iVMS-4200 needs a different username or password?

    It doesn't sound like a firewall issue if you are getting 'Incorrect password'. When you first installed iVMS-4200 it prompts you for a super user account. Check that account has the same username and password as the NVR. Edit it to match the NVR credentials and delete the other accounts in...
  12. StewartM

    Generate health report for nvr

    I'm not aware of any third party reporting tools for your requirements. The 9600 series has fairly comprehensive reports/logs for some of your queries via the webGUI. HDD health status for example: If your looking for an automated report with the queries you listed it wouldn't to be hard to...
  13. StewartM

    Generate health report for nvr

    Model of the NVR?
  14. StewartM

    DS-2CD2x32 ONVIF not working properly

    Your NVR probably needs CGI activated and a ONVIF account created. I believe it's under Network>Advanced Settings> Integration Protocol. Create a user admin, grant admin privileges and same password as admin login for the NVR.
  15. StewartM

    SOLVED: Do not upgrade to 5.6.0!!! Much worser exposure/focus performance

    I'm in the same camp. Upgraded my G1 to v5.6.0 and can't downgrade. I bricked the camera with TFTP server trying to downgrade to v5.5.83 (transfer completed but after 30mins no confirmation). Eventually I revived the camera using Scot Lamb's hikvision_tftpd.py tool. It managed to upload v5.6.0...
  16. StewartM

    NVR losing Hik-Connect connection.

    Long shot, if you don't come right with the above suggestions try lowering the MTU to 1428.
  17. StewartM

    NVR losing Hik-Connect connection.

    Things to try (which model is it?): NVR on the latest firmware UPnP off? Try a different server litedev.hik-connect.com litedev.eu.hik-connect.com dev.eu.hik-connect.com dev.hik-connect.com
  18. StewartM

    Pole mount for DS-2CD2032-I

    The Hikvision universal pole mount bracket can be sourced for around $17 on Amazon. We struggle to get them in South Africa so we use a local metal work shop to make something similar for about $8.
  19. StewartM

    hikvison ip cmera latest version v5.5.82_19200 i want to downgrade

    After v5.5.0 they disabled downgrading to prior firmware I believe. I tested by loading v5.5.0 on my G1 series and it gives a mismatch error when I try load any earlier firmware.
  20. StewartM

    Hikvision AR324-8 DVR Chrome support

    Running LocalServicesComponents.exe (the new plugin) and the highlighted below in play, FF and Chrome are finally fully functional.
  21. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    Your E series and my K series are similar but the firmware files are radically different in size. You could load the latest firmware for your NVR. Either way, please run the following from a tab in Chrome/FF (if you prefer to keep the responses private msg me)...
  22. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    I'm running an unofficial version firmware on my NVR which is giving me more options than than v3.4.98. I'll revert to your firmware and get back to you.
  23. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    It's likely you need to create a user next. curl -T ONVIF_createUser.xml http://admin:xxx@192.168.1.xx/ISAPI/Security/ONVIF/users Body of ONVIF_createUser.xml: <UserList> <User> <id>1</id> <userName>admin</userName> <password>xxxxx</password> <userType>administrator</userType> </User>...
  24. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    ONVIF device manager should then see the RTSP streams.
  25. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    You should be able to reboot like this: Create a reboot.xml file. Contents of reboot.xml: reqReboot=true curl -T reboot.xml http://admin:xxx@192.168.1.xx/ISAPI/System/reboot
  26. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    If you're up for it, let's try curl. Download curl for Windows. Extract the curl.zip file you downloaded to C:\curl Open a command prompt and navigate to the curl folder. Create a xml file (I use Visual Studio Code) in the curl folder called ONVIF_on.xml Contents of ONVIF_on.xml: <Integrate...
  27. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    Might be an issue. Are you on a Windows PC or Mac?
  28. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    Back in RestLet: PUT http://admin:xxx@192.168.1.xx/ISAPI/System/Network/Integrate Body: <Integrate xmlns="http://www.isapi.org/ver20/XMLSchema" version="2.0"> <ONVIF> <enable>true</enable> </ONVIF> </Integrate> If you don't get a response untick Host
  29. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    Odd, you should get something. Try from a Chrome/FF tab: http://192.168.1.xx/ISAPI/System/Network/Integrate
  30. StewartM

    Is DS-7608NI-E2 / 8P compatible with H264+ ??

    Let's start by trying to activate ISAPI/ONVIF/CGI on the NVR. Open Chrome and navigate to the RestLet Client. Once you have added it, login without an account. Select GET and paste this URL with your amended NVR password and IP: http://admin:xxxx@192.168.1.xx/ISAPI/System/Network/Integrate...