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 > Media file management > Removing copy-protection (like DRM, AACS)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 09-30-2007, 09:06 PM
qvr qvr is offline
Junior Member
 
Join Date: Sep 2007
Posts: 4
qvr is on a distinguished road
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


I've scanned the directory and it says that there is no drmv2.lic file which is weird...It must be a memory issue, not sure how to change that.

I can't uninstall Vista that's not going to work unfortunately.
Reply With Quote
  #12  
Old 10-01-2007, 03:57 PM
sectroyer sectroyer is offline
Member
 
Join Date: Sep 2007
Posts: 42
sectroyer will become famous soon enoughsectroyer will become famous soon enough
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


Quote:
Originally Posted by qvr View Post
I've scanned the directory and it says that there is no drmv2.lic file which is weird...It must be a memory issue, not sure how to change that.

I can't uninstall Vista that's not going to work unfortunately.
You can always uninstall vista It's not always easy but it is possible.

There are many sites that explain how to uninstall vista in any conditions.

I just can't understand people who use Vista... Why use system which doesn't work correctly and doesn't support most of the apps?

You may read the following thread for more
Should I use Windows Vista or uninstall it?
Reply With Quote
  #13  
Old 10-03-2007, 05:07 AM
sectroyer sectroyer is offline
Member
 
Join Date: Sep 2007
Posts: 42
sectroyer will become famous soon enoughsectroyer will become famous soon enough
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


I just wanted to inform on this forum that FreeMe2 can now be consider as beta since it is proved to work by many testers and it's even confirmed that it is able to handle some files that FU4WM isn't.
Reply With Quote
  #14  
Old 11-28-2007, 10:34 AM
fuze fuze is offline
Junior Member
 
Join Date: Nov 2007
Posts: 3
fuze is on a distinguished road
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


Hi guys,

I've managed to get to a point where the process starts, but it hangs on 0% when I do it the command style way. Here's my output:

C:\test>FreeMe2 "videofile.wmv"
Enter SID for this file:
2onZFmFOErCZVCvUzUlZBA8mvQVI
| | 0%
C:\test>

Very weird.
I've tried it with the drmdbg generated keyfile. I renamed it to drm2.key, put it in the videofile's directory. Then I drag the videofile on the FreeMe2 icon (which is in the same dir), then it says:

Wrong size of SID!
Press <ENTER> to acknowledge error.

(when I press enter the cmdline closes, so no error log )

The drm2.key file looks like this:

<DRM2WMV2>
<KID>EZV2nU0hokdJFmOgZx0p5Ftb</KID>
<SID>2onZFmFOErCZVCvUzUlZBA8mvQVI</SID>
<INFO></INFO>
</DRM2WMV2>

Can anyone help me?

Thanks!
Reply With Quote
  #15  
Old 11-30-2007, 10:28 AM
smartsl
 
Posts: n/a
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


I've got the same message like "Wrong size of SID!".

I got SID from drmdbg20071003, and my freeme2 version is FreeMe2_101307.zip
Reply With Quote
  #16  
Old 12-10-2007, 04:37 AM
fuze fuze is offline
Junior Member
 
Join Date: Nov 2007
Posts: 3
fuze is on a distinguished road
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


Anyone, please?
Reply With Quote
  #17  
Old 12-12-2007, 02:47 PM
Rudolf
 
Posts: n/a
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


Mine accepts the SID but after getting to 100% gives error:

Unknown packet id - don't know what to do!
Reply With Quote
  #18  
Old 12-22-2007, 06:23 AM
sectroyer sectroyer is offline
Member
 
Join Date: Sep 2007
Posts: 42
sectroyer will become famous soon enoughsectroyer will become famous soon enough
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


Quote:
Originally Posted by Stream Recorder View Post
I duno whether secroyer will be back. If freeme2 doesn't work for you, try to use drm2wmv instead.
I have some small changes to source code, so you can check if it works for you. I am planning a major rewrite but it's going to take some time
Regards.
Reply With Quote
  #19  
Old 12-24-2007, 03:16 PM
sectroyer sectroyer is offline
Member
 
Join Date: Sep 2007
Posts: 42
sectroyer will become famous soon enoughsectroyer will become famous soon enough
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


Today I have finished testing new (mplayers code based) "engine" for decrypting files. It is now used as default in FreeMe2. Please compile the code and test it. If you will find any file that doesn't work now with FreeMe2 please upload it to rapidshare and PM link to me. Marry Christmas.
Reply With Quote
  #20  
Old 01-05-2008, 12:03 AM
soccerdad soccerdad is offline
Junior Member
 
Join Date: Jan 2008
Posts: 3
soccerdad is on a distinguished road
Default

Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fi


You may have fixed this and are getting ready to release a version with the fix. I saw in one of the doom9 threads where on Jan 3 2008 you said you were prepping a new binary release. But just in case...

The issue mentioned here where there is no "drmv2.lic" file in the registry-specified location ("C:\ProgramData\Microsoft\Windows\DRM" on Vista) is, I believe, causing the issue mentioned over on doom9, "Couldn't allocate space for license file!".

Because the file doesn't exist, the fseek / ftell calls that figure out how much space to allocate are probably returning -1, which when viewed as an unsigned int is 2^32 (4GB). That memory allocation will obviously fail. Should probably check if the file exists before opening and seeking.

What I don't know nearly enough to answer is why an expected "drmv2.lic" file isn't in that directory. There *is* a drmv1.lic file. Don't know what that means. [EDIT] There is a "drmv1.key" file in that folder. There are *no* .lic files in there at all.

FWIW...

Donnie


Quote:
Originally Posted by sectroyer View Post
Today I have finished testing new (mplayers code based) "engine" for decrypting files. It is now used as default in FreeMe2. Please compile the code and test it. If you will find any file that doesn't work now with FreeMe2 please upload it to rapidshare and PM link to me. Marry Christmas.
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 11:48 PM.


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