Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt simulator and Qt mobility 1.1.1 player example

    Mobile and Embedded
    2
    2
    2233
    Loading More Posts
    • 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.
    • M
      miskol last edited by

      Hello
      I downloaded latest Qt SDK 1.1 Beta for windows
      And qt mobility Player example don't work
      I always get this error message: Service not available The QMediaPlayer object does not have a valid service.

      as in the code
      @
      player = new QMediaPlayer(this);
      if (!player->isAvailable()) {
      QMessageBox::warning(this, tr("Service not available"),
      @
      All works fine on symbian device but qt simulator can't pass @player->isAvailable()@
      Any idea how to make qt simulator able to play something ??

      Edit: QT is QuickTime, use @ for code

      1 Reply Last reply Reply Quote 0
      • Q
        qtrahul last edited by

        See this page: "Qt Mobility 1.1.1 released":http://labs.qt.nokia.com/2011/03/01/qt-mobility-1-1-1-released/

        Three problems are given below :

        Multimedia: Video graphics item causes a Symbian device to reboot

        Multimedia: QMediaPlayer does not play an MP4 file if header is after the encoded data block

        Multimedia: Memory leaks on Symbian

        [EDIT: fixed link, Volker]

        1 Reply Last reply Reply Quote 0
        • First post
          Last post