我需要有关此问题的帮助,我正在尝试在Windows Phone 7.5中使用MediaElement播放音频流
代码很简单
<MediaElement Source="http://ghost.wavestreamer.com:9122/listen.mp3" AutoPlay="True" />
但没有播放音频!
这是我要玩的流 http://ghost.wavestreamer.com:9122/listen.mp3
由于
答案 0 :(得分:0)
这些链接可以帮助您确定isse并创建您的应用。
在Windows Phone 7中添加媒体元素? adding media element in windows phone 7?
媒体元素无法在Windows Phone 7中播放音频? media element doesn't play audio in windows phone 7?
为Windows Phone 7使用平滑流式媒体元素 http://blogs.msdn.com/b/giuseppeguerrasio/archive/2010/12/06/using-smooth-streaming-media-element-for-windows-phone-7.aspx
克服Windows Phone 7 MediaElement限制 http://spacemigas.wordpress.com/2011/04/07/overcoming-windows-phone-7-mediaelement-limitations/
在WP7中恢复来自Dormant / Tombstone状态的流音频 http://www.developer.nokia.com/Community/Wiki/Resuming_streaming_audio_from_Dormant/Tombstone_state_in_WP7
使用MediaElement在完全下载之前播放音频,并使用可怕的AG_E_NETWORK_ERROR为 http://forums.silverlight.net/t/227000.aspx