To avoid access to some video mp4 files by http I stored them outside the web public folder. I have access by $_SERVER["DOCUMENT_ROOT"] ... to those files. The html5 file now tries to access the video by the video src tag with a correct path.
The access works fine for non video files, however videos do not work.
Streaming problem? Any ideas? Thank you very much