Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. vlc-qt

    Log in to post
    • All categories
    • S

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

      2
      0
      Votes
      2
      Posts
      129
      Views

      SGaist

      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.

    • T

      Unsolved vlc doesnt work on arch (segmentation fault)
      General and Desktop • vlc vlc-qt segmentation segmentation fa segfault • • takti

      8
      0
      Votes
      8
      Posts
      1213
      Views

      jsulm

      @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.

    • AyushExel204

      Unsolved Cannot add widgets to layout
      General and Desktop • qlayout qwidget qmainwindow vlc-qt • • AyushExel204

      18
      0
      Votes
      18
      Posts
      8395
      Views

      kshegunov

      @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.

    • AyushExel204

      Unsolved Can VLC-Qt widgets be used as Qt Widgets
      General and Desktop • qlayout qwidget vlc-qt • • AyushExel204

      3
      0
      Votes
      3
      Posts
      3049
      Views

      SGaist

      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.

    • AyushExel204

      Unsolved Linking problem with Vlc Qt library
      General and Desktop • vlc-qt msvc12 link error • • AyushExel204

      9
      0
      Votes
      9
      Posts
      5191
      Views

      Chris Kawa

      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.

    • K

      Solved Dumpdoc on 64bit VLC ActiveX doesn't work
      General and Desktop • activeqt activex vlc-qt 64bit windows 7 • • ki John

      10
      0
      Votes
      10
      Posts
      4603
      Views

      hskoglund

      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!

    • J

      QT VLC-QT
      3rd Party Software • qt5.4 vlc-qt windows c++ • • joylamb

      4
      0
      Votes
      4
      Posts
      2249
      Views

      SGaist

      Do a small search on the forum, there was already a thread about Qt-VLC last week that might help you.

    • B

      [SOLVED] Can not configure vlc-qt with qt5.5
      3rd Party Software • cmake vlc-qt qt5.5 • • blacky_i

      3
      0
      Votes
      3
      Posts
      2897
      Views

      B

      That helped!

      Just added an entry in cmake-gui with path to folder.

      Thanks SGaist!