python-vlc icon indicating copy to clipboard operation
python-vlc copied to clipboard

When is media_seek_cb called?

Open nguyentrongnhat4869 opened this issue 2 years ago • 1 comments

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 avatar Nov 04 '22 09:11 nguyentrongnhat4869

@oaubert I look forward to your help. Thanks!

nguyentrongnhat4869 avatar Nov 08 '22 02:11 nguyentrongnhat4869