strukturag / libde265.js

JavaScript-only version of libde265 HEVC/H.265 decoder.
GNU Lesser General Public License v3.0
603 stars 163 forks source link

IE11 video don't playback #3

Closed hodatovich closed 9 years ago

hodatovich commented 10 years ago

end line 22 this.Ea=new Worker(ab); SCRIPT5022: SecurityError

URL-address of at least one BLOB-object revoked by closing BLOB-object for which it was created. Such URL-addresses will not be resolved, as data associated with them have been released.

I tried to set video.crossOrigin = 'anonymous' but it didn’t help. CORS error?

So, video does not play.

fancycode commented 9 years ago

Can you please check with the latest version? I couldn't reproduce this with IE11 now.

hodatovich commented 9 years ago

ie11_265_bug It presupposes the existence of the object.

fancycode commented 9 years ago

Hmm ok. I just tested again with IE 11.0.9600.16384 on a freshly installed Windows 8.1 without your problem. Which version are you running? It looks like it can't get the name of the worker function (which is dynamically generated) but uses undefined instead.

fancycode commented 9 years ago

Added a tentative fix. Could you please try again?

hodatovich commented 9 years ago

Yes, now it works!

fancycode commented 9 years ago

Great, thanks for reporting/testing!