Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt simulator and Qt mobility 1.1.1 player example

Qt simulator and Qt mobility 1.1.1 player example

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.6k Views 1 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.
  • M Offline
    M Offline
    miskol
    wrote on last edited by
    #1

    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
    0
    • Q Offline
      Q Offline
      qtrahul
      wrote on last edited by
      #2

      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
      0

      • Login

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