-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Relative URLs don't work on IE9 #218
Comments
I have the same problem...And... Finally I solve the problem :) Solution: change preload="auto" to preload="none" |
Hi Gökçe Türkay, It wont solve the problem if we edit preload="auto" to preload="none" |
(Note following test pages are for IE9, only MP4 videos referenced) Here is code with a relative URL - http://tekeye.biz/demo/video/relative_url.html Same code but without video.js script - http://tekeye.biz/demo/video/no_script.html Same code with full URL to the same video - http://tekeye.biz/demo/video/full_url.html Appears video.js script blocks video playing in IE9 when path is relative until page is refreshed. These tests were run on Win7 x64. |
I'm unable to reproduce the issue with your samples, but I am using IE10 with IE9 compatibility mode turned on, so that might be causing the difference. I'm going to close this issue, but we can continue this discussion with #282. |
This issue is reported elsewhere but may have been lost as it is not explicitly reported as a bug. Somehow, Video.js 3.2.0 on IE9 will not play sources with relative URLs, but will play with absolute URLs. Unfortunately I haven't been able to track down the source of the bug, but I can confirm that Video.js 2.0.2 could do it just fine.
Here's a simple example. Put a copy of http://video-js.zencoder.com/oceans-clip.mp4 in the same directory as this HTML file, and watch how only the top version works in IE9 (hanging spinning wheel), but both work in e.g. Chrome). To make matters worse, both versions work in IE9 when developer mode is open--so challenging to debug!
The text was updated successfully, but these errors were encountered: