Results 1 to 5 of 5

Thread: Phonon on Static Qt 4.7.1

  1. #1
    Join Date
    May 2007
    Posts
    110
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Phonon on Static Qt 4.7.1

    Hi

    I have installed Qt 4.7.1 statically on Snow leopard.

    Could anybody tell me that Phonon will be available in static Qt 4.7.1 or can i use Phonon media player using static Qt 4.7.1

    Plz tell me.

    Thanks
    Santosh

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Phonon on Static Qt 4.7.1

    It depends on the configuration of your Qt build.
    If you configure your static build to include phonon, then it is available.
    If not, then not.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Apr 2011
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Phonon on Static Qt 4.7.1

    I done the Qt 4.7.1 phonon porting on TI-AM3517 with -static and can run my problem on it, but after executing some error messages show as below:

    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
    WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::VideoWidget ( no obj
    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded

    Of course there was no both video and audio.
    So I think configure and compile Qt include phonon in static is OK but run time will be some errors occur.
    Any suggestion will be appreciate, thx.

    Mark Chang

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Phonon on Static Qt 4.7.1

    It looks you have non supported backends on your system.
    Have a look here:
    http://doc.trolltech.com/4.7-snapsho...abilities.html
    on how you can test that.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Apr 2011
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Phonon on Static Qt 4.7.1

    Quote Originally Posted by high_flyer View Post
    It looks you have non supported backends on your system.
    Have a look here:
    http://doc.trolltech.com/4.7-snapsho...abilities.html
    on how you can test that.
    Thanks your info.
    I put the "phonon_backend" folder and my phonon program into the same directory and execute my phonon program but still have the same error message. There is only a file "libphonon_gstreamer.a" in phonon_backend directory.
    Any other setting I have to set??

Similar Threads

  1. Build static QT + static SSL problem.
    By makzimi in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2012, 00:45
  2. Static Qt with static CRT (VS 2008)
    By JacekFx in forum Installation and Deployment
    Replies: 5
    Last Post: 15th June 2010, 14:57
  3. Phonon
    By QTInfinity in forum Qt Programming
    Replies: 2
    Last Post: 19th November 2008, 15:24
  4. Replies: 22
    Last Post: 8th October 2008, 14:54
  5. Replies: 4
    Last Post: 14th February 2006, 22:35

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.