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