How to play music on site preventing easy direct file download
        Posted  
        
            by Hugo Palma
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hugo Palma
        
        
        
        Published on 2010-05-12T10:52:25Z
        Indexed on 
            2010/05/12
            16:14 UTC
        
        
        Read the original article
        Hit count: 244
        
I'm starting a blog with a hosted wordpress instance and i would like to be able to stream music using a flash player on some posts.
The problem is that every player i find uses a simple param to get the file url which makes it very easy for someone to find that url and just download the file. I know that it's probably impossible to prevent this all together, but i at least don't want it to be obvious.
A server side solution can be implemented as i have full access to the server.
© Stack Overflow or respective owner