localho.st update

This commit is contained in:
Ivan 2023-08-21 15:59:55 +03:00
parent 7da19b52ef
commit a6182e4034
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583

View File

@ -543,7 +543,7 @@ function playVideo(channel) {
const selectedDate = formatDate(selectedDateInput.value); const selectedDate = formatDate(selectedDateInput.value);
const serial = selectedDevice.value; const serial = selectedDevice.value;
const url = `http://localhost:8081/?url=http%3A%2F%2Fkrbl.ru%3A8080%2Fhttp%2Fplayback.flv%3Fserial%3D${serial}%26channel%3D${channel}%26quality%3D1%26queryTime%3D${selectedDate}%26startTime%3D${startTime}%26endTime%3D130000`; const url = `http://localho.st:8081/?url=http%3A%2F%2Fkrbl.ru%3A8080%2Fhttp%2Fplayback.flv%3Fserial%3D${serial}%26channel%3D${channel}%26quality%3D1%26queryTime%3D${selectedDate}%26startTime%3D${startTime}%26endTime%3D130000`;
const xhr = new XMLHttpRequest(); const xhr = new XMLHttpRequest();