Pass params to video.h264
from video.html
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user