Hi,
Please go to your conf/log4j.properties
Set the following 3 items to DEBUG ie
log4j.logger.org.red5.server.persistence=DEBUG
log4j.logger.org.red5.server.service=DEBUG
log4j.logger.org.red5.server.so=DEBUG
Then restart red5 server and create your persistent shared object from
the client using the code I you already have. When the client
connects, please tell us what
messages and errors, if any, that red5 prints to the console. Once you
send us what those logs say, it will be easier to understand
what is happening on the server side and we can help you.
Hi,
Here my client side code :
stop();
// Create a connection
client_nc = new NetConnection();
// Handle status message
client_nc.onStatus = function(info) {
trace("Level: "+info.level+" Code: "+info.code);
};
--
C is forever.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org