Hi Everyone!
Wondering if anyone's encountered this:
Using new html5 cloud-based players, videos stored within the CMS render a MIME Type of 'text/html', rather than 'video/mp4' and is a problem with newer setups: Win7/8 using FF16+, and IE9+ etc. BrowserStack & httpFox Tested also.
Failed tests:
Tried to force editable/open field for dc.formats in schema <meta name="dc.format" scheme="dcterms.IMT" content="text/html" />
Tried to remove the schemas off the assets completely
Altering the Video files type field in the video assets Details screen.
Success:
Same setup with cloud-hosted html5 video player - with video files not stored within cms.
Setup in /local/matrix/ csu_news_matrix_4180/fudge/standards_lists/mime_types.inc okay:
'mp4' => 'video/mp4', 'flv' => 'video/x-flv',
Followed instructions from this post too:
http://forums.squizsuite.net/index.php?showtopic=3944&hl=%2Bmime+%2Bvideo
"Apache will be sending them and determining their mime type. You could try making the files Live and granting public read access to force Apache to serve them to see if that helps you."
Alternatives are:
1. creating (many....) duplicate OGG media file sitting alongside current videos for browser support
2. storing external - You Tube, anywhere else
Would any one know why it is occurring within the walls of the CMS and why manual overrides aren't working?