[Red5] [Red5devs] Call method in Server Side ?

Chris Allen mrchrisallen at gmail.com
Mon Mar 6 15:45:13 EST 2006


John's talking about how you connected to the service.  Ip resume that
you did something along these lines to get it to work

var nc:NetConnection = new NetConnection();
nc.connect("rtmp://serverName/application/serviceName");
nc.call("method", returnObj);

So John, he probably put it all in the connect() method, therefore
making every method called go to that service.  Does that make sense? 
I could, of course, be way off though.

-Chris

On 3/6/06, Guillaume Lecanu <Guillaume at lya.fr> wrote:
>  Le lundi 06 mars 2006 à 15:22 -0500, John Grden a écrit :
>
>
>  that DID work?  I thought we had to include the service name with the the
> call?
>
>  Luke/Joachim?  did that change?
>
>  I'm speaking about client to Red5 and not Red5 to client :-)
>
>
>
>
>
>
>  On 3/6/06, Guillaume Lecanu <Guillaume at lya.fr> wrote:
>
>  I have just make a small test to try, and this works great ! :-)
>
>  I hope the call() method from red5 to client will be implemented quickly
> :-)
>
>  I love Red5 !
>  Thanks guys for your big works !
>
>  Le lundi 06 mars 2006 à 20:27 +0100, Guillaume Lecanu a écrit :
>
>
>
>  Le lundi 06 mars 2006 à 14:17 -0500, John Grden a écrit :
>
>  yes, that absolutely works!
>  Yeahh great ! :-)
>  So in this case in the Flash client side I write this :
>
>  nc.call('myFunction', param1, param2...)
>
>  But in the java application of the Red5 server where I write "myFunction" ?
>  I just need to make a public function named "myFunction" into my java class
> ?
>
>  Thanks John !
>
>
>
>  On 3/6/06, Guillaume Lecanu <Guillaume at lya.fr> wrote:
>
>  Le lundi 06 mars 2006 à 13:31 -0500, John Grden a écrit :
>
>
>  I'm assuming you mean FROM R5 to the client, yes?
>  >From Red5 to the client and from the client to Red5
>
>
>
>  that's being flushed out with the API right now - it's something I'm
> waiting for as well ;)
>  Ok so It's not again ready, but may be the way from client to Red5 works ?
>
>
>
>
>  On 3/6/06, Guillaume Lecanu <Guillaume at lya.fr> wrote:
>
>  Hi Guys,
>
>  Luke have added last week the method Call() (Thread "Commit log" under
> Red5devs ML)
>
>  Is it now possible to call method between the client flash and the server
> (in the SVN version) ?
>  If yes, do you know how to do this please ?
>
>  Thanks a lots.
>
>  _______________________________________________
>  Red5 mailing list
>  Red5 at osflash.org
>  http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
>  --
>  John Grden - Blitz
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>  _______________________________________________
>  Red5 mailing list
>  Red5 at osflash.org
>  http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
>  --
>  John Grden - Blitz
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>  _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>  _______________________________________________
>  Red5 mailing list
>  Red5 at osflash.org
>  http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
>
>  --
>  John Grden - Blitz
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> _______________________________________________
> Red5devs mailing list
> Red5devs at osflash.org
> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>
>
>



More information about the Red5 mailing list