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

Reply via email to