Thanks stoica!
And dont forget to call :
initApplication();
in your appStart, like :
@Override
public boolean appStart(IScope scope) {
// init your handler here
this.initApplication();
log.info("Application started");
return true;
}
--
C is forever.
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
