Video Play freezes
| Wed, 2007-09-05 18:52 | |
|
I'm using CVideoPlayerUtility class to play video. In fact I'm not facing any problem with code; the video runs fine if I don't go to Options which has Play, pause and stop as menu items. Only when I click on options does the Draw method in container gets called and video freezes. I can listen to the video playing in the background. Is there any way I can avoid this? Any help would be greatly appreciated. Regards |
|






Forum posts: 50
Hi rithesh.pai,
Once you pressed the options , you have to pause/stop play.
Because both methods(Options menu and player) using the same window to draw.
So, both will crash.So that only you are getting the video freeze probs.
Instead of Options, you can kept "Pause/Stop" then inside u can impl "Resume/Play" and other options.
Just check the realone player on the device for the player functionalities.
By,
karthikeyan.B