Hi there,
Similar to vimeo can i just use the normal html player like below and simply get a file url which i can add as source which will play only on the domain i want? Thanks
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
The website is hosted on Cloudflare pages and DNS is also managed in Cloudflare.