Getting all details ralated to video file but not get one details.
Hi
Sorry For my bad English language, but please try to understand, thanks.
Using Class CMMFMetaDataEntry, get video file's following meta data.
From: TRAPD(unsupported, iPlayer->OpenUrlL(_L("rtsp://pr.rtsp-youtube.l.google.com/CkILENy73wIaOQmI78Vq_DyKwBMYDSANFEIJbXYtZ29vZ2xlSARSBXdhdGNoWglDbGlja0xpbmtgs6GUntHd_ZrVAQw=/0/0/0/video.3gp")));
Bit Rate --> 64000
Title --> Video
ContentType --> Remote
ServerInfo --> Google RTSP 1.0
Framesize --> 176x144
StreamCount --> 2
ClipBitRate --> 76000
Preroll --> 4000
Duration --> 25133
but not get only one data call Video File Playing Data/Buffer which able store in variable for codec implementation.
PROBLEM
-------
I tried last many week but not get anything. I Implemented in both way.
- Using Class CVideoPlayerUtility, I am able to play audio/video file (Only .3gp, .rm files) and get above all MetaData, but not get only "Video File Playing Data/Buffer".
- Using RSocket, send request to RTSP server and get response successfully.
but not any idea that how to use this response for play a File.(see log data: [url]http://discussion.forum.nokia.com/forum/showthread.php?t=170821[/url]) :o
I must need data in variable and after one play that, because i want to play .mp3 file also from RTSP server. So for that CODEC implantation is required. If it's difficult i have no any problem.
Please show me a WAY/PATH or any SOLUTION/SNIPPET/HIT I tried that when i implement successfully i post code for future newbie for easily implementation or for taking idea.
If require my code than tell me i will post also. Please Help Me.Thank you in Advance.
Regards,
SymbianTH