I ran into the same issue — React-Player just refused to stop playing, even when I set playing={false}.
React-Player
playing={false}
I switched to a plain old <video> tag, and the problem is gone!
<video>