How to restrict http access to video files?
        Posted  
        
            by Tharases
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tharases
        
        
        
        Published on 2010-04-19T12:57:27Z
        Indexed on 
            2010/04/19
            13:03 UTC
        
        
        Read the original article
        Hit count: 174
        
I want to only let "right" people watch those videos. In other words, only registered users that are allowed (by other users, ie, friends) should see videos. I have a hard retriction for cpu usage in my shared environment, so I can use things like php's readfile.
© Stack Overflow or respective owner