An open API service indexing awesome lists of open source software.

https://github.com/crosstyan/agora-rtsa-rs

A rust bindings for agora RTSA
https://github.com/crosstyan/agora-rtsa-rs

agora agora-rtc agora-sdk agoraio rust

Last synced: 2 months ago
JSON representation

A rust bindings for agora RTSA

Awesome Lists containing this project

README

        

# Rust bindings for [Agora RTSA](https://docs.agora.io/cn/RTSA/downloads?platform=All%20Platforms)

See also [Agora RTSA C API Reference for Linux](https://docs.agora.io/cn/RTSA/API%20Reference/rtsa_c/index.html)

Link against `aarch64` by default, you may wish to modify `build.rs` to link your arch.

SDK library file is not included. You have to move it to the directory manually. Downlod the SDK from [here](https://docs.agora.io/cn/RTSA/downloads?platform=All%20Platforms).

Current support version is `1.9.0`

`ffi.rs` is the `bindgen` whose name was `bindings.rs`.