<?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[Video can play only one video]]></title><description><![CDATA[<p dir="auto">Hi!<br />
I can set source video for QML Video and play one video.<br />
And when I set new source for QML Video, then I see first video frame  and can't playing.</p>
]]></description><link>https://forum.qt.io/topic/140461/video-can-play-only-one-video</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 02:22:49 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/140461.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Nov 2022 13:38:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Video can play only one video on Wed, 02 Nov 2022 07:37:14 GMT]]></title><description><![CDATA[<p dir="auto">I fix this using this code</p>
<pre><code>    function playVideo() {
        videoStep.position = 0
//        videoStep.play()
        videoStep2.position = 0
        if (videoStep.visible) {
            videoStep.visible = false
            videoStep.stop()
            videoStep2.visible = true
            videoStep2.play()
        } else {
            videoStep2.visible = false
            videoStep2.stop()
            videoStep.visible = true
            videoStep.play()
        }
    }
</code></pre>
]]></description><link>https://forum.qt.io/post/734789</link><guid isPermaLink="true">https://forum.qt.io/post/734789</guid><dc:creator><![CDATA[Mihaill]]></dc:creator><pubDate>Wed, 02 Nov 2022 07:37:14 GMT</pubDate></item><item><title><![CDATA[Reply to Video can play only one video on Tue, 01 Nov 2022 14:51:28 GMT]]></title><description><![CDATA[<p dir="auto">And ihave error:</p>
<pre><code>Texture 0x7f8af4262a90 () used with different accesses within the same pass, this is not allowed.
</code></pre>
<p dir="auto">but first video laying with this error</p>
]]></description><link>https://forum.qt.io/post/734721</link><guid isPermaLink="true">https://forum.qt.io/post/734721</guid><dc:creator><![CDATA[Mihaill]]></dc:creator><pubDate>Tue, 01 Nov 2022 14:51:28 GMT</pubDate></item></channel></rss>