Module handler

Module handler 

Source
Expand description

RTMP handler trait

The main extension point for RTMP applications. Implement this trait to handle connection events, authentication, and media data.

Structs§

ChainedHandler
A handler wrapper that chains multiple handlers
LoggingHandler
A simple handler that accepts all connections and logs events

Enums§

AuthResult
Result of authentication/authorization checks
MediaDeliveryMode
Media delivery mode configuration

Traits§

RtmpHandler
Handler trait for RTMP applications