scottlamb / retina

High-level RTSP multimedia streaming library, in Rust
https://crates.io/crates/retina
Apache License 2.0
218 stars 46 forks source link

Add codec features #97

Closed yujincheng08 closed 1 week ago

yujincheng08 commented 4 months ago

It allows users to strip some unneeded codec to reduce binary size.

cargo bloat --all-features:

117.8KiB retina

After cargo bloat --no-default-features:

84.2KiB retina