Looking in the wrong direction.... seems I'm actually not getting a new version of my java lately.... so all the code fixes I've made aren't being used... (notticed the add function from the tutorial is still available even though I removed it from my code a few itterations ago)

On 6/21/06, Eric C <[EMAIL PROTECTED]> wrote:
Yes... I actually can stream video (great stuff), and my java function works fine if I return plain text... I just can't seem to grab the list of connections...

Thanks,
 

 -Eric



On 6/21/06, Joachim Bauch <[EMAIL PROTECTED]> wrote:
Hi Eric,

Eric C wrote:
> Yup...:
>
> var nc:NetConnection = new NetConnection();
> nc.connect("rtmp://localhost/gg");
> nc.>>     {
>     trace (obj)
>     }
> nc.call("getUsers", nc);

Is the Red5 application setup correctly?  You should check the response
you receive for the call to "connect".

Joachim

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


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

Reply via email to