I am trying to display MP4 videos through Cake's MediaView class. I have it working fine in Chrome & Firefox, the problem is when trying to view the video on an iPad. All I get is the play icon with a line through the middle of it. The video is able to be viewed if you access the URL of the video directly, however I need this layer in between as videos are restricted on who is able to view them.
I Google'd the problem and found that the iPad uses RangeRequests (Not fully sure on how all that works) when displaying video content, and found my way to this article. I then implemented my own View class that incorporated the code in Appendix A (Obviously with a few changes made to suit Cake). I also took a look at Cakes source code for the MediaView class and to me it seemed that it already had code to support range requests. However I have had no luck in getting the videos to work.
I am just wondering if there was anything else that might be causing the problem as I realise that the article linked to is over 4 years old now.
Thanks,