<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mediasource not supported in QML]]></title><description><![CDATA[<p dir="auto">I'm trying to connect an ip camera using webengineview in qml.</p>
<pre><code>WebEngineView {
                    id: webView
                    url: "http://192.168.56.51/"
                    anchors.fill: parent
                    settings.showScrollBars: false
                    zoomFactor: 0.3

                }
</code></pre>
<p dir="auto">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:</p>
<p dir="auto">[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: <a href="http://192.168.56.50/module/videoMediaSource.js" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.56.50/module/videoMediaSource.js</a> (1)</p>
]]></description><link>https://forum.qt.io/topic/148394/mediasource-not-supported-in-qml</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 14:25:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/148394.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Aug 2023 07:36:30 GMT</pubDate><ttl>60</ttl></channel></rss>