Skip to content

v0.2.0

Compare
Choose a tag to compare
@timerring timerring released this 08 Nov 09:10
· 69 commits to main since this release

🎉 This is an archive of new version v0.2.0. We release this new version as the formal production version.
Compared to the last production version, we have:

  • Basically realized the L4 automation via completing the danmaku burning process and uploading queue process.
    • In the danmaku burning process, we mainly check if there are the video segments in the same date and hour. If there are, they will be burned with danmaku and merged together.
    • In the uploading queue process, we use a queue to arrange the order of uploading. Since the bandwidth is limited, I think split or parallel uploading is of no use. The aim is to upload the video as soon as possible.
  • Besides, there are other rules considering bug fixing, I won’t elaborate further here. These make this project more fault-tolerance.