Expand description
§Handling RTMP connections and data streaming.
Currently following handlers have been implemented.
Structs§
- Tells that either digests or signatures are inconsistent in the handshake step.
- The chunk information which is sent/received last.
- RTMP’s common contexts.
- An error that stream has no data to write. Note this is currently used as to mean sucessful termination.
- The wrapper for stream types.
- The simple stream for std’s buffer-like types.
Enums§
Traits§
- The interface for handling RTMP connection steps with
Future
. - The extension methods for handlers.
- The interface for providing the way to construct any handler to clients/servers.
- Measurement receiving chunk size.
Functions§
- A utility function for wrapping the error
InconsistentSha
into::std::io::Error
. - A utility function of constructing an
StreamGotExhausted