View Single Post
  #26  
Old 07-31-2009, 04:02 AM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

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


Quote:
Originally Posted by borboleta View Post
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
Reply With Quote