如何在WMPlayer中支持Http流 [英] How to support Http streaming in WMPlayer

查看:68
本文介绍了如何在WMPlayer中支持Http流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了Http Async Streaming DirectShow Filter并且我注册了过滤器信息。实际上在Windows CE中,CEPlayer识别出像 http://xxx.xxx.xxx.xxx/test.avi 并且已成功加载过滤器.CEPlayer播放远程文件而未完全下载。
但是在Windows Mobile上的WMPlayer中,它没有加载过滤器并显示一条无法播放的警告信息。

我搜索了相关信息,发现微软有一个通用流媒体过滤器Windows CE for Http
渐进式下载,但Windows Mobile不支持过滤器。

是否有任何方法可以在Windows Mobile中支持http协议?

我将不胜感激任何意见。

感谢高级

I developed Http Async Streaming DirectShow Filter and I registed the filter information.
Actually in Windows CE, CEPlayer identifies url like http://xxx.xxx.xxx.xxx/test.avi and the filter is loaded and successfully
CEPlayer plays the remote file without full downloading.

But in WMPlayer on Windows Mobile, It doesn't load the filter and shows a warning message that it cann't play.

I searched related information and I found that Microsoft has Generic Streaming Filter in Windows CE for Http
progressive downloading but the filter is not supported in Windows Mobile.

Isn't there any way to support http protocol in Windows Mobile?

I will appreciate any opinion.

Thank you in Advanced

推荐答案



有您尝试过 Windows Media Player SDK 吗? IWMPCore 界面的"
put_URL()"
方法会在"http"中使用网址。此方法也支持以 rtsp(实时流媒体协议)形式的形式的网址

更多信息on put_URL方法:

http://msdn.microsoft .com / zh-CN / library / dd563243(VS.85).aspx

一旦调用 play(),此方法会流式传输视频并播放它们方法。

希望这有帮助。

问候,
Hi,

Have you tried Windows Media Player SDK? "

put_URL()"
method of the IWMPCore interface takes a URL in the "http" form.

URL's
  in the form of rtsp (Real Time Streaming Protocol) is also supported by this method.

More information on put_URL method:

http://msdn.microsoft.com/en-us/library/dd563243(VS.85).aspx

This method streams the videos and plays them once you call play() method.

Hope this helps.

Regards,
Himanshu.


这篇关于如何在WMPlayer中支持Http流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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