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

Pause 时调用 seekTo 无效,视频没有调到 seekTo 指定帧或者附近 #1266

Open
mx2913 opened this issue Sep 9, 2021 · 1 comment

Comments

@mx2913
Copy link

mx2913 commented Sep 9, 2021

版本 2.2.2
第一次调用 seekTo 能够如愿的停在视频第一帧,并且能收到 onSeekComplete 的回调

plVideoViewWeakRef.get().start();
delayExecute(() -> {
     plVideoViewWeakRef.get().pause();
     plVideoViewWeakRef.get().seekTo(0);
}, 200);

后续在 pause 状态调用的时候,就再也收不到 onSeekComplete 的回调

@mx2913 mx2913 changed the title 第二次 seekTo 无效 Pause 时调用 seekTo 无效,视频没有调到 seekTo 指定帧或者附近 Sep 13, 2021
@xygy8860
Copy link

这个问题我也出现了,视频时间戳定位,暂停后再播放seekTo的定位的时间,无法定位原位置

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