尝试使用流畅的Streaming启动视频流请求我尝试使用他们的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>
答案 0 :(得分:1)
SMFPlayer不支持HLS streaming。对于WindowsPhone,您可能需要使用SmoothStreaming
此外,有一个关于codeplex的项目可以在WindowsPhone上播放HLS流,但它不再在线。我只找到引用此项目的推文:https://twitter.com/JustinAngel/status/179253691549888514
<强>更新强>
Windows Phone的HLS流式传输重新联机:http://phonesm.codeplex.com/