smplayer-dev / smplayer

Free Media Player for Windows, Linux and Mac OS with YouTube support.
https://smplayer.info
GNU General Public License v2.0
663 stars 93 forks source link

Pausing a .ts video makes it pause+skip forwards #880

Open darioque opened 9 months ago

darioque commented 9 months ago

Describe the bug When pausing a .ts video file, it also skips forwards in the video. For example if you pause at 3:20, it pauses but sends you to 3:23 (the amount of time it skips appears to be random every time you pause).

To Reproduce Steps to reproduce the behavior:

  1. Open a .ts video.
  2. Pause using space or pause button repeteadly.
  3. You should see your video clearly skipping..

Expected behavior It should not skip and just pause at the time you pressed pause.

Your Enviroment

Logs smplayer_log.log mpv_log.log

Additional context I downgraded to 23.6.0 and it works fine. This is why i'm using the portable latest btw, it does the same thing than the installed version but forgot to get logs before downgrading so I just went ahead and retested with portable, but it does the exact same thing. Tested on an mp4 file and this didn't happen.

smplayer-dev commented 9 months ago

Do you have the same problem if you use mplayer instead of mpv?

darioque commented 9 months ago

Do you have the same problem if you use mplayer instead of mpv?

No, it works with mplayer.

smplayer-dev commented 9 months ago

I think this is a side effect of a workaround for this problem. Unfortunately it's complicated to find a workaround with no side effects.

darioque commented 9 months ago

I think this is a side effect of a workaround for this problem. Unfortunately it's complicated to find a workaround with no side effects.

I see, I never had that problem but it sounds way more annoying than this. For now i'll stick with the old version though.