Hi Chris, Chris Allen schrieb: [...] > Well, actually there is a plan to implement a way for Ajax clients to > access the Red5 server with normal HTTP calls which return XML. I'm > not at all sure where we are with developing that piece, but it is > something that we would like to add in the future. > > Luke any idea about this feature and when we might implement it?
let me answer this: it already _is_ implemented ;) and powers the admin interface of Red5 where everything is queried through XML-RPC calls by the browser. See "org.red5.server.net.servlet.StatisticsServlet" for informations on how to setup such a service. The implementation of the methods that can be called through XML-RPC can be found in "org.red5.server.statistics.ScopeStatistics". Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
