From 98af8c3dbffc87c267318060e413bacbc65e99fe Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Tue, 31 Jan 2023 08:56:49 +0300 Subject: [PATCH] Update links page --- www/links.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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*