Skip to content

H264Reader does not support async #713

@relufi

Description

@relufi

// Open a H264 file and start reading using our H264Reader
let file = File::open(&video_file_name)?;
let reader = BufReader::new(file);
let mut h264 = H264Reader::new(reader, 1_048_576);

H264Reader does not support async. For instance, in this example, the incorrect use of std::fs::File will block the asynchronous operation and prevent other tasks from running.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions