Darkness4 / fc2-live-dl-go

Automatically download FC2 livestream. Fast and light.
MIT License
9 stars 0 forks source link

Multithreaded fragment download #62

Open Darkness4 opened 4 weeks ago

Darkness4 commented 4 weeks ago

While "technically" there is no need to download multiple fragment in parallel (since we're downloading a livestream, not a video), it is also not impossible to do it.

Using youtube-dl strategy: download each fragment in its own .ts file and concat at the end.

This avoid the need of a concurrent hashmap.