Is there something I can add to a direct video URL to make it loop?
Is there something I can add to a direct video URL to make it loop?
So if I have lorenipsum.com/test.mp4, can I modify it like so: lorenipsum.com/test.mp4?&loop=1 or some other append to make it loop?
You can make a very simple html page that contains the video and do it there.
https://www.w3schools.com/tags/att_video_loop.asp
Assuming you can host html somewhere.
Also, often can right click -> loop.
I know how to do this but I was hoping there was some way to build it into the url.
How about JavaScript which writes a simple html page. Any clue how I might go about that?
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.
It should't matter, it should loop even if it's just the html file locally opened with a browser.