gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.92k stars 325 forks source link

Loading an URL from search parameters not working #348

Closed DenizUgur closed 1 year ago

DenizUgur commented 1 year ago

@cconcolato I'm not sure if this is an easy to fix but on file reader demo there is a bug that load() function is not defined, therefore it fails to load the URL.

https://github.com/gpac/mp4box.js/blob/master/test/filereader.js#L520-L523

DenizUgur commented 1 year ago

@podborski