Hi all,
I'm working on video playback using CVideoPlayerUtility.
App plays RTSP stream.
When video is playing, tries to change video rectangle by calling SetDisplayWindowL function.
As result, video disappears but audio remains ok.
Any ideas?
Thanks
Hi all,
I'm working on video playback using CVideoPlayerUtility.
App plays RTSP stream.
When video is playing, tries to change video rectangle by calling SetDisplayWindowL function.
As result, video disappears but audio remains ok.
Any ideas?
Thanks
Already tried PauseL + SetDisplayWindowL + Play.
The same result.
PS. On emulator all is OK with and without PauseL.
I had a little investigation.
It looks like video disappears even through I redraws window by calling DrawDeferred, for instance.
Is it some platform issue?
Yep,
Use DrawNow instead of DrawDeferred. And use DrawNow before calling SetDisplayWindowL.
Well, in my case that solution does not work. I've tried to replace every single call to DrawDeferred, but the results remain the same. Thank you for your rapid response.
Last edited by jmblazquez; 2009-10-02 at 07:08.
Finally it worked. There was a "hidden" call to DrawDeferred.
Last edited by mlizondo; 2009-10-02 at 11:55.