Wednesday, June 28, 2006

music on Amazon S3


I mentioned ways to share music between multiple computers, so I did an experiment to see how storing music on Amazon's S3, with JungleDisk.  I copied a bunch of music on to the disk, and then added the tracks to iTunes.  When those tracks were played back, there was a significant delay before playback.


When an file is accessed from S3, with JungleDisk, the whole file is downloaded to a local cache, before the file is returned to the caller.  It should be possible to still use Amazon's S3 for this purpose, but the client on the computer would need to not do any caching.  It should be possible to pass the file descriptor directly from the http client to the file system.


Technorati Tags: , ,

No comments:

Post a Comment

Seamless Local Control: Integrating WeatherFlow with Home Assistant Across VLANs

I've been pleased with my Home Assistant setup for some time now. One of my main focuses has been achieving local control. This ensures...