X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-streaming.js;h=3db25a1104f0b0b4ff50a29e4114a24d65a75467;hb=b5dae179f26df4000dc48a09acb49d5098265d25;hp=788a783ccf76636dc91d0a4712aeae58ab4a8260;hpb=fc19a0f063cf2e544a61a58b4ac31254f91d6ba5;p=brisk.git diff --git a/web/xynt-streaming.js b/web/xynt-streaming.js index 788a783..3db25a1 100644 --- a/web/xynt-streaming.js +++ b/web/xynt-streaming.js @@ -631,8 +631,9 @@ 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_type = "websocketsec"; transp_port = (this.transp_fback == 2 ? 80 : 8080); } else {