How to run a Vimeo video on the video tag

Asked

Viewed 808 times

1

Need to run a video of Vimeo in the tag video, how to do? I found this here:

<video src="http://player.vimeo.com/external/85569724.sd.mp4?s=43df5df0d733011263687d20a47557e4"></video>

It rolled well, but this is not my video, anyone can explain? Or how to generate this URL?

2 answers

1

Facinho. just go on share video and copy the link in the embed video area. Then add in your website html. inserir a descrição da imagem aqui

If you really need to use the video tag, download mp4 through a site like save from net

look at the example I did in 10 seconds in sublime text 3. olha o exemplo que fiz em 10 segundos no sublime text 3.

0

Well, Vimeo doesn’t allow you to have access to this raw video(.MP4), but you can easily get it by just inspecting the page with the browser and removing the code snippet responsible for the video.

Like for example the video below that I removed from Vimeo’s official website, just inspecting the element and copying the code snippet.

<video controls autoplay preload="" src="https://01-lvl3-pdl.vimeocdn.com/01/4863/2/74317104/189249795.mp4?expires=1505088239&amp;token=0ea4e3812d7a0bf4aa0bb"></video>

If you’re using Google Chrome, take the example of this print: inserir a descrição da imagem aqui

I hope I’ve helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.