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
- Host: GitHub
- URL: https://github.com/crosstyan/agora-rtsa-rs
- Owner: crosstyan
- Created: 2022-08-20T14:03:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T09:10:12.000Z (over 2 years ago)
- Last Synced: 2023-03-10T06:42:14.463Z (about 2 years ago)
- Topics: agora, agora-rtc, agora-sdk, agoraio, rust
- Language: Rust
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.