Skip to main content

Crate lvqr_ingest

Crate lvqr_ingest 

Source

Re-exports§

pub use dispatch::publish_fragment;
pub use dispatch::publish_init;
pub use dispatch::publish_scte35;
pub use error::IngestError;
pub use observer::MediaCodec;
pub use observer::NoopRawSampleObserver;
pub use observer::RawSampleObserver;
pub use observer::SharedRawSampleObserver;
pub use protocol::IngestProtocol;
pub use bridge::RtmpMoqBridge;
pub use protocol::RtmpIngest;
pub use rtmp::RtmpConfig;
pub use rtmp::RtmpServer;
pub use rtmp::SessionDeregisterFn;
pub use rtmp::SessionRegisterFn;
pub use rtmp::SessionRegistrar;

Modules§

bridge
dispatch
Broadcaster dispatch helpers for the Tier 2.1 ingest surface.
error
observer
Raw-sample observer hook for the RTMP / WHIP / RTSP / SRT bridges.
protocol
Pluggable ingest protocol trait.
remux
rtmp