Some people are recently complaining that the fast forward or skip back options not working properly on their Plex media players. Plex is a server-client-based media streaming service. You can host your own server locally and add media to it. You can also stream media from third-party streaming services using plug-ins and addons.
The issue that we are going to address here is when pressing fast forward or skipping back, the video freezes or sometimes crashes and starts from the beginning. It can be very frustrating because skipping forward or backward is one of the core functions of the media player. You cannot imagine using any media player without this feature. So this needs to be fixed. That’s why in this article we have come up with some possible solutions that you can try to fix the issue.
Also Read
Fix: Plex Fast Forward and Skip Back not working
Down below are some basic fixes for the Plex problem. Before following them, I recommend you to restart your router and your Plex device. As most of these problems are temporary and will go away from a simple device restart.
Plex Infinite Buffering when trying to fast forward on Shield 2019 with Wired Gigabit and Direct Play on 4K Dolby Atmos File
by u/EdwardTeach1680 in PleX
Disable Direct Play or Direct Stream
Direct play or Direct stream allows users to play supported media formats from the server directly without the need to transcode it.
- Open the settings option on your Plex media player.
- Go to the video section.
- Look for Direct stream and Direct Play.

- Disable anyone and check if it makes a difference.
This deals with an old issue between the originators of the Matroska standard and media server originators. I haven’t checked lately, but the mkvmerge program used to split seek elements in the ebml header of a file, into two parts, creating the ff/rev issue. Plex, Emby, and Jellyfin do not take that into account in their software. The server programs do not implement the Matroska standard correctly.
So far, I’ve found there are two solutions: remux with mkvmerge outside the gui in mkvtoolnix, using a script, and run mkclean on the file. Both of these make the file seekable.
Mkclean is available at the Matroska site and mkvmerge is part of the mkvtoolnix suite, available on the web.