On 5/7/06, Kerem Hadimli <[EMAIL PROTECTED]> wrote: > Here's another question, i was trying to understand red5's sources > today, starting from Standalone.java, but at the end of main, it > outputs "startup done in xx seconds" and exits from main() :) I want > to start understanding how red5 operates internally, but couldn't find > where to start :) any recommendations? > Take a look at the Spring configuration files. As with any Spring application you can see how the thing is wired together by looking at the configuration files. You can find these in the /conf directory. The red5-core.xml is probably the one you want to look at to see how all the MINA socket stuff is put together.
-Chris _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
