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

When is media_seek_cb called? #230

Open
nguyentrongnhat4869 opened this issue Nov 4, 2022 · 1 comment
Open

When is media_seek_cb called? #230

nguyentrongnhat4869 opened this issue Nov 4, 2022 · 1 comment

Comments

@nguyentrongnhat4869
Copy link

Hi, I'm running play_buffer.py in example. I found that after player.play() media_open_cb and media_read_cb functions were called to do custom data reading. When I do player.stop() media_close_cb is called. But I don't see the media_seek_cb function being called. I'm wanting to custom set_position function to do the rewind, but I tried using player.set_position(), player.set_time() can't call media_seek_cb. Can you show me when media_seek_cb is called? Thanks very much!

@nguyentrongnhat4869
Copy link
Author

@oaubert I look forward to your help. Thanks!

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

1 participant