I use ReactPlayer. It works with YouTube video but with Vimeo it's not working.
I fetch the URL for the videos from Firestore. With the YouTube videos I got CORS erros because of external URLs.
Have you any idea to deal with it? Thanks a lot.
<div className=" w-full overflow-hidden rounded-lg shadow-lg">
<ReactPlayer width='100%'
height='100%'
url={selected?.video} />
</div>