<?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[Qt 5.2 + gstreamer support]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I've got a Qt application using <em>Qt WebKit</em> to display a webpage which has an <em>HTML5 video</em> tag inside. My problem is playing the video (I use GStreamer).</p>
<p dir="auto">I've been struggling with this for a few weeks now and I have a few general questions about it.</p>
<p dir="auto"><em>1.</em> In order for Qt WebKit to be able to play the video I need <em>GStreamer support</em>. I tried to use binaries from the website <a href="http://download.qt-project.org/development_releases/qt/5.2/5.2.0-rc1/" target="_blank" rel="noopener noreferrer nofollow ugc">http://download.qt-project.org/development_releases/qt/5.2/5.2.0-rc1/</a> but no matter the platform (Linux, Mac, Windows) the video player did not work. It was not able to play anything.</p>
<p dir="auto">Therefore I tried using the latest stable git sources of Qt 5.2 and compiled it myself with GStreamer support. It worked on Linux and Mac (still struggling with Windows).</p>
<p dir="auto">My question: <em>Are binaries from the "Qt downloads website" compiled with GStreamer support?</em> Am I able to play HTML5 video after building my Qt application with those ready made binaries? It seems I have to compile Qt on my own if I want to have HTML5 video functionality available.</p>
<p dir="auto"><em>2. When running "configure" command in "qt5" git folder there used to be GStreamer support information</em></p>
<p dir="auto">@"GStreamer support ............................ yes/no"@</p>
<p dir="auto"><em>I cannot find it anymore. Was it removed?</em><br />
I was able to compile Qt5.2 on OSX 10.9 with GStreamer support without even knowing whether "configure" found it.This information would be very helpful.</p>
<p dir="auto">All the best,<br />
Tom</p>
]]></description><link>https://forum.qt.io/topic/34962/qt-5-2-gstreamer-support</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 00:06:30 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/34962.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Dec 2013 10:40:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt 5.2 + gstreamer support on Thu, 05 Dec 2013 16:05:07 GMT]]></title><description><![CDATA[<p dir="auto">Got it working witch x86 VS2010 and “qt-windows-opensource-5.2.0-rc1-msvc2010-x86-offline.exe". My mp4 videos are playing ok with simple &lt;video&gt; tag. The problem occured to be something else and it's quite interesting.</p>
<p dir="auto">I got my Windows on the virtual machine and sound card was disabled. All the videos that had sound did not play at all. All the ones that had no sound played correctly. Once I enabled the sound card in the Virtualbox settings all the videos started to play.</p>
]]></description><link>https://forum.qt.io/post/206423</link><guid isPermaLink="true">https://forum.qt.io/post/206423</guid><dc:creator><![CDATA[miskuu]]></dc:creator><pubDate>Thu, 05 Dec 2013 16:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 5.2 + gstreamer support on Wed, 04 Dec 2013 13:02:14 GMT]]></title><description><![CDATA[<p dir="auto">I've manage to compile my application with "qt-linux-opensource-5.2.0-rc1-x86_64-offline.run" from<br />
<a href="http://download.qt-project.org/development_releases/qt/5.2/5.2.0-rc1/" target="_blank" rel="noopener noreferrer nofollow ugc">http://download.qt-project.org/development_releases/qt/5.2/5.2.0-rc1/</a> on Linux. The youtube example works for me as well. It seems video playback is working out of the box.</p>
<p dir="auto">However on Windows we also have to choose between OpenGL and Angle. According to (last line):<br />
<a href="http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL</a><br />
we should use Angle to be able to play videos.</p>
<p dir="auto">There is no 64bit version for VS2010, so I'm going to try "qt-windows-opensource-5.2.0-rc1-msvc2010-x86-offline.exe" today and let you know how it worked out. If this doesn't work, I'll install VS2012 and try those builds.</p>
]]></description><link>https://forum.qt.io/post/206234</link><guid isPermaLink="true">https://forum.qt.io/post/206234</guid><dc:creator><![CDATA[miskuu]]></dc:creator><pubDate>Wed, 04 Dec 2013 13:02:14 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 5.2 + gstreamer support on Wed, 04 Dec 2013 07:46:18 GMT]]></title><description><![CDATA[<p dir="auto">I have exactly the same problem.</p>
<p dir="auto">What can say developers of qt?</p>
]]></description><link>https://forum.qt.io/post/206181</link><guid isPermaLink="true">https://forum.qt.io/post/206181</guid><dc:creator><![CDATA[_dmp]]></dc:creator><pubDate>Wed, 04 Dec 2013 07:46:18 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 5.2 + gstreamer support on Mon, 02 Dec 2013 14:31:13 GMT]]></title><description><![CDATA[<p dir="auto">Ok, I just realized that "qtwebkit-examples/examples/webkitqml" is a relative path to the qt5 git root folder. I'm going to check if this example works for me.</p>
]]></description><link>https://forum.qt.io/post/205941</link><guid isPermaLink="true">https://forum.qt.io/post/205941</guid><dc:creator><![CDATA[miskuu]]></dc:creator><pubDate>Mon, 02 Dec 2013 14:31:13 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 5.2 + gstreamer support on Mon, 02 Dec 2013 14:23:28 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for the quick reply.</p>
<p dir="auto">I've already studied this example before, however, I cannot compile it and check if it works, because the example is missing some files. It also does not quite answer my questions.</p>
]]></description><link>https://forum.qt.io/post/205940</link><guid isPermaLink="true">https://forum.qt.io/post/205940</guid><dc:creator><![CDATA[miskuu]]></dc:creator><pubDate>Mon, 02 Dec 2013 14:23:28 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 5.2 + gstreamer support on Mon, 02 Dec 2013 12:55:21 GMT]]></title><description><![CDATA[<p dir="auto">I think you should take a look on:</p>
<p dir="auto">"<a href="http://qt-project.org/doc/qt-5.0/qtwebkitexamples/webkitqml-youtubeview.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5.0/qtwebkitexamples/webkitqml-youtubeview.html</a>":<a href="http://qt-project.org/doc/qt-5.0/qtwebkitexamples/webkitqml-youtubeview.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5.0/qtwebkitexamples/webkitqml-youtubeview.html</a></p>
]]></description><link>https://forum.qt.io/post/205929</link><guid isPermaLink="true">https://forum.qt.io/post/205929</guid><dc:creator><![CDATA[hpollak]]></dc:creator><pubDate>Mon, 02 Dec 2013 12:55:21 GMT</pubDate></item></channel></rss>