Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Phonon video play using qt4.8

Phonon video play using qt4.8

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 614 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Narthan
    wrote on last edited by
    #1

    i am using Qt4.8.1 ubuntu 12.04
    i am tring to open a mp4 video using qt phonon
    but i am getting error like
    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
    WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
    {
    QCoreApplication::setApplicationName( "phonon" );
    media = new Phonon::MediaObject(this);
    media->setCurrentSource(Phonon::MediaSource(QString("/home/Desktop/video/Pop.mp4")));
    media->play();

    }
    someone suggest me where i went wrong..

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @Narthan said:

      phonon backend plugin could not be loaded

      Hi,

      Try searching for the error message, "phonon backend plugin could not be loaded".

      You will find links like: http://stackoverflow.com/questions/12876116/phonon-backend-plugin-cannot-be-loaded

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved