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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to