Hi,
we have a problem serving our mp4-Files to iOS devices.
We use a htaccess File to check wheather a user has the rights to access the requested file.
If the user has the rights, the file is served via readfile();
This was not working for us, so i tried mod_xsendfile for apache, but this isn't working either. If i check the headers sent by mod_xsendfile, it is always: "Content-Type: plain/html"
Any suggestions?
Greets
Do you have a link?