I am working on radio application where I want to play live stream radio. I have an url using which i will stream the radio and play. How can I play online streaming using this url? Here is my steaming url:
"streams" : -[
-{
"stream" : http://media.powerfm.se:80/high,
"bitrate" : 160,
"content_type" : ?,
"status" : 1,
"listeners" : 0
},
-{
"stream" : fffff,
"bitrate" : 0,
"content_type" : ?,
"status" : 0,
"listeners" : 0
}