-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
Hi,
I recently upgraded to the latest av-cliper (from [0.13.6] - [0.14.14]) and am not getting a security error that I wasn't previously getting:
This seems to be happening when calling init on the log.ts. Not sure what's breaking this for me, I'm using the MP4Clip pretty much the same as described in your documents:
const resp1 = await fetch(src);
const videoClip = new MP4Clip(resp1.body);
await videoClip.ready;
return videoClip;
But it seems to be throwing on the ready.
For reference I'm using the dist of av-clipper.js in an MVC environment hosted with IIS. Given the updates you've made since [0.13.6] I'd be keen to get this later version working so any ideas/suggestions would be most helpful.
Thanks
Metadata
Metadata
Assignees
Labels
No labels