ios - download m3u8 in chunks in two concurrent threads -


i have m3u8 link contains audio , video play list.

i need download files chunk chunk in 2 concurrent threads , save each of them on documents directory.

  • question 1: want know if can downloaded way , if files won't mess each other.

    i checked sample apple hlscatalog sample.

  • question 2: how can modify download on 2 concurrent threads?

can explain scenario or give sample code or link?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -