录播姬 | mikufans 生放送录制
Go to file
2021-01-03 17:12:27 +08:00
BililiveRecorder.Cli fix build 2020-12-21 19:15:07 +08:00
BililiveRecorder.Core 从弹幕服务器更新直播间标题 2020-12-30 16:25:47 +08:00
BililiveRecorder.FlvProcessor add webhook 2020-12-20 20:56:40 +08:00
BililiveRecorder.WPF translate WorkDirectorySelectorDialog 2021-01-03 13:59:56 +08:00
CI fix build 2020-12-17 18:55:58 +08:00
TempBuildInfo 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
.editorconfig update build config 2020-12-21 19:08:44 +08:00
.gitattributes init 2018-03-12 18:57:20 +08:00
.gitignore 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
appveyor.yml update build config 2020-12-21 19:08:44 +08:00
BililiveRecorder.sln prepare translation works 2021-01-03 13:21:36 +08:00
BuildInfo.txt 给所有项目添加 BuildInfo & 输出的 flv 里标记正确的版本号而不是 TEST 2019-11-24 09:38:31 +08:00
crowdin.yml Update Crowdin configuration file 2021-01-03 17:12:27 +08:00
global.json add global.json 2020-11-21 00:42:21 +08:00
LICENSE Create LICENSE 2018-03-12 19:04:51 +08:00
README_CN.md Update README 2020-02-23 17:00:07 +08:00
README.md Update README 2020-02-23 16:54:55 +08:00
VERSION update version to 1.1.26 2020-12-23 20:23:38 +08:00

BiliBili Stream Recorder

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

简体中文 | Simplified Chinese

Apology

GitHub is a global platform, and theoretically, everyone should use English. But since this project is only 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.

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