Results 1 to 5 of 5

Thread: Qt4.6.2 phonon module

  1. #1
    Join Date
    Jun 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt4.6.2 phonon module

    I have made an audio player using phonon module with Qt4.6.2 under windows,the player works will.But when i move the exe (with the necessary lib)on another computer without Qt environment,the player can run ,but cannot play music anymore.How to fix?

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Qt4.6.2 phonon module

    Did you move all the phonon libs?
    Phonon is plug-in based. If no plug-in can be found for the available systems on the other computer, you won't be able to hear anything.

  3. #3
    Join Date
    Jun 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt4.6.2 phonon module

    I included libgcc_s_dw2-1.dll,mingwm10.dll,phonond4.dll,QtCored4.dll,QtGui d4.dll,
    Would you tell me what else lib should i include?Thank you.

  4. #4
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Qt4.6.2 phonon module

    You also need the dll's for the qt opengl module (required for Windows if you built Qt with opengl capabilities) and one or more phonon plugins, directsound, gstreamer, ...

  5. #5
    Join Date
    Jun 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt4.6.2 phonon module

    After adding the plugin in the executable floder,the player can play music again,thank you for your prompt.

Similar Threads

  1. Phonon module question -- help needed
    By swamyonline in forum Qt Programming
    Replies: 69
    Last Post: 20th July 2009, 17:30
  2. Playing a stream using phonon module
    By ram136682 in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 28th August 2008, 14:42
  3. Replies: 0
    Last Post: 5th August 2008, 10:54
  4. no phonon module :(
    By losiem in forum Installation and Deployment
    Replies: 2
    Last Post: 8th July 2008, 12:31
  5. [Qt 4.4] Phonon Module
    By scorpiondezer in forum Installation and Deployment
    Replies: 1
    Last Post: 6th July 2008, 18:07

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.