X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=xynt.git;a=blobdiff_plain;f=web%2Fxynt%2Fxynt-http-streaming.js;fp=web%2Fxynt%2Fxynt-http-streaming.js;h=7efb2f5861dbf20bf79b95162a268dc4229529e5;hp=d671d8f52e8c2f88a252c8db15502231cb73dadc;hb=72aee8c82069da4a642d1469bd50eeb5cfd2769e;hpb=9e6ad623626b6b655920813c87af6932c68db12d diff --git a/web/xynt/xynt-http-streaming.js b/web/xynt/xynt-http-streaming.js index d671d8f..7efb2f5 100644 --- a/web/xynt/xynt-http-streaming.js +++ b/web/xynt/xynt-http-streaming.js @@ -197,6 +197,8 @@ http_streaming.prototype = { }, abort: function () { + // this.log("PATH: "+this.ifra.contentWindow.location.protocol + "://" + this.ifra.contentWindow.location.host + "/" + this.ifra.contentWindow.location.pathname); + this.gst.abort(); if (this.watchdog_hdl != null) { clearTimeout(this.watchdog_hdl);