Cloudflare stream custome player option?

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.

There’s a little more to it, as Dash / HLS needs to be supported. You might like to have a look here:

Use your own player