Hello All,
I have an application which uses following code to invoke real Player automatically.
I am able to get real palyer running.
iDocHandler->OpenFileEmbeddedL(_L("c:\\Data\\Videos\\RtspTemp.ram"),data);
My problem is :
Before opening real player ... what i am doing is capturing real video from front camera and sending at other end.
But as soon as i invoke real player, it stops sending captured video to other end. Means background window (which capturing video from front camera) may be became inactive as real player come over it..
I think realplayer hiding my main window's functionality.
How to resolve this issue?



