Qt 6.11 is out! See what's new in the release
blog
Mediasource not supported in QML
-
I'm trying to connect an ip camera using webengineview in qml.
WebEngineView { id: webView url: "http://192.168.56.51/" anchors.fill: parent settings.showScrollBars: false zoomFactor: 0.3 }For this, the webpage is loading but the Ip camera video output in not showing..But,in web browser,it is showing. The error message is:
[66928:64908:0823/193205.676:INFO:CONSOLE(1)] "Uncaught NotSupportedError: Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp4;codecs="avc1.640029"') is unsupported.", source: http://192.168.56.50/module/videoMediaSource.js (1)