Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 535 Bytes

File metadata and controls

41 lines (28 loc) · 535 Bytes

XCloud / SmartGlass - New API in RUST

Building

git clone --recursive https://github.com/OpenXbox/xcloud-rs.git
cd xcloud-rs
cargo build
# Run tests
cargo test
# Build docs
cargo doc

Examples

Fetch tokens

CLI / Manually copying redirect URI

cargo run --example auth-gssv

Test Gssv Api

Note: Requires tokens (see above)

cargo run --example gssv-api

Test client

Note: Requires tokens (see above)

Writes audio/video tracks to file

cargo run --bin client_sdl3