I've to write an application in order to play a MP3 file remoted hosted on a Web Server. I want to play it in streaming, that is my priority is to avoid to download the whole file and the to player it.
OpenUrl function will launch the embedded player by recognising the MIME type for that file. There is nothing to do with the API. If your Player supports that format it will play.
Generally all devices based on Symbian 8.0a and above supports MP3 format.
in my case i am sending packets to another client, because the mp3 is located on another mobile (not on webserver), how can i do here, what are your recommendations ?
I've installed the sis file on a 6630 and a N70, but when I try to launch the PlayL mobile returns me a popup "Not supported functionality" (or similar, my mobiles speak Italian ).
I've also tried to open a wav clip modifying Mime type in audio/wav, with the same result.
I've used CMMFCodec::NewL(KMMFFourCCCodeMP3, KMMFFourCCCodePCM16); in order to initialize internal codec for convertion between MP3 and PCM16...then the converted audio samples are played by CMdaAudioOutputStream class.
Forum posts: 187
Generally all devices based on Symbian 8.0a and above supports MP3 format.
----
Chetan Kulshrestha
Forum posts: 78
yep nice to have this functionality on board..
But how is the experince, would it be with heaps of jurks
What bitrate is recommended ?
Kind Regards
Faiq
____________________
S60, 8.0a and onwards
Forum posts: 187
----
Chetan Kulshrestha
Forum posts: 78
in my case i am sending packets to another client, because the mp3 is located on another mobile (not on webserver), how can i do here, what are your recommendations ?
Kind regards
Faiq
Forum posts: 7
I've tried to implement a piece of code, without success
iRecorder->OpenUrlL(iURL,0,_L8("audio/mpeg"));
iRecorder->PlayL();
I've installed the sis file on a 6630 and a N70, but when I try to launch the PlayL mobile returns me a popup "Not supported functionality" (or similar, my mobiles speak Italian
I've also tried to open a wav clip modifying Mime type in audio/wav, with the same result.
Can you help me?
Tnx
Scarex
Forum posts: 7
I've used CMMFCodec::NewL(KMMFFourCCCodeMP3, KMMFFourCCCodePCM16); in order to initialize internal codec for convertion between MP3 and PCM16...then the converted audio samples are played by CMdaAudioOutputStream class.
Tnx a lot however
Forum posts: 78
On which SDK you are working ?
It would be helpful for us, if we know on which versionS its working on.
I am doing same sort thing..
Dont forget that we cant stream 128kbps file
Kind regards
Faiq
Forum posts: 78
on which SDK and device are you on ?
I am trying todo on N 6630
Kind Regards
Frankk
____________________
S60, 8.0a and onwards
Forum posts: 6
Hi Scarex
Please give me a snippets or code that how you play audio file from URL. i am also doing same things but i am getting -5 error.
Please help me my mail id :
Tanya