Qt、QtWebKit 和
嵌入式QtWebKit浏览器有哪些源码支持?它是否支持 MPEG-4、WebM 或 Theora?是否可以通过编译获得此支持?
我主要关注的是桌面平台(Linux)
What kind of source material support embedded QtWebKit browser has? Does it support MPEG-4, WebM or Theora and is this support available through compilation?
I was mostly looking desktop platforms (Linux)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QtWebKit不是视频播放器,但它支持像adobe flash这样的扩展,所以如果你在显示的html中嵌入某种flash播放器,它将播放你的操作系统中可以用flash播放的所有视频。
另一种方法是使用 Phonon 模块,它连接到您的视频编解码器系统,可以播放为其安装编解码器的所有格式。
此外,html5 支持将在 qt webkit 2.2 版本中添加,该版本仍处于 alpha 阶段。
QtWebKit is not video player, but it supports extensions like adobe flash, so if you embed some kind of flash player in html you displaying, it will play all videos which can be played in your OS with flash.
Another approach is to use Phonon module, which connects to your video codec system and could play all formats which have codecs installed for them.
Also, html5 support will be added in qt webkit version 2.2, which is still in alpha.