Revision: 104
Author:   [email protected]
Date:     Sun Mar 10 22:33:36 2013
Log:      video support is disabled as unstable
http://code.google.com/p/red5phone/source/detail?r=104

Modified:
 /branches/red5sip/src/java/org/red5/sip/app/RTMPRoomClient.java

=======================================
--- /branches/red5sip/src/java/org/red5/sip/app/RTMPRoomClient.java Wed Mar 6 02:28:58 2013 +++ /branches/red5sip/src/java/org/red5/sip/app/RTMPRoomClient.java Sun Mar 10 22:33:36 2013
@@ -520,7 +520,7 @@
                        return;
                }
                if (!videoStarted) {
-                       setUserAVSettings("av");
+ //setUserAVSettings("av"); //TODO video support is disabled now as unstable
                        videoStarted = true;
                }
if (videoBuffer == null || (videoBuffer.capacity() < video.length && !videoBuffer.isAutoExpand())) {

Reply via email to