录播姬 | mikufans 生放送录制
Go to file
2020-11-28 05:39:56 +08:00
BililiveRecorder.Cli migrate to netcoreapp3.1 2020-11-15 22:13:43 +08:00
BililiveRecorder.Core fix dark theme 2020-11-28 05:39:56 +08:00
BililiveRecorder.FlvProcessor add new ui and others 2020-11-27 18:51:02 +08:00
BililiveRecorder.WPF fix dark theme 2020-11-28 05:39:56 +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 new ui and others 2020-11-27 18:51:02 +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 to Visual Studio 2019 2020-06-21 18:29:20 +08:00
BililiveRecorder.sln add new ui and others 2020-11-27 18:51:02 +08:00
BuildInfo.txt 给所有项目添加 BuildInfo & 输出的 flv 里标记正确的版本号而不是 TEST 2019-11-24 09:38:31 +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 更新版本号到 1.1.20 2020-11-24 21:02:04 +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