ビデオのインデックスに次のコードがあります。
<video width="100%" controls>
<source src="video/v1.ogv" type="video/ogg">
<source src="video/v1.webm" type="video/webm">
<source src="video/v1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Firefoxにロードしようとすると、「サポートされている形式とMIMEタイプのビデオが見つかりません」と返されます。
Firebugが返されます
"NetworkError: 500 Internal Server Error - https://root/folder/video/v1.ogv"
v1.ogv
HTTP load failed with status 500. Load of media resource https://root/folder/video/v1.ogv failed.
...,c=l.length;c--;)(f=l[c])&&(v[d[c]]=!(y[d[c]]=f));if(i){if(o||e){if(o){for(l=[],...
jquery.min.js (line 2)
"NetworkError: 500 Internal Server Error - https://root/folder/video/v1.webm"
v1.webm
HTTP load failed with status 500. Load of media resource https://root/folder/video/v1.webm failed.
Specified "type" attribute of "video/mp4" is not supported. Load of media resource video/v1.mp4 failed.
All candidate resources failed to load. Media load paused.
どんな手掛かり?GoogleChromeでも機能しません。