diff --git a/index.html b/index.html index c4f4ea8..42a7b57 100644 --- a/index.html +++ b/index.html @@ -773,7 +773,7 @@ Some devices that use hardware encoding can experience video glitching; switching to VP8 or VP9 as a codec may help.
  • - Video glitching and random audio-loss can occur when using the OBS browser source. The Electron Capture app avoids these issues. + Video glitching and random audio-loss can occur when using the OBS browser source. The Electron Capture app avoids these issues.
  • Samsung smartphones (A-series) may fail to publish video with some mobile browsers; try using Firefox or the native VDO.Ninja Android app in these cases. @@ -784,6 +784,7 @@
    🎁 Welcome to v20, updated December 24th. 🎄 Release notes are here. The previous version is available here if you have new issues. +

    @@ -1864,9 +1865,10 @@ // session.configuration.iceTransportPolicy = "relay"; // uncomment to enable "&privacy" and force the TURN server + // session.wss = "wss://api.vdo.ninja:443"; // US-East (Default) /// If wanting to fully-self-host, uncomment the following and deploy your own websocket server; good for air-gapped deployments - // session.wss = "wss://wss.contribute.cam:443"; // https://github.com/steveseguin/websocket_server + // session.wss = "wss://wss.yourdomainhere.com:443"; // https://github.com/steveseguin/websocket_server // session.customWSS = true; ////// @@ -1904,7 +1906,6 @@ -