Results 1 to 4 of 4

Thread: How to make Media Player

  1. #1
    Join Date
    Nov 2010
    Posts
    4
    Thanks
    3
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default How to make Media Player

    Hi I am trying to make a media player. Please help me

  2. #2
    Join Date
    Nov 2010
    Posts
    48
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to make Media Player

    You can use Phonon lib for making media player. http://www.qtcentre.org/wiki/index.p...le=Mpeg_widget

  3. The following user says thank you to somnathbanik for this useful post:

    v-6 (8th November 2010)

  4. #3
    Join Date
    Nov 2010
    Posts
    4
    Thanks
    3
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to make Media Player

    HI,
    I have develop an app that can play video, when I run the app it says something like "phonon media-object...." and the video is not playing.

  5. #4
    Join Date
    Nov 2010
    Posts
    48
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to make Media Player

    i have the same issue, might be you have the same. My problem was codec. Please try this code to see what are the media format does phonon support
    Qt Code:
    1. void HelloMeego::checkPhononCapabilities()
    2. {
    3. QStringList sl=Phonon::BackendCapabilities::availableMimeTypes();
    4.  
    5. qDebug() << sl;
    6. }
    To copy to clipboard, switch view to plain text mode 
    http://doc.trolltech.com/4.4/phonon-overview.html

  6. The following user says thank you to somnathbanik for this useful post:

    v-6 (8th November 2010)

Similar Threads

  1. media player problem
    By emrez in forum Qt Programming
    Replies: 1
    Last Post: 16th July 2010, 17:50
  2. Live Straming Media Player
    By keyur259 in forum Qt Programming
    Replies: 2
    Last Post: 9th February 2010, 09:09
  3. How to create media player in qtopia
    By Yeshwin in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 31st March 2009, 10:41
  4. Media Player for Windows.
    By merry in forum Qt Programming
    Replies: 6
    Last Post: 5th March 2008, 06:49
  5. media player in qtopia
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 19th December 2007, 11: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.