Improve support ONVIF client

This commit is contained in:
Alexey Khit
2023-05-03 08:02:56 +03:00
parent 6d9d89bbe3
commit 4d53889519
4 changed files with 77 additions and 49 deletions
+1
View File
@@ -60,6 +60,7 @@
<script>
async function getStreams(url, tableID) {
const table = document.getElementById(tableID)
table.innerText = 'loading...'
const r = typeof url === 'string' ? await fetch(url, {cache: 'no-cache'}) : url
if (!r.ok) {