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?
|
feedback
|
|
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 ) | |||
|
feedback
|