Results 1 to 8 of 8

Thread: How to use libVLC in Qt4

  1. #1
    JuanC Guest

    Default How to use libVLC in Qt4

    VLC 0.9x versions uses Qt4.

    I see libVLC API document at http://wiki.videolan.org/ExternalAPI

    I want to include a VLC Video Player inside a form using libVLC , how to do this?

    Thanks.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to use libVLC in Qt4

    What have you tried so far? Have you been able to link the library to your app?
    J-P Nurmi

  3. #3
    Join Date
    Jul 2008
    Posts
    47
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to use libVLC in Qt4

    There is a project for integrating VLC into Phonon:
    http://code.google.com/p/phonon-vlc-mplayer/

    Maybe it already solves your issues with usage of Phonon or at least it may help you in case you are working on GLP software.

  4. #4
    Join Date
    Apr 2006
    Location
    Denmark / Norway
    Posts
    67
    Thanks
    3
    Thanked 12 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: How to use libVLC in Qt4

    As the new VLC player is written in QT, I suppose it could give you a few hints.

    Try getting the source from the VLC repos.

    cheers,
    Leif

  5. #5
    Join Date
    Mar 2010
    Posts
    92
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: How to use libVLC in Qt4

    if i want add LibVLC to QT 4.6.2,how does me do

  6. #6
    Join Date
    Mar 2008
    Location
    France
    Posts
    149
    Thanks
    2
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to use libVLC in Qt4

    As far as i can remember about VLC, you will need to have the proper include and lib.
    In your pro file add the following to link the library.
    Qt Code:
    1. LIBS+=-lvlc
    To copy to clipboard, switch view to plain text mode 
    Last edited by toutarrive; 12th March 2010 at 09:16.

  7. #7
    Join Date
    Feb 2013
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to use libVLC in Qt4

    from where can I get libVLC ?? I m using rhel 6 and qt 4.7.3. if somebody knows please share the link or library itself..
    Thanks in advance.

  8. #8
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to use libVLC in Qt4

    Try this link.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.