Skip to main content

run

Function run 

Source
pub async fn run(
    video_rx: Receiver<VideoFrame>,
    audio_rx: Receiver<AudioFrame>,
) -> Result<()>
Expand description

Run AV sync loop: consume video + audio frames and deliver at correct PTS.