Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Camera System WebClient Incompatability With Latest Version (Worked in previous versions)

  • No replies
  • 0 have this problem
  • 2 views
more options

I just updated to the latest version of Firefox and I am unable to see my camera system anymore. They use a custom batch file to setup the web client. Not sure if I just have to change one line or if there is a compatibility addon you can direct me to. It did work in previous versions, it just doesnt link to the web client anymore. Cant view my camera system using Firefox, but I can using other browsers :(. Here is the file contents: @echo off

REM ×¢²áacitvex¿Ø¼þ regsvr32 /S npwebclient.dll

REM Ìí¼Ófirefox plugin ×¢²á±í reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /va /f > nul reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Path" /t reg_sz /d "C:\windows\system32\WebClient\npwebclient.dll" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Version" /t reg_sz /d "1.2.3.59" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "ProductName" /t reg_sz /d "EDVR Web Client" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Description" /t reg_sz /d "EDVR Web Client Plugin" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Vendor" /t reg_sz /d "" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient\MimeTypes" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient\MimeTypes\application/x-dvrwebclient" /f

REM Ìí¼Ó¿ØÖÆÃæ°åɾ³ý³ÌÐò reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WebClient" /v "DisplayName" /t reg_sz /d "WebClient" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WebClient" /v "UninstallString" /t reg_sz /d "c:\windows\system32\WebClient\uninstall.cmd" /f

REM ÐÞ¸Äfirefox²å¼þ³¬Ê±Ê±¼ä300Ãë REM chdir "C:\" REM for /f "delims=" %%i in ('dir /a-d /s/b prefs.js') do echo user_pref("dom.ipc.plugins.timeoutSecs", 300); >> %%~fi REM chdir "C:\windows\system32\WebClient"

REM ɾ³ý×ÔÉí del setup.cmd

I just updated to the latest version of Firefox and I am unable to see my camera system anymore. They use a custom batch file to setup the web client. Not sure if I just have to change one line or if there is a compatibility addon you can direct me to. It did work in previous versions, it just doesnt link to the web client anymore. Cant view my camera system using Firefox, but I can using other browsers :(. Here is the file contents: @echo off REM ×¢²áacitvex¿Ø¼þ regsvr32 /S npwebclient.dll REM Ìí¼Ófirefox plugin ×¢²á±í reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /va /f > nul reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Path" /t reg_sz /d "C:\windows\system32\WebClient\npwebclient.dll" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Version" /t reg_sz /d "1.2.3.59" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "ProductName" /t reg_sz /d "EDVR Web Client" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Description" /t reg_sz /d "EDVR Web Client Plugin" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient" /v "Vendor" /t reg_sz /d "" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient\MimeTypes" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@EDVR/WebClient\MimeTypes\application/x-dvrwebclient" /f REM Ìí¼Ó¿ØÖÆÃæ°åɾ³ý³ÌÐò reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WebClient" /v "DisplayName" /t reg_sz /d "WebClient" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WebClient" /v "UninstallString" /t reg_sz /d "c:\windows\system32\WebClient\uninstall.cmd" /f REM ÐÞ¸Äfirefox²å¼þ³¬Ê±Ê±¼ä300Ãë REM chdir "C:\" REM for /f "delims=" %%i in ('dir /a-d /s/b prefs.js') do echo user_pref("dom.ipc.plugins.timeoutSecs", 300); >> %%~fi REM chdir "C:\windows\system32\WebClient" REM ɾ³ý×ÔÉí del setup.cmd