Home > other >  PyQt5 H5 video is played
PyQt5 H5 video is played

Time:09-29

Python3 + pyqt5 do simple web browser, how to implement the H5 video playback? Practice Settings (). The setAttribute (QWebEngineSettings PluginsEnabled, True)
Settings (). The setAttribute (QWebEngineSettings JavascriptEnabled, True)
Settings (). The setAttribute (QWebEngineSettings FullScreenSupportEnabled, True)
All invalid what reason be?

CodePudding user response:

The building Lord done? QtWebEngine does not support the h5 need to recompile what method do you use
  • Related