In red5 the server can push data in two ways mainly: - using shared objects and updating them ( clients must "get" the shared object by name and do an initial onSync before they can interact with it ) - using direct calls on the custom methods defined for the NetConnection that establishes the connection from the client to red5 ( extending the base NetConnection is best - see red5 samples ). Direct calls can ebe very easy made using the ServiceUtils.invokeOnAllConnections and it's variations
cosmin > Ok, so i found the invoke method of the IServiceCapableConnection in the > mailing list and also the org.red5.server.api.service.ServiceUtils class, > so my other question is: i read a notice with some version of red5, > guess it was 0.5 that server data push is experimental and should not be > used for > heavy loads in production environment, has this already changed? > Thanks > David Engelmaier > > David Engelmaier wrote: >> Hello, i'd like to ask whether it's possible to call directly a method >> on the client from the server with passing parameters or if the >> communication >> from the server data push is only a matter of the SharedObject >> functionality? If it's possible, please can you point me to somewhere i >> can read more >> about it? >> Thanks >> David Engelmaier >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > -- > > David Engelmaier > > Software development consultant > > http://www.ixperience.net > > _______________________________________________ > 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
