diff --git a/www/stream.html b/www/stream.html index d924d037..90797ef2 100644 --- a/www/stream.html +++ b/www/stream.html @@ -60,6 +60,8 @@ video.src = new URL('api/ws?src=' + encodeURIComponent(streams[i]), location.href); document.body.appendChild(video); } + + document.title = streams.join('/') + ' - go2rtc';