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. Qt5Multimedia windows xp?
Forum Updated to NodeBB v4.3 + New Features

Qt5Multimedia windows xp?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 3.3k 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.
  • I Offline
    I Offline
    inspired
    wrote on last edited by
    #1

    i've succesfully ported my application from qt4 to qt5, now using qtmultimedia instead of phonon..
    everything works ok, worked ok on other people i sent it using windows 7.

    however i tested it on some windows xp machines i have, and the playback does not start (i tried only remote http mp3 source)

    seeing the debug output in the windows xp machine, from the QMediaPlayer object the signal stateChanged(QMediaPlayer::State) is emitted, the only state i get is QMediaPlayer::StoppedState .

    the signal mediaStatusChanged(QMediaPlayer::MediaStatus) is not ever emitted.

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Try a local MP3 file; does that work? How about other media types?

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • I Offline
        I Offline
        inspired
        wrote on last edited by
        #3

        nope, local mp3 and local wav, exactly the same behavior (while in windos 7 these local files played as expected)

        1 Reply Last reply
        0
        • I Offline
          I Offline
          inspired
          wrote on last edited by
          #4

          well i built it with the mingw version of qt5 (posted here http://qt-project.org/forums/viewreply/108035) and it works (at first didn't play on my machine win7, but i figured it needed these extra 2 dlls for some reason: Qt5MultimediaWidgets, Qt5OpenGL)

          now this runs on windows xp fine.

          tried again the msvc build with these extra dlls but still the same, not playing.

          1 Reply Last reply
          0
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            Hmm... sounds buggy.

            Have you tried both of:

            Transfer the working program from Windows 7 to Windows XP

            Compile the source code directly on Windows XP

            If you did and it still doesn't work, please file a bug report at https://bugreports.qt-project.org/

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            0
            • I Offline
              I Offline
              inspired
              wrote on last edited by
              #6

              unfortunately i don't have the time for this, maybe another time if i find some windows xp available.

              however i just thought that it was some dll missing, though i copied all dlls from the msvc2010/bin folder in the .exe folder and still the same...

              another thing:
              with the msvc build if i set the url of an invalid file i just get from the the mediaStatusChanged changed signal the status QMediaPlayer::InvalidMedia.

              though with the mingw build the application freezes indefinitely (i have to kill it) and the last thing in the debug is: DirectShowPlayerService::doSetUrlSource: Unresolved error code 800c0006

              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