View Single Post
  #25  
Old 05-15-2011, 10:05 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Updated Script


if you are having the following problem then probably you are trying to play an old file which the bundled player doesn't support or file is corrupted.

Code:
Invalid header in recording file. The file is either not a recording, 
is in an obsolete format, or was corrupted during download.

java.lang.RuntimeException: Invalid magic number in VCR header.
i have updated the script to make those old files playable. it requires the corresponding play.jnlp file from which you downloaded the vcr file. first and recommended method is to rename the play.jnlp and put both files in same folder. for example if your vcr filename is
Code:
2006-04-20.1111.C.3C4CA6AAFE82AAE656A1A8EC9ECC4D.vcr
then rename play.jnlp to
Code:
2006-04-20.1111.C.3C4CA6AAFE82AAE656A1A8EC9ECC4D.vcr.jnlp
and script will automatically load it. if script can't find the file it will ask you to enter the path of play.jnlp file. you can drag drop the file on console window.

test url:
Code:
https://sas.elluminate.com/p.jnlp?psid=2006-04-20.1111.C.3C4CA6AAFE82AAE656A1A8EC9ECC4D.vcr&sid=45
Updated package:
Code:
http://www.mediafire.com/file/2w5d7cz1a1d2j45/KSV%20-%20Elluminate%20Player.zip
test it and provide feedback.

Last edited by KSV : 05-15-2011 at 10:59 AM.
Reply With Quote