我试着用他们的url和我的uri来尝试这个例子,“但是它不起作用,我在vlc上也尝试过,它也适用于iphone应用程序..!这是我的xaml代码的一部分。”
<Core:SMFPlayer>
<Core:SMFPlayer.Playlist>
<Media:PlaylistItem DeliveryMethod="AdaptiveStreaming" MediaSource="http://streaming.toutech.net:1936/live/jawharafm.sdp/playlist.m3u8"/>
</Core:SMFPlayer.Playlist>
</Core:SMFPlayer>发布于 2013-01-08 22:49:42
SMFPlayer不支持HLS streaming。对于WindowsPhone,您可能需要使用SmoothStreaming
此外,Codeplex上有一个项目可以在WindowsPhone上播放HLS流媒体,但它已经不在线了。我只找到了引用这个项目的推文:https://twitter.com/JustinAngel/status/179253691549888514
更新
http://phonesm.codeplex.com/:WindowsPhone的HLS流重新上线
https://stackoverflow.com/questions/13748570
复制相似问题