Playing a second instance of the same video loaded using useVideoTexture() plays both videos instead of just the one

I am using the useVideoTexture hook from @react-three/drei to load videos into my app. Users can put 2 videos next to each other as separate elements. When users hover videos, they should play. I have an issue. Videos that are the same URL but separate elements play simultaneously if I just trigger one to play. How can I prevent this and only make the individual hovered element play?