KallDrexx / rust-media-libs

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

Support request rejection #35

Closed sfackler closed 1 year ago

sfackler commented 1 year ago

This is needed to support username/password authentication and access control in RTMP servers.

KallDrexx commented 1 year ago

Released as 0.7.1 on crates.io in case you aren't source linked

sfackler commented 1 year ago

Thanks!