Juan Irache

Results 49 comments of Juan Irache

I haven't touched this repo in a while, but I would start by trying the following: - Update mp4box and see if the issue persists - Force the program to...

I'm thinking that, if this is only happening with web workers, one quick workaround would be to set an option not to use the web worker. Not ideal, but maybe...

In order to test this quickly, I've published an update here that uses the new approach: https://goprotelemetryextractor.com/free I appreciate any feedback, especially if you currently have access to large files...

Thank you for testing that. Are you using the useWorker:false option?

``` gpmfExtract(file, { browserMode: true, progress: progressFunction, useWorker: false }) .then(function (res) { // Do smth }) ``` Ideally a future version will work well with the worker too. But...

Great! I will merge this. Yes. This will only use the UI thread, so it's not ideal. I appreciate it if anyone makes progress on the worker front.

Thanks for the report. I personally don't have experience with Angular or TypeScript, so I would appreciate it if someone else suggested a fix for this. Otherwise I'll have a...

Hi @ShaneZhengNZ , I have never used React Native before. I don't think I can help you there, but if you are able to send a PR that fixes and...

> Yes. I think that the problem is that the useEffetc( ... [playerRef]) is called just after that the component is mounted. Simply remove `return () => { if (player)...

> I don't know React well, so don't necessarily understand the implications in React of this approach, but having React render a placeholder element and inserting a `video-js` el into...