suncaiyu / Qt_5.12.3_QWebEngineView_32bit

Qt 5.12.3(应该是5.12.x版本都可以的)QWebEngineView的32位重新编译版本,支持网页视频播放,flash H5播放器等(Qt的自带版本不支持,真不知道怎么想的,这种功能想想都需要啊)、、、参考教程 :https://blog.csdn.net/xiaohai7521s/article/details/90770200
4 stars 0 forks source link

PyQt5浏览器播放视频问题 #1

Open Git-Hoon opened 3 years ago

Git-Hoon commented 3 years ago

你好,我看到了你对Qt的webengine的编译,但我现在使用的PyQt5的QWebEngineView同样不能在其上观看网页视频,请问有什么解决办法吗 Hello, I've seen your compilation of webengine of QT, but QWebEngineView of pyqt5 I'm using now can't watch web video on it. Is there any solution

suncaiyu commented 3 years ago

你好,这是我c++编译的web例子,可以播放视频、那个问题应该是一样的,是qt自带的那个webengineview 不支持html5的视频播放,c++这边看我的git应该知道怎么搞,但是python我只是了解皮毛,应该也是有c++类似的动态库啥的 pyd?,需要自己下载wenengine的源码,把需要的编译选项全开,编译一个自己的pyd吧

------------------ 原始邮件 ------------------ 发件人: "suncaiyu/Qt_5.12.3_QWebEngineView_32bit" @.>; 发送时间: 2021年6月4日(星期五) 中午1:13 @.>; @.***>; 主题: [suncaiyu/Qt_5.12.3_QWebEngineView_32bit] PyQt5浏览器播放视频问题 (#1)

你好,我看到了你对Qt的webengine的编译,但我现在使用的PyQt5的QWebEngineView同样不能在其上观看网页视频,请问有什么解决办法吗 Hello, I've seen your compilation of webengine of QT, but QWebEngineView of pyqt5 I'm using now can't watch web video on it. Is there any solution

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

suncaiyu commented 3 years ago

或者启用flash 虽然html5的视频播放不了,但是可以切换flash播放视频 https://segmentfault.com/q/1010000015276595