Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt on BlackBerry and QNX
  4. video player on Qt with QNX device
QtWS25 Last Chance

video player on Qt with QNX device

Scheduled Pinned Locked Moved Unsolved Qt on BlackBerry and QNX
qnx 6.6
3 Posts 3 Posters 1.3k 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.
  • B Offline
    B Offline
    bharat
    wrote on 16 Jun 2020, 13:47 last edited by bharat
    #1

    Hello,
    I have installed qt on my windows. and i put all qt related lib,plugins,bin,qml folders and set the environmental variable paths on QNX target.

    I need to play the video in qnx 7. Actually video player code written in qt using Qmultimedia widgets is working fine on windows. but when i am trying to compile with Qnx and run these binaries on target i am facing the following error:

    Got keys from plugin meta data ("webgl")
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/qt5/plugins" ...
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/Test" ...
    QFactoryLoader::QFactoryLoader() looking at "/csm/Test/sample2"
    "Failed to extract plugin meta data from '/csm/Test/sample2'"
    not a plugin
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/qt5/plugins/platforms/platforms" ...
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/qt5/plugins/platforms" ...
    QFactoryLoader::QFactoryLoader() looking at "/csm/qt5/plugins/platforms/libqeglfs.so"
    Got keys from plugin meta data ("eglfs")
    QFactoryLoader::QFactoryLoader() looking at "/csm/qt5/plugins/platforms/libqminimal.so"
    Got keys from plugin meta data ("minimal")
    QFactoryLoader::QFactoryLoader() looking at "/csm/qt5/plugins/platforms/libqminimalegl.so"
    Got keys from plugin meta data ("minimalegl")
    QFactoryLoader::QFactoryLoader() looking at "/csm/qt5/plugins/platforms/libqoffscreen.so"
    Got keys from plugin meta data ("offscreen")
    QFactoryLoader::QFactoryLoader() looking at "/csm/qt5/plugins/platforms/libqqnx.so"
    Got keys from plugin meta data ("qnx")
    QFactoryLoader::QFactoryLoader() looking at "/csm/qt5/plugins/platforms/libqvnc.so"
    Got keys from plugin meta data ("vnc")
    QFactoryLoader::QFactoryLoader() looking at "/csm/qt5/plugins/platforms/libqwebgl.so"
    Got keys from plugin meta data ("webgl")
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/Test/platforms" ...
    loaded library "/csm/qt5/plugins/platforms/libqqnx.so"
    QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/qt5/plugins/platforms/styles" ...
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/qt5/plugins/styles" ...
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/Test/styles" ...
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/qt5/plugins/platforms/accessiblebridge" ...
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/qt5/plugins/accessiblebridge" ...
    QFactoryLoader::QFactoryLoader() checking directory path "/csm/Test/accessiblebridge" ...

    And on the target only blank screen is visible. nothing is show on that target display.

    please let me know if any suggestions.
    Thank you all

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 16 Jun 2020, 18:45 last edited by
      #2

      Hi and welcome to devnet,

      AFAIR, QNX is a commercially supported platform. You should check with the Qt Company directly with regard to that platform.

      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
      1
      • S Offline
        S Offline
        snapchat5561a
        wrote on 1 Jul 2023, 13:58 last edited by
        #3

        I need to play the video in qnx 7. Actually video player code written in qt using Qmultimedia widgets is working fine on windows. but when i am trying to compile with Qnx and run these binaries on target i am facing the following error:

        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