Module client

Module client 

Source
Expand description

RTMP client implementation

Provides client-side RTMP for:

  • Pulling streams from remote RTMP servers
  • Connecting to any RTMP server for transcoding, relaying, etc.

Re-exports§

pub use config::ClientConfig;
pub use connector::RtmpConnector;
pub use puller::ClientEvent;
pub use puller::RtmpPuller;

Modules§

config
Client configuration
connector
RTMP client connector
puller
RTMP stream puller