We need your help with one PHP project client restriction.
He wants full download security video from server, he wants video storage be out of public directory, and video streaming must be in HTML5, without Flash. I have one solution, load video in php buffer and response it changing header info, but video size, more or less 300MB is impossible to load in PHP buffer...
Any good idea to do it?