[Red5commits] [1932] disabled check for BytesReceived? message as received from client - seems to cau

jbauch luke at codegent.com
Wed Apr 25 16:50:06 EDT 2007


disabled check for BytesReceived? message as received from client - seems to cause problems with high-latency connections


Timestamp: 04/25/07 15:40:23 EST (less than one hour ago) 
Change: 1932 
Author: jbauch

Files (see diff or trac for details): 
java/server/trunk/src/org/red5/server/stream/PlaylistSubscriberStream.java


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1932

Index: /java/server/trunk/src/org/red5/server/stream/PlaylistSubscriberStream.java
===================================================================
--- /java/server/trunk/src/org/red5/server/stream/PlaylistSubscriberStream.java (revision 1928)
+++ /java/server/trunk/src/org/red5/server/stream/PlaylistSubscriberStream.java (revision 1932)
@@ -1742,5 +1742,5 @@
 
 						Long[] writeDelta = getWriteDelta();
-						if (pendingVideos > 1 || writeDelta[0] > writeDelta[1]) {
+						if (pendingVideos > 1 /*|| writeDelta[0] > writeDelta[1]*/) {
 							// We drop because the client has insufficient bandwidth.
 							long now = System.currentTimeMillis();


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list