视频直播

时间:2012-12-06 16:54:05

标签: windows-phone-7 smooth-streaming

尝试使用流畅的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>

1 个答案:

答案 0 :(得分:1)

SMFPlayer不支持HLS streaming。对于WindowsPhone,您可能需要使用SmoothStreaming

此外,有一个关于codeplex的项目可以在WindowsPhone上播放HLS流,但它不再在线。我只找到引用此项目的推文:https://twitter.com/JustinAngel/status/179253691549888514


<强>更新

Windows Phone的HLS流式传输重新联机:http://phonesm.codeplex.com/

相关问题