diff --git a/public/app.js b/public/app.js index cfeab26..437a676 100644 --- a/public/app.js +++ b/public/app.js @@ -85,7 +85,7 @@ function renderLiveGrid() { if (img) img.src = `/recordings/${cam.name || cam.id}/latest.jpg?t=${Date.now()}`; }, 3000); tile.addEventListener('click', () => { - window.open(`http://${location.hostname}:1984/?src=${cam.id}_sub`, '_blank'); + window.open(`http://${location.hostname}:1984/stream.html?src=${cam.id}_sub`, '_blank'); }); } else { tile.innerHTML = 'No Camera';