I’m trying to use Processing 4.3 to play two videos simultaneously, on two different monitors. The best solution I found this old stackoverflow thread, which doesn’t work. I tried launching one video as a different thread, while playing the other one in the draw() function using the Video library, but it seems like the draw() function blocks the other video thread from running, until the draw() function exits. Any advice?