-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m3u8d-gin #40
Comments
好,这样就有了初步的版本 |
为了实现持久化引入了sqllite来实现,最近我会更新对应的case。 |
另外发现在接口测试中发现部分第三方请求口中的若增加Referer会导致403报错;在web版本中是否可以把整个header修改为可配置的版本。 |
|
|
日志数据接口看能不能搞个接口统一输出下 |
sqlite和多线程下载已经完成编码(未测试),但是不知道多个任务下同一save_path会不会有影响,如果有的话我得再处理下 |
这个日志是说的调试日志还是控制台输出的提示信息? |
多任务保存到同一个path不会有影响,但是多个任务是相同的m3u8 url会有bug |
统一的日志输出接口,m3u8d统一的接口,比如能不能和logrus对接; |
跨域问题参考那个方案未解决 |
x86的测试镜像打好了,可以通过docker pull wayyoungboy/waym3u8:test获取,默认端口2045,下载的目录为/build_path/video , 建议挂载 |
因为想挂后台去跑,所以用gin包装了下,对了队列的方式来存储所需的下载的任务,https://github.com/wayyoungboy/way_m3u8
后面打算试试使用sqllite3来持久化。
目前用用没什么问题
The text was updated successfully, but these errors were encountered: