X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-streaming.js;fp=web%2Fxynt-streaming.js;h=47059a45862e4626f9423d15093c85218a58cd3f;hb=f3b76ddf96b6efe09b15a3784c45753b97d0c0ec;hp=3db25a1104f0b0b4ff50a29e4114a24d65a75467;hpb=1ac0c5959126e874cc99f080265d560534162e70;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;