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. Cannot playback any video on embedded linux
Forum Updated to NodeBB v4.3 + New Features

Cannot playback any video on embedded linux

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 998 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.
  • M Offline
    M Offline
    Morix Dev
    wrote on last edited by
    #1

    I cross compiled Qt 5.2.1 for TI AM335x board using the toolchain provided by TI together with their SDK 6.00.00.

    Unluckily I am not able to reproduce any video in QML...

    The debug console tells:
    defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"

    Is there something that I am missing in cross-compilation? maybe some dependendencies?
    Can somebody help me in determining what I am missing?

    You can find "here":http://pastebin.com/bKdgjTX4 my cross-compilation configuration and "here":http://pastebin.com/zVaD9JjC the full trace of messages produced by the application when setting the environment variable QT_DEBUG_PLUGIN

    /Morix

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

      Hi,

      From the plugin log, it seems you only have the audio engine built. Do you have any other plugin in the same folder ?

      If not, do you have gstreamer built for your device ? If not, it's probably the reason you can't play videos

      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
      • M Offline
        M Offline
        Morix Dev
        wrote on last edited by
        #3

        thanks for your time... I found out that my gstreamer-0.10 development package was not found during cross-compilation due to the fact that I was missing -sysroot in ./configure step... now I am cross-compiling again (it will take some hours) and I'll let you know if then I am able to play videos

        /Morix

        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