[Red5] Clients do not see SharedObject
_LameMind
lamemind at gmail.com
Mon Jun 30 15:01:40 PDT 2008
Hello there,
I'm experiencing a fastidious issue with shared objects (I'm not a guru,
so it could be my fault).
Server side, in the appStart method, I create a PERSISTENT SO
this.createSharedObject (appScope, "name", TRUE)
and then I take it
this.so = this.getSharedObject (appScope, "name");
to set some attributes.
Furthermore I've attached a soListener to keep track of the issue
When clients FISRT connect all it's ok, soListener logs anything and
clients see the so.
The issue come after those clients disconnect and there are no connected
clients.
Accessing the so server-side still works,
but the PERSISTENT shared object is no more visible to new clients, and
the soListener does not log!
please help!
I tried to understand something but I can't figure it out...
More information about the Red5
mailing list