A bilibili live stream recording tool
This project will not maintain anymore
To make it easy to execute by some task programs like cron, this program will not accept any parameters.
All parameters will be stored in Setting.ini file.
Just type following command in shell:
# Clone the repository via go tool
go get github.com/IceSandwich/Bilivedown
# After `go get` command, you can't run it directly. It needs Setting.ini file.
cp $GOPATH/src/github.com/IceSandwich/Bilivedown/Setting.ini $GOPATH/bin/Setting.ini
# Edit some parameters.
vim $GOPATH/Setting.ini
# Now you can run this program and start recording live stream~
Bilivedown
The binary package will provide for windows, linux, android(run on termux).
If there is no correct version of your system, you can compile it by yourself.
Baidupcs: 链接: https://pan.baidu.com/s/1zRqA58S7Z9w897_V7hx9OQ 提取码: pabx
GoogleDrive: https://drive.google.com/drive/folders/13lAn3xysFVMgrWFn7ExSViK4RJQV-11D
It's simple to build using go tool, type:
git clone https://github.com/IceSandwich/Bilivedown.git
cd Bilivedown
go build
You can merge them like this:
# Windows
copy /b *.ts merge.ts
# Linux
cat *.ts > merge.ts
Or you can use ffmpeg to merge them.