How to stream an .pls audio file in android 2.2

£可爱£侵袭症+ 提交于 2019-12-20 06:09:50

问题


I am trying to play an .pls file (available at http://stream.radiosai.net:8002/listen.pls) in android 2.2. But it isn't working. Playing MP3 works fine.


回答1:


A pls or a playlist file is basically a text file with the path of each track in each entry. Kind of like an .ini file. Take a look at the WP entry.

I don't think the inbuilt MediaPlayer supports these formats, so you'll have to download the file and parse the file and play the actual mp3's one by one.




回答2:


Android doesn't support the .pls format. Link



来源:https://stackoverflow.com/questions/8266424/how-to-stream-an-pls-audio-file-in-android-2-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!