more readable log, start/stop button added, many body related events traced
[xynt.git] / web / xynt / xynt-http-streaming.js
index d671d8f..7efb2f5 100644 (file)
@@ -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);