Hi Michael,

Unfortunately I am not a Java programmer so I don't know to implement  
an interface (or what that means, really). But in the file:
webapps/oflaDemo/WEB-INF/src/org/red5/server/webapp/oflaDemo/ 
Application.java I changed this code in :         public boolean  
appConnect(IConnection conn, Object[] params) { :
                         sbc.setMaxBurst(8*1024*1024);
                         sbc.setBurst(2*1024*1024);

to:

                         sbc.setMaxBurst(200*1024*1024);
                         sbc.setBurst(160*1024*1024);

But it doesn't seem to have any effect. Is this the correct file in  
which to make these changes? Do I need to rewrite a different class?  
Also, after I make these code changes do I need to delete some jar  
files or something? Or will ant recompile each time I type "ant server"?

Thanks,
Sean




On 4-Aug-06, at 10:13 AM, Michael Klishin wrote:

> Alien8 Recordings wrote:
>
>> Do you mean that I must redeclare these classes in the
>> Application.java file? Currently the Application.java file does have
>> that class.
>
> Say you may implement IStreamAwareScopeHandler interface. Thus you'll
> implement streamBroadcastStart method that is being triggered when
> stream broadcasting starts.
>
> Then check whether client passed to handler is an instance of
> IFlowControllable and use setBandwidthConfig method.
>
> Real world implementation may vary on your needs.
>
> -- 
> Michael "Antares" Klishin,
>
> http://www.novemberain.com |  mailto:[EMAIL PROTECTED]
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org

______________
ALIEN8 RECORDINGS
P.O. BOX 666, STATION R
MONTREAL, QC
CANADA, H2S 3L1

http://www.alien8recordings.com


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

Reply via email to