databrary / datavyu-ffmpegplugin

A Java Media Player based on FFmpeg and SDL2
GNU General Public License v3.0
13 stars 4 forks source link

Mute player when seeking at the player is not playing #175

Closed TheoWolf closed 5 years ago

TheoWolf commented 5 years ago

The FFmpeg player steps by one frame after a seek which is causing the audio to play as well (for few milliseconds). Therefore, mute the player before a seek when the player is stopped or paused should hide the sound.