Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. vlc-qt
    Log in to post

    • UNSOLVED VlcMediaPlayer: making audio callback (amplitude monitor)
      General and Desktop • c++ vlc-qt • • seyon  

      2
      0
      Votes
      2
      Posts
      25
      Views

      Hi and welcome to devnet, That's a pretty interesting question. However, you should bring it to the VLC-Qt maintainers. They will likely be more knowledgeable about that issue.
    • UNSOLVED vlc doesnt work on arch (segmentation fault)
      General and Desktop • segfault segmentation segmentation fa vlc-qt vlc • • takti  

      8
      0
      Votes
      8
      Posts
      817
      Views

      @takti You need to understand that most people in this forum are volunteers spending their own time to help others for free. This includes me as well. Since I don't have a solution for your problem I suggested to check somewhere else also.
    • UNSOLVED Cannot add widgets to layout
      General and Desktop • qwidget qmainwindow qlayout vlc-qt • • AyushExel204  

      18
      0
      Votes
      18
      Posts
      7439
      Views

      @AyushExel204 It is indeed strange. I haven't worked with that library, but I see no good reason that is should work with VlcMediaPlayer but not with VlcMediaListPlayer. In this example (graciously provided by @mrjj over chat), they don't seem to use VlcMediaListPlayer and as you said that should work. Perhaps you can use it to build upon. Also you might want to search through the library's bugtracker to see if there is something known about this issue.
    • UNSOLVED Can VLC-Qt widgets be used as Qt Widgets
      General and Desktop • qwidget qlayout vlc-qt • • AyushExel204  

      3
      0
      Votes
      3
      Posts
      2847
      Views

      Hi, Why can't it be used a QWidgets ? From a quick look at the documentation WidgetVideo is a QWidget so you can put it in a layout. You have to create the WidgetVideo yourself and set it on your media player. WARNING: not tested, it comes from the documentation of VlcQt and their example.
    • UNSOLVED Linking problem with Vlc Qt library
      General and Desktop • vlc-qt link error msvc12 • • AyushExel204  

      9
      0
      Votes
      9
      Posts
      4806
      Views

      Sounds like what I said earlier - the vlc dll was probably compiled with different Qt version than what you're using in your project. These need to match.
    • SOLVED Dumpdoc on 64bit VLC ActiveX doesn't work
      General and Desktop • windows 7 64bit activeqt activex vlc-qt • • ki John  

      10
      0
      Votes
      10
      Posts
      4377
      Views

      Indeed, debug build should work as well. Hmmm, try switching to Debug, and do Clean All, run Qmake, Rebuild All. Maybe do that twice for good measure. Anyway, now you're up and running in Release mode, happy VLC hacking!
    • QT VLC-QT
      3rd Party Software • c++ windows qt5.4 vlc-qt • • joylamb  

      4
      0
      Votes
      4
      Posts
      2102
      Views

      Do a small search on the forum, there was already a thread about Qt-VLC last week that might help you.
    • [SOLVED] Can not configure vlc-qt with qt5.5
      3rd Party Software • qt5.5 cmake vlc-qt • • blacky_i  

      3
      0
      Votes
      3
      Posts
      2747
      Views

      That helped! Just added an entry in cmake-gui with path to folder. Thanks SGaist!