As I’m trying to troubleshoot this, I’m finding that my code works successfully in IE11 on Windows 8, but some video players get this when playing in IE on Windows 7:
“Video playback aborted due to corruption problem or because the video used features your browser did not support”.
<video id="vid1" class="video-js vjs-default-skin" preload="none" width="140" height="120"
controls poster="/1video/countdown.jpg" data-setup='{}' >
<source src="/1video/test1.mp4" type='video/mp4' />
</video>
I look forward to finding a remedy so this will play in Windows7. Any comment/insight will be appreciated.