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
原因似乎是decodeVideoThread的音视频同步代码里, audio_pts = (av_gettime() - mVideoStartTime) / 1000000.0; 这行代码会导致audio_pts在每次暂停后都会重新从0开始计数
The text was updated successfully, but these errors were encountered:
卡的时间等于视频已播放的时间
Sorry, something went wrong.
现在解决了吗?
感谢反馈,已修复
No branches or pull requests
原因似乎是decodeVideoThread的音视频同步代码里,
audio_pts = (av_gettime() - mVideoStartTime) / 1000000.0;
这行代码会导致audio_pts在每次暂停后都会重新从0开始计数
The text was updated successfully, but these errors were encountered: