From de4f981455712858dc178d6478f41821518386cb Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Wed, 24 Feb 2021 05:33:44 -0500 Subject: [PATCH] v16.3 --- index.html | 21 ++++++++++----------- media/hd.svg | 3 +-- media/sd.svg | 3 +-- media/svg.md | 2 ++ speedtest.html | 9 +++++++++ webrtc.js | 3 +-- 6 files changed, 24 insertions(+), 17 deletions(-) create mode 100644 media/svg.md diff --git a/index.html b/index.html index f27c78f..1cf7b15 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ } - + @@ -66,8 +66,8 @@ - - + +
@@ -587,9 +587,9 @@
-
  • Remote website must be CORS/IFrame compatible with full SSL-encryption enabled.
  • -
  • Not all websites will work with this feature and many will actively not allow embedding like this.
  • -
  • If sharing a Youtube video, try using the embeddable link version and ensure that the video is set to allow embedding.
  • +
  • Not all websites will work with this feature as some sites disallow embedding.
  • +
  • The site will try to auto-optimize standard Youtube or Twitch links.
  • +
  • Remote websites must be CORS/IFrame compatible with full SSL-encryption enabled.
  • @@ -645,8 +645,7 @@ Chrome on Android 11 has an issue with the browser freezing at times. To unfreeze it, background the browser and then foreground it again.
    - Site Updated: Feb 18rd, 2021. The previous version can be found at - https://obs.ninja/v15/ if you are having new issues. + Site Updated: Feb 24th, 2021 (v16.3). The previous version can be found at https://obs.ninja/v16/ if you are having issues with this minor update.

    @@ -1210,7 +1209,7 @@ } var session = WebRTC.Media; // session is a required global variable if configuring manually. Run before loading main.js but after webrtc.js. - session.version = "16.2"; + session.version = "16.3"; session.streamID = session.generateStreamID(); // randomly generates a streamID for this session. You can set your own programmatically if needed session.defaultPassword = "someEncryptionKey123"; // Disabling improves compatibility and is helpful for debugging. @@ -1275,7 +1274,7 @@ --> - +