Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QAudioDecoder on iOS - error: no service found for - "org.qt-project.qt.audiodecode"
Forum Updated to NodeBB v4.3 + New Features

QAudioDecoder on iOS - error: no service found for - "org.qt-project.qt.audiodecode"

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 913 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.
  • A Offline
    A Offline
    acougre
    wrote on last edited by
    #1

    Hello, I'm using QAudioDecoder in an application on iOS for iPhone/mac but during execution of this line

    @QAudioDecoder * audioDecoder = new QAudioDecoder;@

    I have this error > defaultServiceProvider:requestService<> : no service found for – "org.qt-project.qt.audiocode" <

    What is wrong ? What it lacks ?

    May I compile and link QT7 plugin ?

    Thank's

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

      Hi,

      IIRC since Qt for iOS is static, you need to tell qmake to link to the static multimedia plugin(s) like e.g. libqtmedia_audioengine

      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