Hi thanks it doesnt seem to do much at all i tried every config setting 
possible.

Ive updated my findings of the bufferlength between red5 and FMS, it 
could be the issue here

http://jira.red5.org/browse/SN-1

strangely enough though FMS now seems to be doing the same thing as red5 ?

Mondain wrote:
> I think its best to use the defaults, but if you know what youre doing 
> with
> these TCP/IP settings... be our guest. :)
> You may also want to see what other MINA users are saying on their wiki.
>
> Paul
>
> On 3/11/07, Dan Rossi <[EMAIL PROTECTED]> wrote:
>>
>> Hi, ive still had not much response about it but checking the config
>> files ive found this, could tweaking these settings help us out at all ?
>> I see the bottom section is commented out.
>>
>>
>>     <bean class="org.apache.mina.transport.socket.nio.SocketAcceptor"
>>         init-method="bind" destroy-method="unbind">
>>         <!-- RTMP -->
>>         <constructor-arg value="${rtmp.threadcount}" />
>>         <constructor-arg><ref bean="threadExecutor"/></constructor-arg>
>>         <property name="localAddress" value="${rtmp.host_port}" />
>>         <property name="handler" ref="rtmpMinaIoHandler" />
>>         <property name="sessionConfig">
>>             <bean
>>
>> class="org.apache.mina.transport.socket.nio.DefaultSocketSessionConfig">
>>                 <property name="reuseAddress" value="true" />
>>                 <!--
>>                 <property name="tcpNoDelay" value="true"/>
>>                 <property name="sendBufferSize" value="1024"/>
>>                 <property name="receiveBufferSize" value="1024"/>
>>                 <property name="soLinger" value="10"/>
>>                 <property name="oobInline" value="false"/>
>>                 <property name="keepAlive" value="true"/>
>>                  -->
>>             </bean>
>>         </property>
>>     </bean>
>>
>> _______________________________________________
>> Red5 mailing list
>> [email protected]
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>   


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to