Jump to content

securing quicktime videos?


schilly

Recommended Posts

ok I'm trying to lock down some Quicktime videos so people can't download them.

 

I can make the video source go to a PHP file and then redirect to the actual video to mask the video url but I need some way to verify that the request actually came from the embed page vs someone just entering the video embed link. The problem is with the quicktime plugin. It makes the connection to the video source and not the embed page so you don't get the referrer url or page url. So I can't verify against those.

 

Anyone have any ideas how to do this? Been racking my brain for hours now.

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/206326-securing-quicktime-videos/
Share on other sites

Well I tried to make a unique video url based on the user viewing the video. Once the video loaded the url was no longer valid. The only problem with that is that when you view source in Chrome it does a page reload and doesn't render the source, hence making the embedded url still valid as it never loaded.

 

Anyone have any other suggestions or ideas. This will only be required for users that are logged in.

 

Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.