Any idea why the video streaming of a .3gp over rtsp stream fails after a call to CVideoPlayerUtility::Prepare() with -39 (KErrAbort)? The program works on a 6600 with an old sw version, as well as on an earlier hw version of a 7610,
but fails on 6600/7610/6630 with latest sw. Video playing from a file works. Also the Forum Nokia video player sample program fails, when ported to use streaming instead of playing from a file.
my code is something like this:
iPlayer->OpenUrlL( KStreamURL, KUseDefaultIap, KMimeType);
and then in MvpuoOpenComplete():
iPlayer->Prepare();
..and then in MvpuoPrepareComplete( TInt aError ), aError == -39
Another thing: why does the documentation mention method OpenAndPlayUrlL(), but the header file lacks such method?
-- matti


As a rule of thumb though, if something doesnt work in _emulator_, you should go ahead and try it in the terminal. 

