Tag: shoutcast

在Windows Phone 8上无法使用带有backgroundAudio的端口播放shoutcast ip

我是开发Windows Phone应用程序的新手,如果我犯了一些愚蠢的错误,那就很抱歉。 我不能在WP 8上播放shoutcast,我已经尝试过在别人的post上提出的建议,但它没有帮助。 这是我的代码的一部分:(虽然它可以不播放shoutcast) private static List _playList = new List { new AudioTrack(new Uri(“http://198.50.156.4:8062/;”,UriKind.RelativeOrAbsolute), “Radio Vision”, null, null, null, null , EnabledPlayerControls.All), new AudioTrack(new Uri(“http://live.radiocosmobandung.com.:8001/cosmo”, UriKind.RelativeOrAbsolute), “Ardan Cosmo”, null, null, null, null , EnabledPlayerControls.All), };