Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Audio stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=5)
-   -  

Record/Capture/Download/Rip/Save Music from Deezer

(http://stream-recorder.com/forum/showthread.php?t=2023)

Zobaree 07-21-2009 12:18 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Anybody found something to download from Deezer-v3?

bmnstrm 07-28-2009 10:25 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
@noob2001204

Can you maybe upload the 400 kb files of a song including the originial track so that I can help you analysing the new encryption technique.

noob2001204 07-30-2009 10:35 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Quote:

Originally Posted by bmnstrm (Post 12116)
@noob2001204

Can you maybe upload the 400 kb files of a song including the originial track so that I can help you analysing the new encryption technique.

thanks your help!

here's the files of 400kb data
http://www.mediafire.com/?jzw2t5uzznn

i use media player classic to extract mp3 from flv (DSM converter)
and then just join them by using command below in cmd
sorry i dont have "original" mp3 file

Code:

copy /b *.mp3 New.mp3

noob2001204 07-30-2009 10:43 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
or you can just join the flv files

Code:

copy /b *.flv New.flv
change 10.flv to anyword.flv
so that the order is correct

borboleta 07-30-2009 11:58 PM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
I did join the files into one OK, But ,when playing it back in Windows Media Player Classic, the sound .at times skips and is garbled, like playing it backwards. How can we know the right order of the downloaded files? Thank you for your post. It is extremely informative. I used your exemple. it has the same problem. Now playing the files in the right sequence.

noob2001204 07-31-2009 04:02 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Quote:

Originally Posted by borboleta (Post 12180)
I did join the files into one OK, But ,when playing it back in Windows Media Player Classic, the sound .at times skips and is garbled, like playing it backwards. How can we know the right order of the downloaded files? Thank you for your post. It is extremely informative. I used your exemple. it has the same problem. Now playing the files in the right sequence.

i used http debugger to download the chunk data
i saved the files one by one once the debugger sniff a new url
so the order must be correct

or you can use WebVideoCap
to capture the chunk data

in cmd screen,if you joined the files,the order should be like this

Code:

1.flv
2.flv
3.flv
4.flv
5.flv
6.flv
7.flv
8.flv
9.flv
a.flv
        1 file(s) copied.

i changed 10.flv to a.flv so that the order should be correct


i just noticed deezer might use some flv splitter to split the original flv file into chunk data
but i have tried several flv joiner like flvmerge,flv binder,andy's flv joiner,avidemux
unfortunately,they all failed
i am just curious how deezer music player can play the chunk data flawlessly

bmnstrm 08-01-2009 06:33 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Thank you for the file.

Does anyone have knowledge of Flash?
The music is sound data is received by
"player-v35.swf" as far as I have seen.

In another bulletin board I read
something about Blowfish encrycption.

Zobaree 08-01-2009 10:13 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
I read something about AES encrypton for the new Deezer v3.
http://en.wikipedia.org/wiki/Advance...ption_Standard

bmnstrm 08-01-2009 11:22 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
I have looked into all loaded swf files
and mainly all common encryption techniques
are included but I couldn't figure out which of them
are used and which are not

an (no longer working) application was published on
free-deezer.tk

noob2001204 08-01-2009 06:49 PM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
thanks for the replies

i believe the song is already splitted and stored in their server before users browser send a request to play it

so the question now is how the flash player is able to play the chunk data


All times are GMT -6. The time now is 05:53 AM.