diff --git a/www/links.html b/www/links.html
index 4c327fed..d4572992 100644
--- a/www/links.html
+++ b/www/links.html
@@ -48,7 +48,7 @@
const links = document.querySelector("#links");
links.innerHTML = `
Any codec in source
- stream.html with auto-select mode / browsers: all / codecs: H264, H265, MJPEG, JPEG, AAC, PCMU, PCMA, OPUS
+ stream.html with auto-select mode / browsers: all / codecs: H264, H265*, MJPEG, JPEG, AAC, PCMU, PCMA, OPUS
info.json page with active connections
`;
@@ -64,13 +64,13 @@
const links = document.querySelector("#links");
links.innerHTML += `
- rtsp with all tracks / codecs: any
+ rtsp with only one video and one audio / codecs: any
rtsp for MP4 recording (Hass or Frigate) / codecs: H264, H265, AAC
- rtsp with only one video and one audio / codecs: any
+ rtsp with all tracks / codecs: any
H264/H265 source
- stream.html WebRTC stream / browsers: all / codecs: H264, PCMU, PCMA, OPUS
- stream.html MSE stream / browsers: Chrome, Firefox, Safari Mac/iPad / codecs: H264, H265*, AAC, OPUS
+ stream.html WebRTC stream / browsers: all / codecs: H264, PCMU, PCMA, OPUS / +H265 in Safari
+ stream.html MSE stream / browsers: Chrome, Firefox, Safari Mac/iPad / codecs: H264, H265*, AAC / +OPUS in Chrome and Firefox
stream.mp4 MP4 stream with AAC audio / browsers: Chrome, Firefox / codecs: H264, H265*, AAC
stream.mp4 MP4 stream with any audio / browsers: Chrome / codecs: H264, H265*, AAC, OPUS, MP3, PCMU, PCMA
frame.mp4 snapshot in MP4-format / browsers: all / codecs: H264, H265*