We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前似乎下载完成后没有对完整性进行检测,会导致有些chunk未正常下载,视频会出现卡顿跳帧等bug,segment_max_retry调到7还是无法避免,建议下载完成合并的时候对size和header进行比对,如果不一致重新下载或抛异常。
segment_max_retry
The text was updated successfully, but these errors were encountered:
No branches or pull requests
問題描述
目前似乎下载完成后没有对完整性进行检测,会导致有些chunk未正常下载,视频会出现卡顿跳帧等bug,
segment_max_retry
调到7还是无法避免,建议下载完成合并的时候对size和header进行比对,如果不一致重新下载或抛异常。The text was updated successfully, but these errors were encountered: