适用于 Apple HTTP Live 流 (HLS) 的 Python 模块?
有人知道用于 HTTP Live 流的 Python 模块吗?如果不是,那么创建一个在本地下载 ts 文件的简单客户端的最佳模块是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的目标只是在本地下载块,您可以查看此脚本。它是不久前写的,它下载所有分辨率的所有块(我用它来本地镜像数据,所以你可能想稍微修改一下它,这取决于你想做什么)
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 )