Pay per view

Permalink
Has this been considered for an addon? A pay per view system which can control access to video content. The Association I work for has some training video which we want to sell via pay per view. I have looked at some CDN's (bits on the run) they provide the php code to generate signed URL's to control access to links.

http://www.bitsontherun.com/tutorials/generate-signed-urls/....

But they don't have a pay per view system. If there was a way I could sell access to pages in C5 maybe I can just embed the video link.

I'd be willing to pay for this sort of addon.

jva1601
 
synlag replied on at Permalink Reply
synlag
Ok, this little tut could help you how to achive.

With eCommerce package you're able to place buyers for a non physical good (in this case access to subpage where the training video lives) into a group. The access is set via concrete5s permission system.

You then need a page type with a controller that removes the user from the group on page view.