Hi Joachim, I'm a newby to rtmp and i have a similar problem like Bill. I know how to implement a client on top of RTMPCLient, but i do not know, in which order i have to send messages (in my case for receiving audio stream).
Could you or anybody else help me? Or is there an example or documentation? Thanks a lot in advance, Sebastian Zitat von Joachim Bauch <[EMAIL PROTECTED]>: > Hi Bill, > > Interalab schrieb: > > Second, we're starting to write a client for publishing video/audio to > > Red5 (not Actionscript in a Flash Player movie, something in Java or > > C++). We have looked at the SimpleClient.java and the RTMP > > documentation at http://osflash.org/documentation/rtmp#fn__1. I'm > > wondering if there is any other documentation or if anyone has anything > > started that we might be able to use as a springboard? > > there is a basic RTMP client at "org.red5.server.net.rtmp.RTMPClient" > which currently supports method calls and shared objects. All you need > to do is extend that to support stream publishing and you're done ;) > The RTMPClient uses the default RTMP encoder and decoder of Red5 so > you don't have to reinvent the wheel in this area. > > Joachim > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
