Link to home
Start Free TrialLog in
Avatar of afflik1923
afflik1923Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Central cloud storage for sharing music – recommendations?

We have a client in the music industry that want to share music amongst a handful of staff (all legit and legal). Therefore they want the library stored on a central server / in the cloud, and they want to grant certain users access to that music library.

Initially we were thinking of using a service like SugarSync to do this.
So those granted access would have the library downloaded onto their computer and they could add it to their iTunes library or whatever their preferred media player is.
However having used SugarSync, we are concerned about the way it likes to complain about a file being accessed by another user, so if two people are playing the same music file, or iTunes is processing the library on two different computers, SugarSync might start complaining that someone else is accessing the same file.

I wonder if anyone else knows of a good way to approach this matter. Is there dedicated, well priced service out there, that would allow us to achieve the same.

Thanks in advance.
Avatar of David
David
Flag of United States of America image

It is going to be impractical to create a large read-only share with multiple concurrent access on the internet.  The issue isn't really at the server side, assuming you have the bandwidth, but it is going to be on the client side.

Client software updates things like last access time and are architected to use local files so they can rename them if necessary to maintain the database.

So the question you must ask first, is consult with the end-users and see what client software they use.  Then determine if those packages will work on a read-only network mount.  If not, then you are wasting your time unless you can convince them to use something other than iTunes.

If they want to use a streaming protocol, then you have to deal with firewalls and non-standard ports that may be blocked by routers between the server and end-user computer.  Another big can of worms.

So again, it all comes down to the client software and determining what they require first.

One idea, however, if you do a large iSCSI target for read-only device, then this will appear as a local dedicated HDD to each system, like it was on a CD or DVD (sorta).   This would still have implementation challenges but may be the way to go if you insist on making this something on the cloud.
So do you have these sugarsync files setup as read-only or just shared?
Avatar of afflik1923

ASKER

At present we don't have anything setup for this particular client. We wanted to devise the best way of doing this, but at present have not managed it.
Any further input is welcome.
ASKER CERTIFIED SOLUTION
Avatar of afflik1923
afflik1923
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Did not really get the input we hoped. Appreciate the suggestions that were made.