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 (
Expand
)
Author
2023-06-01
Cool down before restarting from errors.
restart-cooldown
Keuin
2022-09-16
Bugfix: Ctrl-C won't stop the task.
Keuin
2022-09-16
Bugfix: empty files will be created if the live room is opened but the live h...
Keuin
2022-09-15
Use io.CopyN to utilize zero copy technique.
Keuin
2022-09-15
Make copy and write IO operations async.
Keuin
2022-09-14
Refactor: proper error handling.
v0.3.3
Keuin
2022-09-12
Fix record restarting logic.
v0.3.1
Keuin
2022-09-12
Defer file rename routine
Keuin
2022-09-12
Bugfix: wrong error logging.
Keuin
2022-09-12
Bugfix: recorder won't retry if the connection was reset.
Keuin
2022-09-12
Proper use of loggers.
Keuin
2022-09-12
Feature: use alternative file extension name when the downloading is not comp...
v0.2.0
Keuin
2022-09-12
Bugfix: task won't restart if the live is closed normally.
v0.1.1
Keuin
2022-09-10
Rename module path to GitHub repo.
Keuin
2022-09-10
"Dan Mu" -> "danmaku"
Keuin
2022-09-10
Replace all logger usages to custom logging.Logger.
Keuin
2022-09-10
Fix task is not properly restarted when the live is closed and started again.
Keuin
2022-09-09
Fix file buffer does not take effect. No idea why golang's io utility is so s...
Keuin
2022-09-08
Support specify IP network type (ipv4, ipv6, in arbitrary combination and pri...
Keuin
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
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