kiosk mode for quicktime movies kiosk mode for quicktime movies
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

kiosk mode for quicktime movies

Started by markp17, December 02, 2004, 03:50:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

markp17

Hi, I have hunted high and low, but cannot find anyway in coppermine to protect the movies from being downloaded to macs or pcs, the only other way I can think of is kiosk mode, can anyone point me in the right direction as to where I can set this in coppermine..

Thanks for any help

Mark

Hein Traag

As i recall there isn't any "protect movies from being downloaded to pcs or macs" option in Coppermine.

And besides that movies are mostly always downloaded to a pc or mac before they are run. So if someone wants the movie they just search in their temp internet files and filter out the correct files.

Joachim Müller

Hein is right, fiddling with things like kiosk mode is similar to silly "no right-click" scripts in JavaScript: this simply doesn't work due to the nature of the internet. If you want some protection for your video files, you'll have to stream them to the client (which coppermine hasn't been built for). "Real" streaming needs server-sided technology/settings as well (not available in "regular" webhosting packages anyway).
The answer given to users requesting anti-theft mechanisms for pics applies to videos as well: if you're afraid of content to be stolen, don't publish on the internet in the first place.
However, if you still think you need kiosk mode to "protect" your videos, you could ad an if/then switch that checks for the extension. If the extension is "mov", you could start a JavaScript that opens a new browser window in kiosk mode.

Joachim