Module server

Module server 

Source
Expand description

RTMP server implementation

This module provides the server-side RTMP implementation:

  • TCP listener for accepting connections
  • Per-connection handler
  • Handler trait for application callbacks

Re-exports§

pub use config::ServerConfig;
pub use handler::AuthResult;
pub use handler::RtmpHandler;
pub use listener::RtmpServer;

Modules§

config
Server configuration
connection
Per-connection RTMP handler
handler
RTMP handler trait
listener
RTMP server listener