Repos / hi.imnhan.com / 769fac659e
commit 769fac659e500e22275b8b96138e266bebb40eed
Author: Nhân <hi@imnhan.com>
Date:   Fri Sep 1 12:09:15 2023 +0700

    move videos into repo

diff --git a/movie-streaming/gflick-fixed/gflick-phone-demo.mp4 b/movie-streaming/gflick-fixed/gflick-phone-demo.mp4
new file mode 100644
index 0000000..e495558
Binary files /dev/null and b/movie-streaming/gflick-fixed/gflick-phone-demo.mp4 differ
diff --git a/movie-streaming/gflick-fixed/index.dj b/movie-streaming/gflick-fixed/index.dj
index 121ecc9..d7b205c 100644
--- a/movie-streaming/gflick-fixed/index.dj
+++ b/movie-streaming/gflick-fixed/index.dj
@@ -8,10 +8,8 @@ mpv-android installed:
 
 ```=html
 <video controls>
-  <source src="https://junk.imnhan.com/gflick-phone-demo.mp4" type="video/mp4">
-  <a href="https://junk.imnhan.com/gflick-phone-demo.mp4">
-    Video: https://junk.imnhan.com/gflick-phone-demo.mp4
-  </a>
+  <source src="gflick-phone-demo.mp4" type="video/mp4">
+  <a href="gflick-phone-demo.mp4">Video: gflick-phone-demo.mp4</a>
 </video>
 ```
 
diff --git a/movie-streaming/gflick-fixed/index.html b/movie-streaming/gflick-fixed/index.html
index ab0359b..25c2513 100644
--- a/movie-streaming/gflick-fixed/index.html
+++ b/movie-streaming/gflick-fixed/index.html
@@ -49,10 +49,8 @@ <h1>Streaming videos from Google Drive: a second attempt</h1>
 an <a href="/posts/towards-an-acceptable-video-playing-experience/">earlier blog post</a>. It now works like this on an Android phone with
 mpv-android installed:</p>
 <video controls>
-  <source src="https://junk.imnhan.com/gflick-phone-demo.mp4" type="video/mp4">
-  <a href="https://junk.imnhan.com/gflick-phone-demo.mp4">
-    Video: https://junk.imnhan.com/gflick-phone-demo.mp4
-  </a>
+  <source src="gflick-phone-demo.mp4" type="video/mp4">
+  <a href="gflick-phone-demo.mp4">Video: gflick-phone-demo.mp4</a>
 </video>
 <p>The longer version follows.</p>
 <p><a href="/posts/towards-an-acceptable-video-playing-experience/">Previously</a> I was writing a proxy of sorts that adapted Google Drive’s
diff --git a/movie-streaming/gflick/gflick.mp4 b/movie-streaming/gflick/gflick.mp4
new file mode 100644
index 0000000..6b4051d
Binary files /dev/null and b/movie-streaming/gflick/gflick.mp4 differ
diff --git a/movie-streaming/gflick/index.dj b/movie-streaming/gflick/index.dj
index 3be0372..1932371 100644
--- a/movie-streaming/gflick/index.dj
+++ b/movie-streaming/gflick/index.dj
@@ -100,10 +100,8 @@ Here's what it looks like in action:
 
 ```=html
 <video controls>
-  <source src="https://junk.imnhan.com/gflick.mp4" type="video/mp4">
-  <a href="https://junk.imnhan.com/gflick.mp4">
-    Video: https://junk.imnhan.com/gflick.mp4
-  </a>
+  <source src="gflick.mp4" type="video/mp4">
+  <a href="gflick.mp4">Video: gflick.mp4</a>
 </video>
 ```
 
diff --git a/movie-streaming/gflick/index.html b/movie-streaming/gflick/index.html
index 8c79ba7..d24d79a 100644
--- a/movie-streaming/gflick/index.html
+++ b/movie-streaming/gflick/index.html
@@ -142,10 +142,8 @@ <h2>Enter gflick<a href="#Enter-gflick" class="heading-link">#</a></h2>
 <code>mpv</code> and the like can use without modification.</p>
 <p>Here’s what it looks like in action:</p>
 <video controls>
-  <source src="https://junk.imnhan.com/gflick.mp4" type="video/mp4">
-  <a href="https://junk.imnhan.com/gflick.mp4">
-    Video: https://junk.imnhan.com/gflick.mp4
-  </a>
+  <source src="gflick.mp4" type="video/mp4">
+  <a href="gflick.mp4">Video: gflick.mp4</a>
 </video>
 <p>It can run just fine as a local server, but cumbersome and not practical on
 tablets, so I put it on a publicly accessible server, protected by nginx which
diff --git a/stepmania-pad/index.dj b/stepmania-pad/index.dj
index 29de90f..df69a3d 100644
--- a/stepmania-pad/index.dj
+++ b/stepmania-pad/index.dj
@@ -83,10 +83,8 @@ P/s here it is in action:
 
 ```=html
 <video controls>
-  <source src="https://junk.imnhan.com/softpadmod.mp4" type="video/mp4">
-  <a href="https://junk.imnhan.com/softpadmod.mp4">
-    Video: https://junk.imnhan.com/softpadmod.mp4
-  </a>
+  <source src="softpadmod.mp4" type="video/mp4">
+  <a href="softpadmod.mp4">Video: softpadmod.mp4</a>
 </video>
 ```
 
diff --git a/stepmania-pad/index.html b/stepmania-pad/index.html
index 21d6648..fba4264 100644
--- a/stepmania-pad/index.html
+++ b/stepmania-pad/index.html
@@ -96,10 +96,8 @@ <h1>Simplest possible stepmania soft-to-hard pad mod</h1>
 I’d prefer it didn’t happen though.</p>
 <p>P/s here it is in action:</p>
 <video controls>
-  <source src="https://junk.imnhan.com/softpadmod.mp4" type="video/mp4">
-  <a href="https://junk.imnhan.com/softpadmod.mp4">
-    Video: https://junk.imnhan.com/softpadmod.mp4
-  </a>
+  <source src="softpadmod.mp4" type="video/mp4">
+  <a href="softpadmod.mp4">Video: softpadmod.mp4</a>
 </video>
 <p><del>(man I wonder if we’ll ever get a Melty Blood 2)</del><br>
 Hot damn they’re actually <a href="https://meltyblood.typelumina.com/en/">doing it</a>!</p>
diff --git a/stepmania-pad/softpadmod.mp4 b/stepmania-pad/softpadmod.mp4
new file mode 100644
index 0000000..6cacad7
Binary files /dev/null and b/stepmania-pad/softpadmod.mp4 differ