Support Database

Contains help and support for all parts of the AutoView system.
Page: () 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 70 ()

How do I stop people from downloading and keeping my videos?

Category: Videos

This is technically very difficult to do, if you want people to be able to watch your videos, then the video data has to be transmitted to the end users computer.

Using video streaming software (such as our Lecture Capture Live addon) to deliver your videos instead of downloading the video directly will make it much more difficult for a video to be easily copied, but it will not completely block downloading.

The Real Player plugin contains a "Download this video" button which works for many types of video. AutoView contains code which can be used to block any browser with the Real Player plugin installed from accessing AutoView presentation. Simply add the following code to the Javascript calls box in the AutoView module configuration:

setBlockReal(1);

This will require users to disable the RealPlayer plugin before they are allowed to proceed. It will not prevent the downloading of the video by other means. You should ensure that you are not using any RealPlayer video sources in your presentations before enabling this capability.

Page: () 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 70 ()