Add custom title to stream page #1957

This commit is contained in:
Alex X
2025-11-26 11:23:28 +03:00
parent 3ebc115cc5
commit fbd5215669
+2
View File
@@ -60,6 +60,8 @@
video.src = new URL('api/ws?src=' + encodeURIComponent(streams[i]), location.href); video.src = new URL('api/ws?src=' + encodeURIComponent(streams[i]), location.href);
document.body.appendChild(video); document.body.appendChild(video);
} }
document.title = streams.join('/') + ' - go2rtc';
</script> </script>
</body> </body>
</html> </html>