next-video
next-video copied to clipboard
Infinite GET Request to /api/video
Hi, Im using this code to load a video:
<BackgroundVideo src="/videos/nba.mp4" > ... </BackgroundVideo>
and for some reason it sends a GET request to /api/video all the time
how to solve this?
related #250 this is not really a bug but I see you're trying to use only the video player which is not officially supported yet. we're going to add this soon.
This is happening even when mux is integrated
This even happen after deleting the package, how can I stop it?.
I deleted the package, I delete the project and git clone again, still it keeps sending request
there's a next-video/player
and next-video/background-player
export available in the latest release 1.1.0
these are just the player and will not attempt to upload the video...
example: next-video-demo.vercel.app/player-only main/examples/default-provider/app/(default)/player-only/page.tsx