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. How can I fix the problem about QMediaPlayer when used on ARM
Forum Updated to NodeBB v4.3 + New Features

How can I fix the problem about QMediaPlayer when used on ARM

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 305 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.
  • MihanM Offline
    MihanM Offline
    Mihan
    wrote on last edited by
    #1

    My Project need to play some audio file and control the voice,so I use QMediaPlayer to do that. But when it ran on ARM,it show "defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" and there is not any voice.
    I found some blogs about this problem that they compiled the qtmultimedia-opensource to replace the old one,is that right? Also I compared the plugin of mediaplayer between PC(Linux) and ARM, I found that ARM just has

    libqtmedia_audioengine.so
    

    and PC has

    libgstaudiodecoder.so  libgstcamerabin.so  libgstmediacapture.so  libgstmediaplayer.so
    

    So I need some help to understand it. Thank you~

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

      Hi,

      What version of Qt do you have on your desktop machine ?
      What version of Qt do you have on your target ?
      How did you install both of them ?

      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

      • Login

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