Hacker News new | ask | show | jobs
by mynameishere 4389 days ago
Searched for a number of things unsuccessfully then found that Neil Young is on it. Okay, tried to play "Harvest" and it refused. The previews for the same album work, but only after letting the Flash widget run (I use flashblock). The Prime videos use Silverlight, so that was never an issue. I can't find a widget hiding anywhere for the prime music, so I'm guessing that's a bug on their part. Or maybe I have it all wrong. Not going to waste time debugging their issues.

Has anyone tried the amazon lending library? Absolute rubbish. At least this has Neil Young, but the problem is, you have to have nearly everything for it to work. And also you're competing with this:

http://www.youtube.com/watch?v=8odlwI94uFA

1 comments

Tried it on Chrome/Linux. Audio appears to be played through a flash plugin (noted since I have "click to enable plugins" set). Checking the debugger, the service seems to use HTTP Live Streaming/m3u8 with 10-second, 400k mp2ts chunks.

Digging a touch further, chunks are apparently encoded to 256-kbps AAC, and their URLs can be captured and replayed for up to an hour. Reconstituting tracks, then, is as simple as catting all the chunks together and running them through libav.

I'm sure there are much easier ways to make unauthorized copies of music, but this actually seems fairly unprotected, though obviously not 'open', since it's using a flash-based player.