Author: solomax
Date: Wed Jul 27 10:44:06 2016
New Revision: 1754241

URL: http://svn.apache.org/viewvc?rev=1754241&view=rev
Log:
[OPENMEETINGS-1030] additional WB video player debugging

Modified:
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/remote/baseVideoStream.lzx
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/remote/baseVideoStream.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/remote/baseVideoStream.lzx?rev=1754241&r1=1754240&r2=1754241&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/remote/baseVideoStream.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/remote/baseVideoStream.lzx
 Wed Jul 27 10:44:06 2016
@@ -182,7 +182,7 @@
                        //FIXME: Commented out, cause this leads to 
Buffer-Full/Buffer-Empty Events
                        //after re-syncing the stream
                        //this.setBuffer(0.1);
-                       if ($debug) Debug.write("Play Stream "+streamName);
+                       if ($debug) Debug.write("Play Stream '" + streamName + 
"'");
                        if (delay == 0) {
                            this._ns.play(streamName);
                        } else {

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx?rev=1754241&r1=1754240&r2=1754241&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx
 Wed Jul 27 10:44:06 2016
@@ -240,14 +240,14 @@
                </method>
                
                <handler name="onNetStatus" args="info">
-                       if ($debug) Debug.write("onNetStatus ",info);
+                       //if ($debug) Debug.write("onNetStatus ",info);
                        if (info.code ==  "NetStream.Play.Stop" ) {
                                if ($debug) Debug.write("-- stopStream");
                                parent.stopStream();
                        }
                </handler>
                <handler name="onMetaDataEvent" args="info">
-                       if ($debug) Debug.warn("onMetaData ",info);
+                       //if ($debug) Debug.warn("onMetaData ",info);
                        //if ($debug) Debug.write("parent.parent.deltaInSeconds 
",Number(info.duration));
                        parent.deltaInSeconds = Number(info.duration);
                        parent.setDuration();


Reply via email to