On 12/18/06, Daniela Remogna <[EMAIL PROTECTED]> wrote:
Steven Gong wrote: On 12/18/06, Daniela Remogna <[EMAIL PROTECTED]> wrote: > > Hi! > How can I manage the client bandwith in Red5? > I need to assign a defined bandwith to each client. Well, as of now, the bandwidth can be set on connection but not client because in current Red5's implementation, one client corresponds to one connnection. So you need to implement your own IClientRegistry to create a client that manages multiple connections. Hi Steven, thanks for the fast reply. do you know if is available an example or documentation about this? Or I can only refer to API documentation? (http://dl.fancycode.com/red5/api/org/red5/server/api/IClientRegistry.html) and ( http://dl.fancycode.com/red5/api/org/red5/server/api/IBandwidthConfigure.html )
You may reference the commented code in oflaDemo.Application. Daniela Remogna
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
-- I cannot tell why this heart languishes in silence. It is for small needs it never asks, or knows or remembers. -- Tagore Best Regards Steven Gong
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
