Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. DirectShowPlayerService::doRender: Unresolved error code 8004022a
Forum Updated to NodeBB v4.3 + New Features

DirectShowPlayerService::doRender: Unresolved error code 8004022a

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 274 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • LinArcXL Offline
    LinArcXL Offline
    LinArcX
    wrote on last edited by LinArcX
    #1

    Hi. i deployed a qt-quick application on windows XP via a kit that i compiled it.(Qt: 5.6.3, MSVC: 2013). Here is how i tried to load a video from qrc file:

    Video {
            id: qVideo
            width: parent.width
            height: parent.height
            anchors.centerIn: parent
            autoLoad: true
            autoPlay: true
            muted: true
            volume: 0.1
            source: "qrc:/video/day.mp4"
        }
    

    It works perfectly on winodws 7,(I mean video plays very well.) but if i try to run it on windows xp, i'll get the error mentioned in the title.

    I already installed K-Lite CodecPack 13.8.5 on windows XP.(That is latest version for Xp, service pack 3).
    Also i installed intel graphic driver.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved