On Thursday 12 October 2006 07:18, João Saleiro wrote: > My biggest problem right now is to find how to give the server > initiative to alert all the clients, and how to adapt the client-side > code to work with Red5 and the synchronization features, changing it as > less as possible. Any advices to help me starting with this?
Joao, First off, think whether you REALLY need to use something but SO if you have AMF calls working right with AMFPHP? You can access database from Red5 apps as long as Spring integrates with Hibernate like a charm (including transactions stuff) so you can just ADD Red5 to your legacy application, powered by php. You can use sockets for this, that's the way I connected Red5 with Rails application. Or just share the same database. AMF3 support in Red5 is still incomplete... Regards, -- novemberain.com | flexwiki.novemberain.com | rubyonrails.ru | osflash.org/red5 _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
