Hellow all,
Look at the code part :
///////////////////////////////////////////////////////////////////////////////
try {
player = Manager.createPlayer(URL);
//in URL I have given a valid URL with a public IP
player.prefetch();
player.realize();
player.start();
} catch (IOException ex) {
ex.printStackTrace();
} catch (MediaException ex) {
ex.printStackTrace();
}
//////////////////////////////////////////////////////////////////
With the above code part, we are able to listen to the audio files from emulator.
But we are not able to hear the audios in Nokia 7210 supernova. The audio is a .amr file.
Can any one tell me what the problem might be ??

Reply With Quote


