Thank you for creating this!
I have a home webserver where I can put videoskip.html, and self host .mp4's and .skp's. I'd like to be able to use the served files instead of downloading and uploading, and I'd like to be able to specify that in the URL so I can have a page of clean movie links. Something like <a href="/videoskip.html?videoFile=/videos/my-movie.mp4&skipFile=/videos/my-movie.skp">My movie</a>.
How feasible would that be?
Thank you for creating this!
I have a home webserver where I can put videoskip.html, and self host .mp4's and .skp's. I'd like to be able to use the served files instead of downloading and uploading, and I'd like to be able to specify that in the URL so I can have a page of clean movie links. Something like
<a href="/videoskip.html?videoFile=/videos/my-movie.mp4&skipFile=/videos/my-movie.skp">My movie</a>.How feasible would that be?