Results 1 to 3 of 3

Thread: Qt multimedia deployment on other machines?

  1. #1
    Join Date
    Oct 2013
    Posts
    142
    Thanks
    36
    Thanked 3 Times in 3 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Qt multimedia deployment on other machines?

    I wanted to try something using Qt5 multimedia(a mp3 file playback), the test app compiled worked on developing machines, the realease build was archived, un-archived on target machine(which had gstreamer installed) but it didn't played anything, copied the content from Qt/5.3/gcc_64/plugins/mediaservice to the directory which contained the exacutable file, still nothing.
    Ultimately installed Qt Creator(with Qt5.3) on targeted machine, after which still nothing was played.

    Both developing machines are using Ubuntu 14.04.1 LTS and Qt 5.3 installed, shouldn't it work?

    Any tips?

  2. #2
    Join Date
    Sep 2014
    Location
    Sydney, Australia
    Posts
    16
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Qt multimedia deployment on other machines?

    Do other mp3 playback applications written with Qt5 work on the target machines?
    "When the only tool you have is a hammer, every problem resembles a nail"

  3. #3
    Join Date
    Oct 2012
    Posts
    132
    Thanks
    10
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: Qt multimedia deployment on other machines?

    From the documentation: "The Qt Multimedia APIs build upon the multimedia framework of the underlying platform. This can mean that support for various codecs or containers can vary between machines, depending on what the end user has installed."
    (http://qt-project.org/doc/qt-5/multimediaoverview.html)

    I'm not sure but I think Qt Multimedia uses GStreamer on Ubuntu (http://qt-project.org/wiki/Qt_Multimedia_Backends). In this case it might help to install the "gstreamer0.10-fluendo-mp3" package.

Similar Threads

  1. QPixmap is null on other machines
    By sepehr in forum Installation and Deployment
    Replies: 6
    Last Post: 12th July 2011, 07:24
  2. Deployment glitch on other machines
    By 0signal in forum Newbie
    Replies: 2
    Last Post: 7th May 2011, 21:46
  3. Replies: 17
    Last Post: 29th March 2011, 22:52
  4. Replies: 0
    Last Post: 29th October 2009, 19:20
  5. OSX App wont run on other machines
    By December in forum Qt Programming
    Replies: 3
    Last Post: 13th April 2007, 02:23

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.