Windows Phone 8顺畅流媒体? [英] Windows Phone 8 smooth streaming ?

查看:74
本文介绍了Windows Phone 8顺畅流媒体?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Windows Phone 8应用程序中直播你的管道。

为此我搜索了很多,最后我得到了这个,

我安装了Visual Studio扩展SDK(Microsoft.PlayerFramework.WP8.vsix)。

然后我安装了Microsoft Smooth Streaming Client。

并添加了所需的dll,如smoothstreaming.dll, mediaplayer.framework,mediaplayer.framework.adaptive ..etc



和在mainpage.xaml我添加了



I want to play live streaming you tube channel in windows phone 8 app.
for this I searched a lot and at last I got this,
I Installed the Visual Studio Extension SDK (Microsoft.PlayerFramework.WP8.vsix) .
And then I installed the Microsoft Smooth Streaming Client.
and added the required dll's like smoothstreaming.dll, mediaplayer.framework , mediaplayer.framework.adaptive ..etc

and in mainpage.xaml I added the

xmlns:mmppf="clr-namespace:Microsoft.PlayerFramework;assembly=Microsoft.PlayerFramework"

    xmlns:adaptive="clr-namespace:Microsoft.PlayerFramework.Adaptive;assembly=Microsoft.PlayerFramework.Adaptive"







之后我创建了以下媒体元素






and after that I created media element by below

<Grid x:Name="LayoutRoot" Background="Transparent">
    <mmppf:MediaPlayer Source="https://www.youtube.com/watch?v=LIuk1qu0RlU">
       
</Grid>





问题是执行后我无法看到视频流我不知道为什么我不是得到任何错误,它正在建立成功。

任何人帮助我,谢谢。



the problem is after executing it I am unable to see the video streaming I dont know why I am not getting any errors it is building successfully .
Anybody help me, Thank you.

推荐答案

它没有显示,因为你无法播放YouTube该库的内容。它需要服务器端支持和特殊编码的源材料才能工作。这是YouTube未实现的内容。
It doesn't show because you cannot play YouTube content with this library. It requires server-side support and specially encoded source material in order to work. This is something that YouTube does not implement.


这篇关于Windows Phone 8顺畅流媒体?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆