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