I shall explain my situation as best I can so you can see where i'm coming from. I'm working on a wordpress site for a sports team, there are loads of teams. We want to put coaching sessions on our site. This is so that all the coaches can see how the sessions should be done as many are parent coaches.
The problem is that there are a lot of coaches, in a very tight knit community, often families have kids in rival teams for other districts, so what we want to do is protect our material from either; just being downloaded by our coaches and shared with opposition coaches, or people who shouldn't have access to it in the first place, or people acquiring links to the videos and just accessing the videos themselves and possibly distributing them. There is a lot of movement with players and coaches between local teams. We need to maintain that all the work we are doing stays solely within our club and not allow somebody to leave and takes hours worth of footage and training sessions to a rival club.
All the coaching sessions are in private pages, I did start using youtube unlisted videos to stream the videos in, but this is insecure as you can just get the link from the source code and distribute it.
I'm now using HTML5 secure video player plugin, my videos are in a folder outside my document root, but it appears I can just right click the video and download it when it's playing in Chrome. This is obviously a problem too.
I saw using a CDN may avoid this too, I have got a cloudflare account - I'm a little lost really with how to protect these videos. This is my first real venture with video.
Does anybody have any advice in how to protect local HTML5 videos.