last changes on beta site
[brisk.git] / web / xynt-streaming.js
index 788a783..a144f1c 100644 (file)
@@ -631,9 +631,11 @@ xynt_streaming.prototype = {
         // page arrangement
         this.page = url_complete(this.win.location.href, this.page);
 
+        // DEFAULT TRANSPORT PROTOCOL HERE websocketsec, websocket
         if (this.transp_fback > 0) {
-            transp_type = "websocket";
-            transp_port = (this.transp_fback == 2 ? 80 : 8080);
+            transp_type = "websocketsec";
+            // transp_port = (this.transp_fback == 2 ? 443 : 8080);
+            transp_port = 443;
         }
         else {
             transp_type = this.transp_type;