Enabling mp4/mpeg4/avc support for Qt5 WebEngine on Linux

。_饼干妹妹 提交于 2019-11-30 16:12:33
kkoehne

You can explicitly enable proprietary codecs (H264, MP3) when compiling Qt WebEngine:

In /path-to-qt-src-dir/qtwebengine execute:

qmake WEBENGINE_CONFIG+=use_proprietary_codecs

You should be able to see in the output that H264 codec is enabled, which is not the default configuration.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!