bvibber / ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten

Home Page:https://brooke.vibber.net/misc/ogv.js/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove obsolete blob loader for workers

bvibber opened this issue · comments

The blob loader for workers was never reliable, and apparently it just straight up breaks. See #593

Remove this and throw a clearer error.

Changed my mind -- this was actually pretty easy to fix by inserting the loader URL into the combined JS for the blob. :D