element. The code that is used to display those vide" /> element. The code that is used to display those vide" /> element. The code that is used to display those vide"/>

Chrome not loading Vimeo direct video URLs

684 Views Asked by At

I use the "direct download" URL's Vimeo Pro provides to play a MP4 video using the native <video> element.

The code that is used to display those videos is like this:

<video
 src="https://player.vimeo.com/progressive_redirect/playback/816142354/rendition/720p/file.mp4?loc=external&signature=4a8aca453a2b639ef31242b4e86286da0c217f1e67991aa2b843dc3269bdf268" 
 id="videoPlayer" 
 controls 
 controlslist="nodownload" 
 disablepictureinpicture
>
</video>

The video on the website will not be loaded.

With the following error: GET https://download-video.akamaized.net/2/playback/..................... 403 Forbidden enter image description here

When I clear the cache the video loads normally. But the next day the video won't load as before.

If anyone knows a solution, help me.

0

There are 0 best solutions below