
HTML5 MediaError Code 4
I am getting an error thrown (MediaError code: 4) when I have cache disalbed via the dev-tools in Chrome. However, when cache is enabled (not checked for "disable cache") in the dev-tools, the video plays as expected.
Any ideas, or params to pass into jwplayer setup to get around this issue?
FYI... while it's not really related, I have tried appending a random timestamp to the video src url, as well as params { mode: "shim" } and { preload: "none" } to no avail.
Any help is much appreciated.
Thanks!
- Ben