Pass params to video.h264 from video.html

This commit is contained in:
Kamil Trzcinski 2022-04-12 10:53:15 +02:00
parent ae18e06098
commit 1dd4f7142d

View File

@ -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();