录播姬 | mikufans 生放送录制
Go to file
2022-06-11 20:18:09 +08:00
.config Improve config code generation 2021-07-15 21:41:21 +08:00
.github Update docker image tags 2022-06-10 14:34:06 +08:00
BililiveRecorder.Cli CLI: Add file browser toggle 2022-06-08 00:58:08 +08:00
BililiveRecorder.Core Refactor config code generation 2022-06-10 16:34:25 +08:00
BililiveRecorder.Flv Update dependencies 2022-06-07 22:41:09 +08:00
BililiveRecorder.ToolBox Update dependencies 2022-06-07 22:41:09 +08:00
BililiveRecorder.Web Web: Use custom directory browser formatter 2022-06-10 21:49:01 +08:00
BililiveRecorder.WPF WPF: Fix access across threads 2022-06-11 17:52:34 +08:00
config_gen Refactor config code generation 2022-06-10 16:34:25 +08:00
test fix tests 2022-06-09 15:55:36 +08:00
webui Update webui 2022-06-11 20:18:09 +08:00
.editorconfig Update dockerfile and GitHub Actions workflow 2022-05-19 18:11:03 +08:00
.gitattributes init 2018-03-12 18:57:20 +08:00
.gitignore CLI: Embed WebUI 2022-06-06 12:36:58 +08:00
.gitmodules Move flv test data and expectations to a dedicated git repisitory. 2022-06-07 19:51:09 +08:00
appveyor.yml fix build 2021-02-26 22:25:35 +08:00
BannedSymbols.txt WPF: Disable minimize to tray icon when a ContentDialog is open. fix #316 2022-05-16 21:06:49 +08:00
BililiveRecorder.sln Web: Merge to one project, implement config GET/POST 2022-04-03 14:47:54 +08:00
configV2.schema.json Core: Strictly enforce qn settings 2021-11-20 14:34:35 +08:00
configV3.schema.json Refactor config code generation 2022-06-10 16:34:25 +08:00
crowdin.yml Update Crowdin configuration file 2021-01-03 17:12:27 +08:00
Directory.Build.props Fix github actions artifacts 2022-05-17 02:51:47 +08:00
Dockerfile Update dockerfile and GitHub Actions workflow 2022-05-19 18:11:03 +08:00
Dockerfile.GitHubActions Update dockerfile and GitHub Actions workflow 2022-05-19 18:11:03 +08:00
GitVersion.yml update GitVersion.yml 2021-12-18 23:35:28 +08:00
global.json Update to .NET 6 2022-04-02 18:49:23 +08:00
LICENSE Create LICENSE 2018-03-12 19:04:51 +08:00
nuget.config Maybe fix CI 2022-05-11 20:16:59 +08:00
README_CN.md Update README.md and about page 2021-11-20 15:02:50 +08:00
README.md Update README.md and about page 2021-11-20 15:02:50 +08:00
RELEASING.md update RELEASING.md 2021-12-04 00:08:13 +08:00

BiliBili Stream Recorder B站录播姬

Build and Test Version License Crowdin

简体中文 README | 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.

Software UI is available in

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

Install & Use

See rec.danmuji.org (in Chinese)

Feature

  • Easy to use
  • Start recording automatically when stream starts
  • Record multiple stream at same time
  • Fix broken recording caused by broken bilibili stream server
  • Toolbox mode to fix broken bilibili stream recording recorded by other software1
  • Pure C#, no native dependency like ffmpeg2
  • Open source!

1: Only unprocessed flv file downloaded directly from stream servers can be fixed. If the file is downloaded or processed by FFmpeg it no longer can be fixed, FFmpeg will fvck up the already broken recording even further.
2: A minimal version of FFmpeg is bundled with the desktop edition of BililiveRecorder for the remux feature in toolbox.

Develop & Build

Visual Studio 2019 with .NET 5 is recommended, though any other IDE should work too.

Project Target Note
BililiveRecorder.WPF .NET Framework 4.7.2 Windows only GUI
BililiveRecorder.Cli .NET 5 Cross-platform
BililiveRecorder.ToolBox .NET Standard 2.0 library used by WPF & Cli
BililiveRecorder.Core .NET Standard 2.0 Main recording logic
BililiveRecorder.Flv .NET Standard 2.0 Data processing logic

Versioning

This project does not follow semantic versioning, no source code compatibility is guaranteed between any version.

Reference & Acknowledgements