Stream an audio .pls in android

前端 未结 4 1399
刺人心
刺人心 2021-01-06 09:16

I\'m making an radio like application that uses streaming. Here i need to stream the audio from a link (http://somedomain/some.pls).

I have created

4条回答
  •  既然无缘
    2021-01-06 09:45

    You can try download pls file, parse the urls that are in there, and put them in MediaPlayer.

提交回复
热议问题