Available on crate feature
named_pipes
only.Expand description
Cross-platform abstraction over Windows async named pipes and Unix FIFO.
The primary use-case is streaming multiple outputs from FFmpeg into a Rust program.
For more commentary and end-to-end usage, see examples/named_pipes.rs
:
https://github.com/nathanbabcock/ffmpeg-sidecar/blob/main/examples/named_pipes.rs
Structsยง
- Cross-platform abstraction over Windows async named pipes and Unix FIFO.