Re: JOGL video rendering.
Posted by anandcta123 on Sep 11, 2012; 11:26am
URL: https://forum.jogamp.org/JOGL-video-rendering-tp4026062p4026091.html
Dear sir,
Why I asked this above question is. I have done timing tests for single video and multiple videos playback. The display function of each GLJPanel instance is not calling as per the frame rate. Too much delay is there between two consequent display function calls (If nothing is drawing inside display function) and this will be fine for one video and as number of video GLJPanel instanes increases, this is not maintaing frame rate as per single GLJPanel instance. So I need to solve this issue first, otherwise I can't use JOGl in my application (Because I am using MDI window with embedded JInternalFrame).
Anand