录播姬 | mikufans 生放送录制
Go to file
2021-04-15 19:13:19 +08:00
.github/workflows
BililiveRecorder.Cli Add ToolBox 2021-04-14 23:46:24 +08:00
BililiveRecorder.Core Core: Implement watchdog, use api host in config 2021-04-15 19:13:19 +08:00
BililiveRecorder.Flv Add ToolBox 2021-04-14 23:46:24 +08:00
BililiveRecorder.ToolBox Add ToolBox 2021-04-14 23:46:24 +08:00
BililiveRecorder.WPF Add ToolBox 2021-04-14 23:46:24 +08:00
CI
test
.editorconfig
.gitattributes
.gitignore
appveyor.yml
BililiveRecorder.sln Add ToolBox 2021-04-14 23:46:24 +08:00
crowdin.yml
Directory.Build.props
GitVersion.yml
global.json
LICENSE
README_CN.md
README.md
VERSION

BiliBili Stream Recorder

Build status Version Issues are "help wanted" Pull Request Welcome license

简体中文 | Simplified Chinese

GitHub is a global platform, and theoretically, everyone should use English. But since this project is mostly meant for Chinese user and rely on a Chinese website BiliBili (wikipedia), all code comments are in Chinese. This README file will always use English so people like you can understand what is this, and perhaps make some use out of it.

Crowdin

Software UI is available in

  • 简体中文 (Source and default)
  • 繁体中文
  • 日本語
  • English

Install & Use

See rec.danmuji.org (in Chinese)

Feature

  • Easy to use
  • Reset timestamp to start from 0
  • Writes duration info automatically when recoding session ends.
  • Start recording when stream starts
  • Record multiple stream at same time
  • Pure C#, no native dependency like ffmpeg
  • Open source!

Develop & Getting Started

Visual Studio 2017 / 2019 with .NET Core and PowerShell is required.

Some file are generated by PreComplie Script. Build project to clear errors shown by Visual Studio.

Project Type Note
BililiveRecorder.WPF .NET Framework 4.6.2
BililiveRecorder.Core .NET Standard 2.0
BililiveRecorder.FlvProcessor .NET Standard 2.0
BililiveRecorder.Server .NET Core 2.0 TODO

Reference & Acknowledgements