Documentation for implementing a Java based Red5 RTMPClient?
I'm investigating implementing an RTMP client in Java to do audio conferencing with Red5. There's an RTMPClient
and related classes that look like they can be used. However, the implementation seems to be based on a delegate pattern with multiple other classes involved, which is difficult to 开发者_如何学Pythondecipher without docs.
Anyone have any pointers for documentation in this area?
The Red5 Reference Manual
Helpfiles and Tutorials
Project and Developer information
Users mailinglist
Developers mailinglist
Google Code project page
javadocs
精彩评论