Chris Allen schrieb: > As John already mentioned, this is definitely possible. > > In fact it's pretty straight forward to switch MINA based socket > applications from acting as a server to a client. I would recommend > looking at MINA (http://mina.apache.org/) and then compare the Red5 > source code with some of their sample applications. This should help > get you started on creating your own Java based RTMP client.
actually you don't have to look that far ;) Just open up the class "org.red5.server.net.rtmp.RTMPClient" in your editor and have fun... See the API docs for details: http://dl.fancycode.com/red5/api/org/red5/server/net/rtmp/RTMPClient.html Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
