录播姬 | mikufans 生放送录制
Go to file
2020-02-05 17:32:21 +08:00
BililiveRecorder.Core fix NullReferenceException 2020-02-05 17:32:21 +08:00
BililiveRecorder.FlvProcessor 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
BililiveRecorder.WPF 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
CI 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
TempBuildInfo 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
.editorconfig Add .editorconfig 2019-11-13 20:53:12 +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 oops. disable rdp 2019-11-24 10:33:51 +08:00
BililiveRecorder.sln 修改项目顺序,可能会修复ClickOnce相关的问题? 2018-03-27 18:32:17 +08:00
BuildInfo.txt 给所有项目添加 BuildInfo & 输出的 flv 里标记正确的版本号而不是 TEST 2019-11-24 09:38:31 +08:00
LICENSE Create LICENSE 2018-03-12 19:04:51 +08:00
README_CN.md update README 2019-11-24 08:40:01 +08:00
README.md update README 2019-11-24 08:40:01 +08:00
VERSION version 1.1.15 2019-11-24 08:55:57 +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 with .NET Core and PowerShell is required. Visual Studio 2019 could work but is not tested.

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

You can start poking around from...

  • BililiveRecorder.WPF/MainWindow.xaml about WPF gui
  • BililiveRecorder.Core/Recorder.cs about core record logic
  • BililiveRecorder.FlvProcessor/FlvStreamProcessor.cs about FLV data process

Reference & Acknowledgements