I have been developing an application in JavaFx 2.x which is able to play movies. For what I have understand, the only valid movie format supported by this platform is H.264/MPEG-4
.
Now, under Windows it works pretty well, but when I run exact same code under Ubuntu - the FPS is noticeable. It's not a huge difference, but one can certainly spot it and thus - make watching uncomfortable.
I'm noticing it on my laptop (2xCores and built-in, standard VGA card), on PC (4xCores + ATI Radeon) it's less noticeable.
My question is - is there any way to improve this FPS factor under Linux? Maybe choosing some special distribution? Maybe installing some other codecs? Maybe it's JavaFx 2.x under Linux thing and will be improved in this regard?