Does anyone know of a Python module for HTTP Live streams? If not what would be the best module for creating a simple client that downloads the ts files locally?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

If your goal is only to download locally the chunks, you can have a look at this script . It's been written a while ago, it dowloads all chunks in all resolutions ( I used it to mirror data locally, so you might want to hack it a bit, depending what you wanna do )

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.