MediaPlay Seek Stuck

I’m uploading a video which demonstrates the lag I get when Seek videos in UE.

Stuckness will only occur when using the Seek function.
Stuttering also occurs when clicking on the progress bar in the MediaPlay interface.
This is not a problem in UE4.26.
Info:
Video .mp4/ UE4.27

Hopefully this won’t take up any of your time

I made an error in the video and Seek also printed Pause log.

If I’m not expressing myself clearly, watch this video below:

Oh no, it’s happening with 5.2, do I just have to fall back to 4.26?

Has no one encountered or reproduced this problem?

Solution:

  1. pause
  2. seek
  3. delay
  4. play
1 Like

Same problem in 5.3.2,and the solution is just not working.hope ue can solve this meida play problem.

Was facing the same issue in 5.3.2 . The only solution I was able to figure out was to enable the ElectraPlayer plugin and use the Electra Player instead of the default player.


If your media is using Electra Player then it should show up like this.

1 Like

@Bssnake So media seeking is async in quite a few situations meaning the delay can be anywhere from 0s to infinity seconds.
I saw that you said it solved it with the delay, but it might not work in every situation.
You have an event on your mediaplayer OnSeekCompleted. You can bind to this event and then execute the logic you wanted.
image

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.