录播姬 | mikufans 生放送录制
Go to file
2020-04-25 01:28:03 +08:00
BililiveRecorder.Core 调整避免腾讯云默认设置为 false 2020-04-25 01:28:03 +08:00
BililiveRecorder.FlvProcessor 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
BililiveRecorder.WPF 调整避免腾讯云默认设置为 false 2020-04-25 01:28:03 +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 2020-02-23 17:00:07 +08:00
README.md Update README 2020-02-23 16:54:55 +08:00
VERSION 修改版本号到 1.1.16 2020-04-10 18:48:32 +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