google-code-export / fluorinefx

Automatically exported from code.google.com/p/fluorinefx
2 stars 4 forks source link

Slow RTMP connections affect all others #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start one presenter to publish video stream to a server.
2. Start two listeners which receive presenter's video stream from the
FluorineFX server.
3. Limit connection speed for Listener #1 (now
connection for Listener #1 is slow. Presenter & Listeners #2 still have fast 
connections).

What is the expected output? What do you see instead?
Immediately after I limit connection for Listener #1, video is start to 
stuttering for Listener #2 as well. I expected Listener #2 continue to receive 
video stream without stuttering.

What version of the product are you using? On what operating system?
FluorineFX server on Windows 2008. Windows 7 on clients. Latest version of 
FluorineFX from SVN. And latest FluorineFX installator. Same results on both 
versions.

Please provide any additional information below.

As I found out blocking operation is:
asyncResult.AsyncWaitHandle.WaitOne(); (Line 235 in RtmpQueuedWriteStream.cs)

Original issue reported on code.google.com by kubuz...@gmail.com on 16 May 2011 at 1:12

GoogleCodeExporter commented 9 years ago
Please contact support@ for more details how to reproduce  your scenario

Original comment by zol...@thesilentgroup.com on 25 May 2011 at 7:15