X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-streaming.js;h=47059a45862e4626f9423d15093c85218a58cd3f;hb=302c97f7ac81dfcc6fc8d8d44359f4f432e4618a;hp=3db25a1104f0b0b4ff50a29e4114a24d65a75467;hpb=b5dae179f26df4000dc48a09acb49d5098265d25;p=brisk.git diff --git a/web/xynt-streaming.js b/web/xynt-streaming.js index 3db25a1..47059a4 100644 --- a/web/xynt-streaming.js +++ b/web/xynt-streaming.js @@ -634,7 +634,7 @@ xynt_streaming.prototype = { // DEFAULT TRANSPORT PROTOCOL HERE websocketsec, websocket if (this.transp_fback > 0) { transp_type = "websocketsec"; - transp_port = (this.transp_fback == 2 ? 80 : 8080); + transp_port = (this.transp_fback == 2 ? 443 : 8080); } else { transp_type = this.transp_type;