video streaming from another web hosting site

I have a large mp4 video, this video may be up to 1GB
The video is on a second site that is not the original site, and I am contacting it via
video tag

<video>
<source label="fullHD" type="video/mp4" src="http://example.com/video.mp4">
Your browser does not support the video tag.
</video>

But I noticed that it takes a long time to download and even when downloading
When I change the cursor to a second time, it takes time to download the clip. Can I?
Broadcast video through js or Jquery? or streaming from php but how?
Note that the video is not on the server on my site, but on other servers
I cannot download the video. I just want to broadcast the video from the host servers to my servers directly without downloading.

Tried using HLS with ffmpeg but to no avail
ffmpeg to download the entire video and convert it to .ts
I also tried DASH, but the same result. Can you suggest me a solution?
Suppose it is impossible to upload the video to the site’s servers