Videos are uploaded and played on our forum. They are numerous and added regularly by users not by admins. So I’m not sure how Cloudflare Stream can be helpful in this scenario.
Isn’t there any other solutions to instruct Cloudflare to cache and deliver ON-SITE videos?
Cloudflare caches .mp4 files of a size up to 512mb by default.
What exactly is your problem? Is your server overloaded because of the video downloads, are does the site render slowly because the videos need to be downloaded completely before they become playable?
Can you maybe provide a link that shows your problem?
Our server’s bandwidth is capped and I suspect it is mostly due to videos.
The videos are in html format. like so:
<video controls=""> <source src="/path/to/video/user123/vid.mp4" type="video/mp4"> my funny video</video>
How can I check whether the videos are cached and rendered by Cloudflare rather than the sever itself?