VLC only plays SOME m4p files
Posted: 14 Jun 2004 06:46
I am having some trouble playing some m4p files with VLC 0.7.2 on Mac OS X 10.3.3. Most of my files play, but some do not. The error is "mp4 error: drms_init( priv ) failed"
I stepped through the code in a debugger to see if I could figure out what was going on. It appears that it only retrieves 6 keys from my iPod (in the GetUserKey function, i is set to 6 at the line
and as it retrieves the i_key's one by one they count from 1 to 6. However, the problematic songs have i_key's of 7 and 8. It's as if my iPod does not have the keys to play them. However, it does in fact play them properly (as does iTunes).
(Hymn, by the way, has the same problem, as you'd expect.)
Any suggestions?
I stepped through the code in a debugger to see if I could figure out what was going on. It appears that it only retrieves 6 keys from my iPod (in the GetUserKey function, i is set to 6 at the line
Code: Select all
i = U32_AT( p_sci_data + 5 );
(Hymn, by the way, has the same problem, as you'd expect.)
Any suggestions?