hello ! do you guys have a timeline for bringing t...
# sdk-rust
f
hello ! do you guys have a timeline for bringing the rust sdk at feature parity with other native sdks ? (svc codecs, adaptive streaming, dynacast) even a rough idea 🙂
b
Hey, currently, we support some SVC codecs, VP9 and AV1. However, we do not yet support backup codecs. This means we cannot automatically publish a backup track in VP8 or H264 if a subscriber does not support the most recent codecs. We plan to implement adaptive streaming in the coming month, it is quite important for our AI usecase. Dynacast is not supported, yet, the publisher is always sending all the layers. It shouln’t be a big change, I can take a look at doing it asap
Our goal is to reach the feature parity of other native SDKs and use the Rust layer as a common core, I think the biggest missing piece right now is to support mediadevices (no ETA yet)