Tera
                                            Tera
                                        
                                    Thanks m8, it works for me on flowplayer and jwplayer so ill release an update.
It is process intensive but it doesn't freeze much if at all, though at one point in a random test the subtitles just decided to not render at all when...
@JustAMan I put in a pull-request for your repository, also upon testing render ahead I get visual discrepancies like this:  from what I can tell the animations don't get...
yea but there's no source code :/
> Solve: > > ``` > > // ... > > ``` This would conflict withe pages that use ssr, and are slotted under a layout cause this is happening...
so what is the fix for this?
...I'm not sure what you're trying to do. If you want to specify different domains for the url endpoints then you can specify the domain in the url property instead...
use the beta tag
use `@nuxt-alt/auth@beta`
@wug-ge ```ts export default defineNuxtConfig({ nitro: { experimental: { nodeFetchCompat: true } } })