summaryrefslogtreecommitdiff
path: root/common/copy.go
AgeCommit message (Collapse)Author
2023-07-07Refactor: remove unused code.Keuin
2022-09-15Make copy and write IO operations async.Keuin
2022-09-13Bugfix: task won't stop after Ctrl-C is sent.v0.3.2Keuin
2022-09-10Fix task is not properly restarted when the live is closed and started again.Keuin
Use more friendly log format to replace golang's default `log.Logger`. (not completed) Cleaner task status management.
2022-09-09Fix 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-08Remove unnecessary boolean flag.Keuin
2022-09-07Handle error correctly when copying live stream.Keuin