index
:
slbr
api-server
bugfix-ci-test
master
refactor-common
restart-cooldown
Simple lightweight Bilibili live recorder.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
recording
Age
Commit message (
Collapse
)
Author
2022-09-09
Fix file buffer does not take effect. No idea why golang's io utility is so ↵
Keuin
suck. Use ad-hoc buffered copy loop instead.
2022-09-08
Support specify IP network type (ipv4, ipv6, in arbitrary combination and ↵
Keuin
priority)
2022-09-08
Remove unnecessary newline in log text.
Keuin
2022-09-08
'Watched people' -> 'The number of viewers'
Keuin
2022-09-08
Add watch restart sleep.
Keuin
2022-09-08
Support custom file write buffer size.
Keuin
2022-09-08
Completely fix timing of goroutines. Implement graceful shutdown correctly.
Keuin
2022-09-08
Pretty task profile display.
Keuin
2022-09-08
Bugfix: process won't quit when sending Ctrl-C.
Keuin
Print runtime information to logs in main() function.
2022-09-08
Load config from file or cli.
Keuin
2022-09-07
Handle more unused messages. Improve message.
Keuin
2022-09-07
Dan mu -> Dan Mu
Keuin
2022-09-07
More comprehensive danmaku message handling.
Keuin
2022-09-07
Handle error correctly when copying live stream.
Keuin
2022-09-07
First working version. Just a POC.
Keuin