Commit Graph

318 Commits

Author SHA1 Message Date
genteure
42cbf55fe2 Refactor room stats 2022-04-09 16:43:05 +08:00
genteure
95e4f1d5dd Core: Add disk IO detection 2022-04-07 19:01:02 +08:00
genteure
70eb0b4244 Core: Fix FileClosed events are not triggered after file close. 2022-04-06 21:03:45 +08:00
genteure
c2d05d3412 Core: Fix FluidParser not compiled 2022-04-03 19:32:44 +08:00
genteure
7184f2ef0d Core: Check file extension 2022-04-03 19:32:43 +08:00
genteure
6bbe8aa31d Core: Change default file name template 2022-04-03 19:32:43 +08:00
genteure
20c7a1efb0 Core: Use Fluid.Core to generate file names 2022-04-03 19:32:43 +08:00
genteure
441343e92e Switch to config v3 2022-04-03 19:32:43 +08:00
genteure
8a65c9645d Core: Create config v3 2022-04-03 19:32:43 +08:00
Genteure
db7f2872f8 Add Web API 2022-04-02 21:02:29 +08:00
genteure
30a659f4d2 Update to .NET 6 2022-04-02 18:49:23 +08:00
genteure
5db36548f8 Update dependencies 2021-11-30 19:45:15 +08:00
genteure
32d49c70fc Core: Imporve logs related to recording qn 2021-11-25 23:26:32 +08:00
genteure
06a4c59bb7 Core: Strictly enforce qn settings 2021-11-20 14:34:35 +08:00
genteure
ccdba838f8 Toolbox: Add data hashes to exported xml.gz 2021-11-20 13:19:23 +08:00
Genteure
9337bbe931 Core: Remove invalid character in room title before writing to xml file 2021-08-28 21:37:10 +08:00
Genteure
5f96eb5393 New config gen 2021-08-13 21:03:21 +08:00
Genteure
5fb7d074d6 Toolbox: Add danmaku merger 2021-08-10 18:53:04 +08:00
Genteure
9237f3b7fd Fix typo 2021-08-04 21:58:35 +08:00
Genteure
04387d9f6d Core: Fix webhook not firing when removing room 2021-08-03 00:12:46 +08:00
Genteure
ca3dfd06bf Improve config code generation 2021-07-15 21:41:21 +08:00
Genteure
2521ed228e Core: Fix config nullable warning 2021-07-15 20:21:30 +08:00
Genteure
9c33d64734 Toolbox & CLI: Redo console output, Add configure subcommand 2021-07-15 19:56:58 +08:00
Genteure
2b482a9c4b 支持录制画质选择 2021-07-09 19:48:39 +08:00
Genteure
c1739be159 Core: Improve config schema 2021-07-08 19:11:44 +08:00
Genteure
385769b29b Core: Build config json schema 2021-07-07 21:25:54 +08:00
sbYm
5f65962c75
进行一个json schema的生成
生成一个`build_config.schema.json`文件。

新配置文件可以粘贴这个东西,获得补全和初级错误检查(旧文件也可以加到第一行):
```json
{
  "$schema": "https://github.com/Bililive/BililiveRecorder/blob/dev-1.3/BililiveRecorder.Core/Config/V2/build_config.schema.json"
}
```
2021-07-07 19:43:10 +08:00
Genteure
48513d4e98 WPF: Add cookie test button 2021-07-05 23:30:13 +08:00
Genteure
f0f4a02047 Update nuget packages 2021-06-26 21:31:43 +08:00
Genteure
afdf66e917 Update packages 2021-06-20 13:43:18 +08:00
Genteure
6c9b6e6c8e WPF: Add an option to skip asking work path 2021-06-14 15:14:10 +08:00
Genteure
bd3fa9edef Update danmaku parser 2021-06-04 00:23:47 +08:00
Genteure
bf8a4481e2 Update RecordTaskFactory 2021-06-01 23:53:38 +08:00
Genteure
ce064f1f07 Catch exceptions thrown by FileStream.Dispose() 2021-05-25 21:52:50 +08:00
Genteure
2ceb916a8d Merge file creation into one step 2021-05-21 21:30:46 +08:00
Genteure
ba847cf28d Fix File.Open 2021-05-21 21:04:37 +08:00
Genteure
b616ac9f63 Update logging calls 2021-05-17 23:29:33 +08:00
Genteure
c27ac6d41d Update HierarchicalPropertyDefault 2021-05-15 15:47:31 +08:00
Genteure
0a794e691f Core: Avoid mcdn 2021-05-13 18:32:29 +08:00
Genteure
9df51d431d FLV: Add keyframes metadata 2021-05-12 22:38:39 +08:00
Genteure
b931e24523 WPF: Update sentry config 2021-05-02 21:02:33 +08:00
Genteure
97e005a4d3 Minor updates 2021-05-01 17:57:43 +08:00
Genteure
a64552b5e3 Update dependencies 2021-05-01 00:41:31 +08:00
Genteure
834270276b Core: Delay init requests, update logs 2021-04-30 19:35:15 +08:00
Genteure
93781b2a56 FLV: Performance improvements
(I guess)
2021-04-29 23:51:06 +08:00
Genteure
5c9706e827 Core: Update BasicDanmakuWriter 2021-04-29 18:08:55 +08:00
Genteure
0944260e46 Core: Fix bug in BasicDanmakuWriter 2021-04-26 22:45:28 +08:00
Genteure
539b0b95a4 Core: Improve recording stability 2021-04-23 19:15:20 +08:00
Genteure
afd8f7a2d3 FLV: UpdateTimestampOffsetRule is now functional 2021-04-22 22:40:40 +08:00
Genteure
5f4c9633bd Core: Re-write record trigger logic 2021-04-21 23:18:23 +08:00
Genteure
fc0b955b3d Core: Update default file name format 2021-04-21 19:54:57 +08:00
Genteure
7c9a3582a0 Core: Update ratio display 2021-04-21 19:48:28 +08:00
Genteure
560e8f22e7 Core: Add raw data recording mode 2021-04-20 22:28:52 +08:00
Genteure
a0a3fd9044 FLV: Add new rule & other changes 2021-04-20 20:41:26 +08:00
Genteure
04cc54ee5c Core: Remove invalid characters before writing xml #178 2021-04-16 17:39:38 +08:00
Genteure
ec58a3c5b9 Core: Implement watchdog, use api host in config 2021-04-15 19:13:19 +08:00
Genteure
14ffd7b700 Core: Calculate danmaku ts using local time 2021-04-14 18:11:12 +08:00
Genteure
fb1fb97eb4 FLV: Fix not triggering FileClosed event 2021-04-14 17:57:35 +08:00
Genteure
3221f7cebe Core: Update default config 2021-04-07 18:24:35 +08:00
Genteure
fbcef5c174 FLV: Add more ProcessingComment 2021-04-07 18:24:05 +08:00
Genteure
1d0fbc3814 Core: Fix danmaku xml not closed 2021-03-18 22:28:10 +08:00
Genteure
2a2ed698a6 FLV: fix 重构忘了一起改的 2021-03-09 01:04:31 +08:00
Genteure
44d3d672c9 FLV: 重构处理规则,去除 async 2021-03-09 00:50:13 +08:00
Genteure
d0a5ffe9b4 FLV: Add RuleTests 2021-03-03 19:04:37 +08:00
Genteure
3caba82432 WPF: async output xml 2021-03-02 23:40:14 +08:00
Genteure
5ba347cf46 多处修改
polly
弹幕xml
托盘图标
2021-03-01 21:38:13 +08:00
Genteure
59c1c933e3 实现了分析 2021-02-27 20:44:04 +08:00
Genteure
d3a5158093 Fix processing bug 2021-02-27 13:28:21 +08:00
Genteure
48155e28e0 new build pipeline 2021-02-26 21:57:10 +08:00
Genteure
58970c217b Merge code into dev-1.3 2021-02-23 18:03:37 +08:00
Genteure
48c8612f95 Merge branch 'local_feature/new_flv' 2021-02-08 16:51:19 +08:00
Genteure
dae8d8eb6c update 2021-01-15 17:40:34 +08:00
Genteure
7897ddaf99 添加显示直播分区的功能 2021-01-08 18:54:50 +08:00
Genteure
d129c7547e fix missing string & write config bug 2021-01-06 00:31:42 +08:00
Genteure
46266c707c fix cli 2021-01-04 16:24:36 +08:00
Genteure
65fd63e858 use safe WhiteAllText 2021-01-03 11:38:20 +08:00
Genteure
f041abc837 Merge branch 'local_feature/config_v2' into feature/config_v2
# Conflicts:
#	BililiveRecorder.Core/DanmakuModel.cs
#	BililiveRecorder.Core/RecordedRoom.cs
2021-01-01 14:49:43 +08:00
Genteure
cce7d1c690 Add config v2 2021-01-01 14:46:27 +08:00
Genteure
f117638243 从弹幕服务器更新直播间标题 2020-12-30 16:25:47 +08:00
Genteure
ffe073e923 调整XML结构 2020-12-29 07:36:27 +08:00
Genteure
f175aac1df add webhook 2020-12-20 20:56:40 +08:00
Genteure
1c2073f5d1 remove invalid xml chars. fix #138 2020-12-20 18:25:01 +08:00
Genteure
0344adfa32 updates
copy pdb on build
fix crash
log sort room
update text on settings page
add betaid as userid
change log file name
change log level
2020-12-19 17:27:45 +08:00
Genteure
f81e19bed1 Auto flush XmlWriter 2020-12-17 19:32:48 +08:00
Genteure
6618cc89a5 更新NLog、打包时包含pdb、添加Sentry 2020-12-16 19:12:36 +08:00
Genteure
d5f248de78 添加房间默认自动录制 2020-12-15 19:49:17 +08:00
Genteure
3eaddd8bad 添加弹幕连接状态显示 2020-12-15 19:38:35 +08:00
Genteure
4d07f29bc5 add xml style, minor ui update 2020-12-15 18:53:52 +08:00
Genteure
6df6b96b2a update ui
添加直播状态图标
添加复制主播名、房间号的右键菜单
调整高级设置 Cookie Textbox
2020-12-12 23:19:47 +08:00
Genteure
5a7215a60a fix cookie, fix load time tooltip 2020-12-12 21:11:42 +08:00
Genteure
3dc6ace0cc 部分 UI 修改 2020-12-05 18:30:04 +08:00
Genteure
761d9cf011 fix crash & add pdb 2020-12-03 11:44:10 +08:00
Genteure
f41f5fefb9 托盘图标 2020-11-28 13:02:57 +08:00
Genteure
3e5f8d100e fix dark theme 2020-11-28 05:39:56 +08:00
Genteure
a09e729178 add new ui and others 2020-11-27 18:51:02 +08:00
Genteure
45e69cfc8f 调整日志信息 2020-11-24 20:27:29 +08:00
Genteure
1599373731 完成简单弹幕录制功能 2020-11-24 20:15:21 +08:00
Genteure
d1e647356b 实现简单的弹幕录制功能 2020-11-23 17:35:42 +08:00
Genteure
89952058a8 调整写法 2020-08-14 17:01:04 +08:00
Misty
f26f8159bc Support tencent cloud timeout handling 2020-06-21 21:27:05 +08:00
Misty
8445ec1b1c Fix ourdvsss's request timeout handling 2020-06-21 19:42:21 +08:00
Misty
3f59cd8178 Print log error when parsing failed 2020-06-21 19:42:21 +08:00
Misty
f26a792916 Support custom api host 2020-06-21 19:42:21 +08:00
Genteure
49707938a8 调整录制路径检查逻辑 2020-05-01 08:37:56 +08:00
Genteure
7e62f03455 修上一个 commit 的 bug 2020-05-01 07:44:49 +08:00
Genteure
7d8c07e90f 修改弹幕连接逻辑 2020-05-01 07:38:38 +08:00
Genteure
bd70c2bee9 修改 API 请求的 UA 和 Cookie 2020-05-01 07:38:11 +08:00
Genteure
e02f96dcd8 微调自定义路径 2020-04-26 13:00:10 +08:00
Genteure
bcb78ccf42 调整避免腾讯云默认设置为 false 2020-04-25 01:28:03 +08:00
Genteure
d94ff4a3a5 支持自定义保存目录结构 2020-04-25 01:27:39 +08:00
Up
f903336f27 增加录制文件名格式的配置项 & 支持获取直播间标题 2020-04-25 00:08:34 +08:00
Genteure
36dee0b1aa 修弹幕协议 2020-04-10 18:47:07 +08:00
Genteure
e748c6bcd7 fix NullReferenceException 2020-02-05 17:32:21 +08:00
Genteure
1d8faa822e 修复 BuildInfo.cs 导致的编译问题 2020-02-05 17:23:39 +08:00
Genteure
72c48535a9 fix build error 2019-11-24 10:32:22 +08:00
Genteure
3ed24bfcd1 给所有项目添加 BuildInfo & 输出的 flv 里标记正确的版本号而不是 TEST 2019-11-24 09:38:31 +08:00
Genteure
724d87c4ac 调整录播实时速度的单位 2019-11-24 09:08:29 +08:00
Genteure
3bbd656150 删除“录制落后主播自动断开重连”的功能 2019-11-24 08:54:33 +08:00
Bruce Wayne
bc78bd55b3
Use Linq 2019-11-13 20:53:03 +08:00
Bruce Wayne
3c3b3f6756
修复随机数使用错误 2019-11-13 20:52:41 +08:00
Genteure
bfcd2cdca5 修复小失误 2019-11-13 19:48:36 +08:00
Genteure
eb9283abad 增加避开腾讯云服务器的功能 2019-11-13 19:47:49 +08:00
Genteure
54fb2c2626 不输出“任务已取消”错误 2019-11-13 19:06:57 +08:00
Genteure
ab89126199 B站又改弹幕格式 2019-11-13 18:43:57 +08:00
Genteure
fff58f898a 可能修了一个导致不开始录制的玄学问题 2019-11-13 18:43:00 +08:00
Genteure
8d7b240062 调整默认设置参数 2019-10-31 22:05:16 +08:00
Genteure
30913f9b5b 添加带 Cookie 请求 API 的功能 2019-10-31 22:02:19 +08:00
Genteure
43ccbc9f98 reverse part of commit 6e0ce88 2019-10-31 21:19:28 +08:00
Genteure
cbb33ec4d6 修复不带 Referrer 的问题 2019-10-31 21:04:08 +08:00
Genteure
6e0ce88e04 添加针对API请求的代理设置 2019-08-22 03:07:29 +08:00
Genteure
406945f28e 修改弹幕服务器连接步骤 2019-08-22 01:48:19 +08:00
Genteure
859dcbea35 修改直播间信息API 2019-08-22 01:26:18 +08:00
Genteure
18d23c62e2 修改调整界面 2019-08-22 00:43:29 +08:00
Genteure
354a8fd29a 调整逻辑,保证 RecordedRoom 一定创建成功 2019-08-21 23:57:54 +08:00
Genteure
0bb9867574 实时保存到配置文件 2019-08-14 21:41:41 +08:00
Genteure
509944214b fix 画质问题 2019-08-14 21:24:48 +08:00
Genteure
c07bb6e79a version 1.1.10
开始录制部分的小bug修复
新建文件逻辑修改
2019-06-04 15:43:07 +08:00
Genteure
12ac0b7ac2 fix 没启用也自动录制的 bug 2019-04-15 23:27:26 +08:00
Genteure
cadd56f6d8 fix 直播间被封禁导致崩溃问题 2019-03-01 18:00:20 +08:00
Genteure
c8ac8f955a 修改日志 2019-03-01 18:00:00 +08:00
Genteure
21df1f63f2 修复不能及时启动录制的蠢问题 2019-01-31 15:20:20 +08:00
Genteure
c7227b4bcc Revert "输出直播服务器的 IP 地址"
This reverts commit 14a51ac33a.
2019-01-31 14:29:17 +08:00
Genteure
3a99637356 增加 workdirectory 命令行选项 2019-01-31 14:17:38 +08:00
Genteure
4f083acf03 fix 文件开始录制时间 2019-01-17 22:29:49 +08:00
Genteure
4344517bcf 添加录播姬录制标记 2019-01-17 00:28:09 +08:00
Genteure
ef1d6bb10b fix bug 2019-01-16 23:16:42 +08:00
Genteure
14a51ac33a 输出直播服务器的 IP 地址 2019-01-16 22:59:36 +08:00
Genteure
0775f9b33d 启动时检查开播状态 2018-12-19 21:26:48 +08:00
Genteure
49e69a2aab 时间设置 2018-12-19 21:24:39 +08:00
Genteure
7d39372262 增加各种时间设置 2018-12-18 00:16:24 +08:00