Hey Everyone,

 

I've been digging into Red5 over the last couple of days and trying to
port some FMS code over. One thing that I am having issues with is
trying to create a simple user list. Usually I would do something like
this in FMS

 

users_so.setProperty( client.id, client );

 

Where client is a reference to the actual Client Object.

 

I tried doing this in Red5 and I get this in the log. WARN: Exception:
java.lang.reflect.InvocationTargetException

 

Here is the Red5 code.

IConnection conn = Red5.getConnectionLocal();

IClient client = conn.getClient();

String id = client.getId();

so.beginUpdate();

so.setAttribute( id, client );

so.endUpdate();

 

Any thoughts?

 

Julian

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to