Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #31  
Old 06-08-2011, 01:00 AM
silverfox silverfox is offline
Junior Member
 
Join Date: Jun 2011
Posts: 3
silverfox is on a distinguished road
Default

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
PC info

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
Reply With Quote
  #32  
Old 06-08-2011, 04:59 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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.
Reply With Quote
  #33  
Old 06-08-2011, 09:30 AM
silverfox silverfox is offline
Junior Member
 
Join Date: Jun 2011
Posts: 3
silverfox is on a distinguished road
Default

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.
Reply With Quote
  #34  
Old 06-08-2011, 01:01 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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:

Reply With Quote
  #35  
Old 06-08-2011, 02:01 PM
silverfox silverfox is offline
Junior Member
 
Join Date: Jun 2011
Posts: 3
silverfox is on a distinguished road
Default

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
Reply With Quote
  #36  
Old 06-22-2011, 06:35 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Updated Script


Fixed 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
along with this updated script will fix almost all of the problems.

Updated Script:
Code:
http://www.mediafire.com/file/2w5d7cz1a1d2j45/KSV%20-%20Elluminate%20Player.zip
Reply With Quote
  #37  
Old 09-28-2011, 08:23 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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.
Reply With Quote
  #38  
Old 10-05-2011, 01:14 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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
Reply With Quote
  #39  
Old 11-04-2011, 10:48 PM
jkamat jkamat is offline
Junior Member
 
Join Date: Nov 2011
Posts: 2
jkamat is on a distinguished road
Default

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.
Attached Images
File Type: jpg error.jpg (67.7 KB, 0 views)
Reply With Quote
  #40  
Old 11-05-2011, 12:33 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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).
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:20 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons