I am going to develop a j2me application
for playing live radio http streams
and content type is "audio/mpeg"
streaming url : http://91.121.155.39:80
Can anyone guide me how to play this stream?
how to use createPlayer method for that http stream
like [for wav file]
player=Manager.createPlayer("http://java.sun.com/products/java-media/mma/media/test-wav.wav");