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
Original issue reported on code.google.com by
kubuz...@gmail.com
on 16 May 2011 at 1:12