You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: