pyqt webkit + divx 网络播放器
我知道这可能是不可能的,但无论如何让我们尝试问一下:我想做的是在 pythoh qt4 webkit 小部件渲染的页面中使用 divx web 播放器插件。我的意思是:在 page.html 中,我放置了标准 divx Web 播放器嵌入代码,然后我使用 webkit pyqt 加载它,并且(神奇)它可以工作并播放我的视频。你认为这可能吗?
感谢大家! 马可
I know this is probably impossible, but let's try asking anyway: what I would like to do is using the divx web player plugin within a page rendered by pythoh qt4 webkit widget. I mean: in page.html I put the standard divx web player embed code, then I load it with webkit pyqt and (magic) it works and plays my video. Do you think this is possible?
Thanks to all!
Marco
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要根据 文档。
我会尝试类似的方法
,看看它是否启用插件。
You'll probably need to set it to enabled using the QWebSettings, according to the documentation.
I'd try something like
and see if it enables the plugins.