i adjusted it to play video seek after 5th minuts but its not working.
My video is playing from beginning. I don’t want to play video from beginning.
i just want to play video from 5th minuts.
In case anyone needs it, I solved this by binding to the OnMediaOpened event after OpenSource or OpenPlaylistIndex (any function that opens new media), calling Seek in the bound event, and unbinding right after.
I have a similar issue. I load a video by passing a file location to OpenURL and waiting for the OnMediaOpened event to fire. Once this occurs, I play the video and it works great.
The trouble is if I want to rewind the video before playing or seek to a specific time and then play, it does not play. Any ideas why this would not work?