Tera

Results 50 comments of Tera

> > @Intevel i put a pull request for the axios module for nuxt 3, so waiting for that. > > Hello, is auth module working with ur pr? thank...

@kazigk What seems to be the issues you are having?

I made a module directory for nuxt-community plugins I utilize for nuxt 3. You can use these until the current modules are updated: https://github.com/Teranode/nuxt-module-alternatives

@VidarDev the links are references to the repositories of the modules im currently modifying. The @nuxtjs folder contains the auth module, look at the readme.

but how do you use the cloudflare bypass, there's like no documentation @Anan5a

I also agree with this because when using the i18n-module, the named route gets changed to something like `namedRoute__en` depending on the current language.

never mind on this, i can just utilize the meta field for this.

@bentasker here's a guide created recently, i not sure how well it could be integrated with this script: https://www.martin-riedl.de/2020/05/31/using-ffmpeg-as-a-hls-streaming-server-part-9-multiple-audio-languages/

Would you guys perhaps want to try to use my package? https://github.com/refactorjs/http-proxy https://www.npmjs.com/package/@refactorjs/http-proxy it's basically http-proxy but incorporating most of the pull requests that looked useful.

since jwplayer 8.14.x they've opeend the loader portion of the hlsjs config so you'd just need to use: ``` hlsjsConfig: { loader: engine.createLoaderClass() }, ``` in your jwplayer setup, you...