Nathan Johnson

Results 17 comments of Nathan Johnson

Same here I think this project is dead.

No problem. I'll keep you updated. I'll more than likely keep the project public in good faith with this dependency, so follow me for those updates. I'll try my best...

> The repo is using an MIT liscense so from what I understand your more then welcome to do so, the license is just for liability and warranty. > >...

Hey @Malexion. I've been running into a bit of an issue. How do you proxy the videos you stream? I can't seem to get around rate limiting.

No they don't. Didn't you have to get around it?

That error from my investigation is as a result of the usage of a package called [resolve-url](https://www.npmjs.com/package/resolve-url). Which as you can see is deprecated. Seeing as that is the case...

I forked ffmpeg.wasm and did a little refactoring to replace references of `resolve-url` with the new `URL` web API. You can view it [here](https://github.com/nxtexe/ffmpeg.wasm). FFmpeg now works in a web...

> @nxtexe does your fork fix #339? I'm not very sure. Do you have a minimal Example repo?

> > @nxtexe does your fork fix #339? > > I'm not very sure. Do you have a minimal Example repo? Could it be related [to](https://github.com/Kagami/ffmpeg.js/issues/171)? If it is that...

> @nxtexe I tried to use your fork, but ran into problems with Chrome loading ffmpeg-core js file ( Not allowed to load local resource error) > > Can you...