https://github.com/LightQuantumArchive/bililive-rs
A simple stream-based bilibili live client library.
https://github.com/LightQuantumArchive/bililive-rs
Last synced: 3 months ago
JSON representation
A simple stream-based bilibili live client library.
- Host: GitHub
- URL: https://github.com/LightQuantumArchive/bililive-rs
- Owner: LightQuantumArchive
- License: mit
- Created: 2021-06-19T19:34:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T11:32:24.000Z (3 months ago)
- Last Synced: 2025-01-23T02:42:45.863Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 702 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - Bililive-rs - Simple stream-based bilibili live client libraries. (开发 / 直播脚本)
README
# bililive-rs
[](https://github.com/PhotonQuantum/bililive-rs/actions/workflows/test.yml)
Simple stream-based bilibili live client libraries.
## Crates
### Core
- [bililive-core](bililive-core) - Core traits and structs for a simple stream-based bilibili live danmaku implementation.
### Implementations
- [bililive](bililive) - A simple stream-based bilibili live client library backed by [async-tungstenite](https://github.com/sdroege/async-tungstenite). Supports both tokio and async-std.
- [actix-bililive](actix-bililive) - A simple stream-based bilibili live client library for the Actix ecosystem, backed by [awc](https://github.com/actix/actix-web/tree/master/awc).## Features
- Ergonomic `Stream`/`Sink` interface.
- Easy establishment of connection via given live room id.
- Handles heartbeat packets automatically.
- Auto retry when connection fails (optional).
- Decompresses `Zlib` payloads automatically.## License
This project is licensed under [MIT License](LICENSE).