Interface | Description |
---|---|
RtmpPublisher |
Simple RTMP publisher, using vanilla Java networking (no NIO)
This was created primarily to address a NIO bug in Android 2.2 when
used with Apache Mina, but also to provide an easy-to-use way to access
RTMP streams
|
Class | Description |
---|---|
Crypto |
Some helper utilities for SHA256, mostly (used during handshake)
This is separated in order to be more easily replaced on platforms that
do not have the javax.crypto.* and/or java.security.* packages
|
DefaultRtmpPublisher |
Srs implementation of an RTMP publisher
|
Util |
Misc utility method
|