Azure Media Player无法在Windows 7上正常播放 [英] Azure Media Player does not play properly on Windows 7

查看:107
本文介绍了Azure Media Player无法在Windows 7上正常播放的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个使用Azure Media Player播放视频的程序。 
$
我在VC ++中使用IWebBrowser。

I am creating a program to play video using Azure Media Player. 
I use IWebBrowser in VC ++.

m_View.Create(m_hPlayerBase, rc, NULL, WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS, NULL);
hr = m_View.QueryHost(&spWinHost);
hr = spWinHost->CreateControl(CComBSTR(CLSID_WebBrowser), m_View, 0);
hr = m_View.QueryControl(&m_Browser);
hr = CComBrowserEventSink::CreateInstance(&m_EventListener);
spEvents = m_EventListener;
hr = m_Browser->QueryInterface(&spConnectionContainer);
hr = spConnectionContainer->FindConnectionPoint(DIID_DWebBrowserEvents2, &m_ConnectionPoint);
m_ConnectionPoint->Advise(spEvents, &m_AdviseCookie);
m_Browser->put_Silent(VARIANT_TRUE);




当我在Windows 7上运行该程序时,视频将自动播放, 

但加载动画不会消失。 

在此期间,我无法对搜索等控件做任何事情。





在Windows 7中,使用FlashPlayer,这会影响吗?

有没有解决办法?


When I run the program on Windows 7, the video will play automatically, 
but the loading animation will not disappear. 
In the meantime, I can not do anything with controls such as seek.


In Windows 7, FlashPlayer is used, is this affecting?
Is there any solution?

推荐答案

感谢您提出问题。我将在这里进行调查和更新。
Thanks for raising the issue. I will investigate and update here.


这篇关于Azure Media Player无法在Windows 7上正常播放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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