You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I just saw this issue. Can you provide anymore code? Maybe the whole component so I can get an idea of what's going on? I've been thinking about adding a startTime prop or something similar to define when the video should start playing similar to how Youtube allows you to set a start time.
Hi,
I'd like to seekTo a certain time when my Media component ist loaded.
I do not use a custom player, but this:
export default MediaPlayer = withMediaProps(withMediaPlayer(MediaPlayer));
and inside the MediaPlayer component I use this to seekTo the time set via Redux:
Any ideas what could be wrong?
Thanks
The text was updated successfully, but these errors were encountered: