Video Play freezes

Login to reply to this topic.
Wed, 2007-09-05 18:52
Joined: 2006-10-20
Forum posts: 3

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
Rithesh


Fri, 2007-10-26 08:04
Joined: 2006-05-22
Forum posts: 50
Re: Video Play freezes

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

  • Login to reply to this topic.