Hi,
My Hardware:
Intel Stick PC, Cherry Trail Z8350, 2GB Ram
My OS:
Lubuntu 16.04 with all software updated. GStreamer 1.0 plugin bad, Intel HD Graphics drivers updated, vaapi and ffmpeg (2.8)
My QT build:
Qt 5.10.1 build from source. configurations with qt-xcb, proprietary-codecs and with ICU 60.2, release build.
The problem:
My program use QML QWebEngineView to playback Youtube video. For video without proprietary codec, it works perfectly. However, in order to playback video with special codecs, I build Qt 5.10.1 with proprietary codecs. It is ok to playback those youtube video, however, the program just freeze the system whenever it playback those youtube needs proprietary codec.
Because the system just freeze, I have no way to get any core dump, any one has similar issue? Or, how can I debug this kind of error? Thanks.