KallDrexx / rust-media-libs

Rust based libraries for misc media functionality
Apache License 2.0
229 stars 58 forks source link

Convert API surface that returns Vec<u8> to Bytes #28

Open KallDrexx opened 2 years ago

KallDrexx commented 2 years ago

RTMP API functions that return a Vec<u8> should instead return Bytes for better pooling and less allocations.