mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
录播姬 | mikufans 生放送录制
BililiveRecorder.Core | ||
BililiveRecorder.FlvProcessor | ||
BililiveRecorder.WPF | ||
CI | ||
.gitattributes | ||
.gitignore | ||
appveyor.yml | ||
BililiveRecorder.sln | ||
Debug.md | ||
LICENSE | ||
Note.md | ||
README_CN.md | ||
README.md |
BiliBili Stream Recorder
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, 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
- Fix timestamp automatically
- Start recording when stream starts
- Record multiple stream at same time
- Have a "Clip" Feature (just like Twitch's)
- Pure C#, no native dependents
- Open source!
Develop & Getting Started
You'll need:
- Visual Studio 2017 with .NET Core
- PowerShell
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 guiBililiveRecorder.Core/Recorder.cs
about core record logicBililiveRecorder.FlvProcessor/FlvStreamProcessor.cs
about FLV data process
Reference & Acknowledgements
- coreyauger/flv-streamer-2-file: An awesome library.
- zyzsdy/biliroku: First BiliBili stream record tool.
- Video File Format Specification Version 10.pdf