Structs§
- Inconsistent
Sha - Tells that either digests or signatures is inconsistent in the handshake step.
- Last
Chunk - The chunk information which is sent/received last.
- Rtmp
Context - RTMP’s common contexts.
- Stream
GotExhausted - An error that stream has no data to write.
- Stream
Wrapper - The wrapper for stream types.
- VecStream
- The simple stream for std’s buffer-like types.
Enums§
- Client
Type - The pattern to distinguish whether client requests are publishers or subscribers.
- Publisher
Status - The pattern of communication status between servers and publisher clients.
- Subscriber
Status - The pattern of communication status between servers and subscriber clients.
Traits§
- Async
Handler - The interface for handling RTMP connection steps with
Future
. - Async
Handler Ext - The extension methods for handlers.
- Error
Handler - Handler
Constructor - The interface for providing the way to construct any handler to clients/servers.
- Measure
Acknowledgement - Measurement receiving chunk size.
- Middleware
Functions§
- inconsistent_
sha - A utility function for constructing an
InconsistentSha
error. - stream_
got_ exhausted - A utility function of constructing an
StreamGotExhausted
error.