IO redirect engine with metadata
- by hawk.hsieh
Is there any C library or tool to redirect IO and be able to configured by a metadata. And provide a dynamic link library to perform custom process for feeding data into next IO.
For example,
network video recorder:
record video: socket do_something() file
preview video: socket do_something() PCI device
http service:
download file:…