[Red5devs] [Red5] buffering was trunk broken

Victor dreamland_skib2 at mail333.com
Wed Aug 15 04:24:54 PDT 2007


Lenny,

can you please test my workaround on your sample which uses Shared Objects?
Please look at SN-1 in Jira and try removing the following lines in 
RTMPMinaProtocolEncoder.encode():

final WriteFuture future = out.flush();
    if (future != null) {
    future.join();
}

But do NOT remove "synchronized" keyword.
Also, take a look at APPSERVER-177 issue.

Thanks,
Victor

> I have posted all the details, our sample and our temporary (?)
> workaround to Jira:
> http://jira.red5.org/browse/SN-1
>
> Please say what do you think about this solution.
>
> Thanks,
>
> Victor
>   



More information about the Red5devs mailing list