FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

Concurrent stage slicing and uploading #36

Open NotQuiteApex opened 3 years ago

NotQuiteApex commented 3 years ago

Currently each video is spliced then uploaded one at a time. A major amount of time is wasted waiting on the video to upload (especially on slower connections), so a queue of video splices would be very good while they're waiting to upload.

Appropriate config settings would include a max number of concurrent stages processed at once.