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.
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.
@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.