Skip to content

biliup/stream-gears

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-gears

通过 PyO3 导出上传 B 站与下载 FLV、HLS 流的函数供Python调用, 支持时间或文件大小分段,同时解决拉取FLV流花屏的问题。

Dev

  1. Install the latest Rust compiler
  2. Install maturin: $ pip3 install maturin
$ python -m venv .env
$ source .env/bin/activate
$ maturin develop

Credits

感谢 Genteure 提供帮助