diff --git a/html/video.html b/html/video.html
index 4b66c19..8f48534 100644
--- a/html/video.html
+++ b/html/video.html
@@ -6,38 +6,38 @@
@@ -57,7 +57,7 @@ top: 0; left: 0; bottom: 0; right: 0;
debug: false
});
- fetch('/video.h264').then(function(response) {
+ fetch('/video.h264' + window.location.search).then(function(response) {
console.log(response);
const reader = response.body.getReader();