Live Audio stream problem

socialnetis

Active Member
Licensed User
Longtime User
Hi, I am trying to play a live audio stream from a web-radio.
I am trying with MediaPlayerStream, I hadn't try with any videoView because I would like to use a service to listen the radio without having an activity, and as you know, videoView can't be declared in a service.

I guess that the problem is related to the stream beeing live, because is not a mp3 format yet (in a few examples I have seen in the forum, the MediaPlayerStream uses a link that ends with .mp3).

This is the link: http://186.153.1.34/5daaqami5qccazibqyjkt0ugeknctcvg
(is an Argentinian radio)

Hope somebody can give me a hand!
 

socialnetis

Active Member
Licensed User
Longtime User
I see, thanks for pointing that out.
The link was in fact a wma file under the MMS protocol.
Vitamio solved the problem.
 
Upvote 0
Top