#client #player #stream #mpv #binary #acestream

acestream_client

使用 Rust 编写的 Acestream 客户端

2 个版本

使用旧的 Rust 2015

0.1.1 2019年4月3日
0.1.0 2018年7月2日

#20 in #mpv

自定义许可

8KB
144

Acestream 客户端

本作品灵感来源于 jonian/acestream-launcher.

我打算将其用作 Rust 库。但有一个示例二进制文件 aceplay.rs,可以在 mpv 播放器上打开流。您可以使用以下方式安装它

cargo install --example aceplay acestream_client
// play Sintel - https://en.wikipedia.org/wiki/Sintel
aceplay acestream://94c2fd8fb9bc8f2fc71a2cbe9d4b866f227a0209

它需要您的计算机上安装了 acestreamenginempv。当然,还需要 cargo 来构建二进制文件。

依赖项

~20MB
~434K SLoC