Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
#31
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)Hi
I get an error when trying to open the .vcr with the the .bat "Failed to validate certificate The application will not be executed" This error occurs only if I am offline. If online, everything works perfect. ![]() ![]() More info about the error Code:
sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: java.net.UnknownHostException: ocsp.verisign.com at sun.security.validator.PKIXValidator.doValidate(Unknown Source) at sun.security.validator.PKIXValidator.doValidate(Unknown Source) at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) at sun.security.validator.Validator.validate(Unknown Source) at sun.security.validator.Validator.validate(Unknown Source) at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source) at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(Unknown Source) at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source) at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source) at com.sun.javaws.Launcher.prepareResources(Unknown Source) at com.sun.javaws.Launcher.prepareAllResources(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.security.cert.CertPathValidatorException: java.net.UnknownHostException: ocsp.verisign.com at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(Unknown Source) at sun.security.provider.certpath.PKIXCertPathValidator.doValidate(Unknown Source) at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source) at java.security.cert.CertPathValidator.validate(Unknown Source) ... 18 more Caused by: java.net.UnknownHostException: ocsp.verisign.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at sun.security.provider.certpath.OCSP.check(Unknown Source) at sun.security.provider.certpath.OCSPChecker.check(Unknown Source) ... 22 more Windows 7 64 bit Java version 6 update 26 (build 1.6.0_26-b03) Any ideas? Thanks Last edited by silverfox : 06-08-2011 at 09:15 AM. Reason: Error image 2 |
#32
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)I have no problem in playing vcr files when disconnected from internet. try clearing your java cache. if problem persists post your vcr file.
|
#33
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)I cleared the java cache and I get the same error. Even with your demo file I get the "Failed to validate certificate". I tried with another PC (vista) and I get the same exact message. I even unchecked "Enable online certificate validation" and "Enable list of trusted publishers" from the java control panel but I still get "Failed..."
![]() Last edited by silverfox : 06-08-2011 at 11:50 AM. |
#34
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)i am using Win XP SP3 and was able to play your vcr file when disconnected from internet. uncheck "Enable blacklist revocation check" and try again.
my java security settings on Win XP SP3: ![]() |
#35
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)Problem fixed!!!
The problem was with the "Check certificates for revocation using Certificate Revocation Lists (CRLs)" option. I unchecked that option and .vcr files can play offline perfectly. Thanks for all your help |
#36
|
|||
|
|||
![]() Updated ScriptFixed a problem with some VCR files which have header version "VCR 1.4" but actually require older version of player to play properly. you may get some "Exception Trace Report" popups if you are using old script. renaming the corresponding play.jnlp file as described in
Code:
http://stream-recorder.com/forum/showpost.php?p=29104&postcount=25 Updated Script: Code:
http://www.mediafire.com/file/2w5d7cz1a1d2j45/KSV%20-%20Elluminate%20Player.zip |
#37
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)Can you please re upload the script? It's been taken down.
|
#38
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)Previous link has been broken. so i have reuploaded the script.
Code:
http://www.mediafire.com/file/2w5d7cz1a1d2j45/KSV%20-%20Elluminate%20Player.zip |
#39
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)KSV - thanks for the great help on this thread. I am trying to run some .vcr files offline and I tried setting up php, your script and my vcr files in the same folder and tried to run it and I get some errors.
I then tried running your demo.vcr with the bat file and I get the same error. The error is "Unable to launch application" and the details show "The field <jnlp> codebase has an invalid value Player" (attached is image of error) Can you help me identify what I am missing? I am running Windows 7 if that helps. Thanks again. |
#40
|
|||
|
|||
![]() Re: How to capture Elluminate live and player VCR files (VCR player included)uninstall all old JRE (java runtime) versions and install the latest one and then try again. i am using JRE 7 Update 1 on Win XP SP3 and it's working fine. it also works with older versions of JRE (6 series).
|
![]() ![]() |
Tags: elluminate, elluminate com, elluminate live, java, live, recording, streaming, vcr, vcr file, vcr file extension, vcr player |
Thread Tools | |
Display Modes | |
|
|