Hi Folks,
We have SharePoint 2013 Enterprise with all the updates installed (March PU etc.) and have a requirement to play video on our iOS devices. I didnt think this would be a major issue as it works fine on O365 however the on premise will either put a line through the play button or switch to try to play via silverlight (and download the plugins)
Just to give you a heads up on settings, this is what we’ve done;
- MIME types configured in IIS for .mp4, .m4v, .ogg
- Anonymous access configured at web app level and library
- Blob cache enabled
- Videos encoded correctly (we’ve used a .mp4 that plays on iOS from the company website)
The only scenario whereby video plays is if I put the video on a separate web server which is far from ideal – does anyone have any ideas?
Lee
Add a JSLINK to the item display webpart or as a control template using script manager (DO NOT EMEBED JAVASCRIPT MANUALLY IN 2013!!!) then replace the video tag with the same code minus the src tag with the JS.
This seems to be fixed in o365 and effects iOS 5/6/7.