Add custom title to stream page #1957
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user