You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by co...@google.com on 2013/03/11 06:33:51 UTC

[red5phone] r104 committed - video support is disabled as unstable

Revision: 104
Author:   solomax666@gmail.com
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())) {