Hi
I am trying to make streaming work over WLAN for E61.
I am using CVideoPlayerUtility::OpenUrl() for this purpose.
The CVideoPlayerUtility::Prepare() fails with error -34 .
Is that because i am not specifying any IAP in OpenUrl() method ?
my code is like this:
iPlayer = CVideoPlayerUtility::NewL( *this,EMdaPriorityNormal,
EMdaPriorityPreferenceNone,
iView->ClientWsSession(),
iView->ScreenDevice(), iView->ClientWindow(), iView->VideoRect(), iView->VideoRect() );
iPlayer->OpenUrlL(KUrl);
............
Any feedback is appreciated



