X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-streaming.js;h=a144f1cbda4890b9088cce9e450e56bf8198f09e;hb=ef2da0157f1a97800360df93b89d3c234d3e04c5;hp=788a783ccf76636dc91d0a4712aeae58ab4a8260;hpb=fc19a0f063cf2e544a61a58b4ac31254f91d6ba5;p=brisk.git diff --git a/web/xynt-streaming.js b/web/xynt-streaming.js index 788a783..a144f1c 100644 --- a/web/xynt-streaming.js +++ b/web/xynt-streaming.js @@ -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;