1

I have a problem playing .pls live streaming channel on windows phone 7 media element. i read it on someother post that you need to get into bytes then play it but i am unable to do it as well can anyone help me and tell me how can i play .pls on windowsphone 7 for example i have to stream this:

http://69.175.103.226:8540/listen.pls

In my app then how will it do it

Thanks

4

1 回答 1

2

您无法播放 PLS 文件,因为它本身不是媒体项目,而只是包含媒体内容链接的流参考文件。您需要下载 PLS 文件,将其解析出来,然后读取通过它传递的内容。

你有几个选择。例如,使用BackgroundAudioPlayer。或者您可能决定下载并处理流 - 您应该这样做

于 2013-01-20T19:57:28.253 回答