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. videoplayer does not work on qt creator

videoplayer does not work on qt creator

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

    Hi folks ,

    I wrote small video player application with out any error, when i run that application on qt creator it show the following message on Application output window

    Starting /home/malar/QTVIDEO/player/build-Videoplayer-Desktop_Qt_5_8_0_GCC_64bit-Debug/Videoplayer...
    defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
    QLayout: Attempting to add QLayout "" to MainWindow "MainWindow", which already has a layout
    QLayout: Attempting to add QLayout "" to MainWindow "MainWindow", which already has a layout
    libGL error: Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
    Videoplayer: ../../../../src/loader/loader.c:129: asserted_dlsym: Assertion `result' failed.
    The program has unexpectedly finished.

    but i have compiled on terminal and then i executed working fine with out any problem. i have attached my file here, if i made any mistake please correct me..

    thank you...

    .[3_1532523043438_main.cpp](Uploading 100%) [2_1532523043438_mainwindow.cpp](Uploading 100%) [1_1532523043438_mainwindow.h](Uploading 100%) [0_1532523043437_mainwindow.ui](Uploading 100%)

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

      Hi
      If you are using any external libs/so (like libudev) you might need to tell
      Creator about them in Project/run so its included in the run time environment.
      It seems like from shell it knows where to find the so files but if run from Creator it does not.

      1 Reply Last reply
      2

      • Login

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