I’m trying to play one video from one ofVideoPlayer and draw it in two windows.
so in a settings window, I load the video firstPlayer.load("pirates.mp4");
and then form the two other windows I’m trying to call settings->firstPlayer.draw
but it only draws a white frame.