theapache64
08/21/2021, 6:20 AMCallbackMediaPlayerComponent ? The CMPS works good on macOS 🧵theapache64
08/21/2021, 6:22 AMIgor Demin
08/21/2021, 8:08 AMEmbeddedMediaPlayerComponent uses heavyweight Canvas - it usually can render using GPU acceleration, CallbackMediaPlayerComponent renders into BufferedImage - that is rendering using CPU)
We can look at CallbackMediaPlayerComponent next time we try to implement VideoPlayer again.theapache64
08/21/2021, 8:15 AM