Skip to content
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

这个是证书验证问题吗? #62

Open
qadan72 opened this issue Dec 6, 2024 · 5 comments
Open

这个是证书验证问题吗? #62

qadan72 opened this issue Dec 6, 2024 · 5 comments

Comments

@qadan72
Copy link

qadan72 commented Dec 6, 2024

下载进度 0.00%
sniffM3u8: Get "https://xxxx.com/50.m3u8": x509: certificate signed by unknown authority

是否支持跳过验证https证书

@orestonce
Copy link
Owner

嗯,支持的,--Insecure

@qadan72
Copy link
Author

qadan72 commented Dec 6, 2024

嗯,支持的,--Insecure

请问在linux环境下载,./m3u8 download -u xxx 启动后,会生成一个downloading文件夹,如果我再次运行下载第二个m3u8,可以同时下载吗?如果我连续运行三个、五个下载命令是否支持?我现在运行第二个后,downloading文件夹只有一个hash文件夹。还是说支持队列下载,等待第一个m3u8下载完成,然后下载第二个?

@orestonce
Copy link
Owner

  • downloading目录下的那个hash是url的散列值,如果启动的两个进程下载的url相同,则会造成两个进程操作同一个目录下的视频文件的情况,这种情况未作进程同步,不安全。
  • 但是可以不同的进程下载不同的url的视频

@qadan72
Copy link
Author

qadan72 commented Dec 9, 2024

  • downloading目录下的那个hash是url的散列值,如果启动的两个进程下载的url相同,则会造成两个进程操作同一个目录下的视频文件的情况,这种情况未作进程同步,不安全。
  • 但是可以不同的进程下载不同的url的视频

测试可以同时下载不同url的视频,请问后续linux版支持队列吗,比如可以设置同时下载数,超出数量就将m3u8添加到队列,等待上一个视频转码合并完成后自动读取队列的url进行下载。

@orestonce
Copy link
Owner

后续应该会支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants