It should’t matter, it should loop even if it’s just the html file locally opened with a browser.
Comment on Is there something I can add to a direct video URL to make it loop?
Serinus@lemmy.world 11 months ago
You can make a very simple html page that contains the video and do it there.
www.w3schools.com/tags/att_video_loop.asp
Assuming you can host html somewhere.
0x4E4F@infosec.pub 11 months ago
nooeh@lemmy.world 11 months ago
How about JavaScript which writes a simple html page. Any clue how I might go about that?
Serinus@lemmy.world 11 months ago
Javascript is overkill. Open a file on your desktop, name it whatever.html. Open it in notepad, put this in it. Save it, open it in your browser.
<h1>Title of my page</h1> Your browser does not support the video tag.
nooeh@lemmy.world 11 months ago
Lol I can understand what that does. The reason I am asking about JavaScript is that potentially I can use it like a url.
Scubus@sh.itjust.works 11 months ago
When does it delete system32?
master5o1@lemmy.nz 11 months ago
Also, often can right click -> loop.
nooeh@lemmy.world 11 months ago
I know how to do this but I was hoping there was some way to build it into the url.