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

Configurable url mapping in the Loader

thenewguy opened this issue · comments

My environment includes a hash in static file names.

So the request for ogv-demuxer-webm-wasm.js?version=1.6.1-20190618150123-e65cc4a should really target ogv-demuxer-webm-wasm.abc123.js?version=1.6.1-20190618150123-e65cc4a or preferably just ogv-demuxer-webm-wasm.abc123.js

Is there currently a way to accomplish that? I didn't see it here, so if not, would you merge and release a configurable mapper function if a suitable PR was provided?

Currently no, you should use the file naming scheme arranged for and expected by the code.