summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2022-09-10Replace all logger usages to custom logging.Logger.Keuin
2022-09-10Fix task is not properly restarted when the live is closed and started again.Keuin
2022-09-09Fix file buffer does not take effect. No idea why golang's io utility is so s...Keuin
2022-09-08Bugfix: AutoRetry retry counter and error returning is not properly implementedKeuin
2022-09-08Support specify IP network type (ipv4, ipv6, in arbitrary combination and pri...Keuin
2022-09-08Remove unnecessary newline in log text.Keuin
2022-09-08Completely fix timing of goroutines. Implement graceful shutdown correctly.Keuin
2022-09-08Remove unnecessary boolean flag.Keuin
2022-09-08Load config from file or cli.Keuin
2022-09-07Handle error correctly when copying live stream.Keuin
2022-09-07First working version. Just a POC.Keuin