scottlamb / retina

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

Add codec features #97

Closed yujincheng08 closed 5 months ago

yujincheng08 commented 9 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