Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. DirectShowPlayerService::doRender: Unresolved error code 0x80040266 ()

DirectShowPlayerService::doRender: Unresolved error code 0x80040266 ()

Scheduled Pinned Locked Moved Solved QML and Qt Quick
7 Posts 6 Posters 13.6k Views
  • 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.
  • S Offline
    S Offline
    saeidparand
    wrote on last edited by saeidparand
    #1

    How can I fix the DirectShowPlayerService::doRender: Unresolved error code 0x80040266 () Error
    I imported (import QtMultimedia 5.8) in qml file
    and then use this code
    Rectangle {
    width: 550
    height: 120
    anchors.fill: parent
    anchors.horizontalCenter: parent.horizontalCenter

            MediaPlayer {
                  id: mediaplayer
                  source: "a.mp4"
              }
    
              VideoOutput {
                  id:videoPlayer
                  anchors.fill: parent
                  source: mediaplayer
              }
        }
    

    when I run this project , I have this error , and I don't know how I can fix this problem.
    Is there any one here to solve this problem?
    my OS is windows7
    this is very important for me.

    Error Message :
    QML debugging is enabled. Only use this in a safe environment.
    DirectShowPlayerService::doRender: Unresolved error code 0x80040266 ()

    thanks a lot

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Might be related to QTBUG-51692 or QTBUG-52082.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        saeidparand
        wrote on last edited by
        #3

        I solved this problem , It just download and install the K-Lite_Codec_Pack_1375_Basic.exe , because for run and load the video you need the Codec software..........

        A P T 3 Replies Last reply
        4
        • S saeidparand

          I solved this problem , It just download and install the K-Lite_Codec_Pack_1375_Basic.exe , because for run and load the video you need the Codec software..........

          A Offline
          A Offline
          Ashray
          wrote on last edited by
          #4

          @saeidparand This Worked for me.Thank you

          1 Reply Last reply
          0
          • S saeidparand

            I solved this problem , It just download and install the K-Lite_Codec_Pack_1375_Basic.exe , because for run and load the video you need the Codec software..........

            P Offline
            P Offline
            Protector
            wrote on last edited by
            #5

            @saeidparand It really works for me thank you so much for this idea. Thanx again.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              Shubham08
              wrote on last edited by
              #6

              @saeidparand said in DirectShowPlayerService::doRender: Unresolved error code 0x80040266 ():

              K-Lite_Codec_Pack_1375_Basic.exe

              Same issue I got and got resolved it by downloading and installing the K-Lite_Codec_Pack_1375_Basic.exe

              1 Reply Last reply
              0
              • S saeidparand

                I solved this problem , It just download and install the K-Lite_Codec_Pack_1375_Basic.exe , because for run and load the video you need the Codec software..........

                T Offline
                T Offline
                trongtt4
                wrote on last edited by
                #7

                @saeidparand thanks thanks thanks you so much

                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