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. Phonon or QMediaplayer: Set access point to be used
Forum Updated to NodeBB v4.3 + New Features

Phonon or QMediaplayer: Set access point to be used

Scheduled Pinned Locked Moved Mobile and Embedded
24 Posts 8 Posters 15.7k 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.
  • X Offline
    X Offline
    xsacha
    wrote on last edited by
    #21

    Qt4.7.1 runs on my Symbian^1^ devices but, actually, not on my Symbian^3^ devices (only Qt4.7.0).
    In fact, the Qt4.7.1 binaries were available for Symbian^1^ as soon as Qt4.7.1 was released. Qt4.7.0 for N8 came a bit later. So it's actually the other way around.

    QtQuick runs well on both. I have a device here with 400MHz processor and using a QML app with 1000 lines of code. It runs very fluid. It has screen tearing but not because it's running slower than it should.

    I believe when 4.7.1/4.7.2 is allowed on Ovi Store it will be for all devices.

    By the way, the Flow'd app (written in Qt Quick) by Digia is available for 1 and 3. :)

    • Sacha
    1 Reply Last reply
    0
    • T Offline
      T Offline
      thp4
      wrote on last edited by
      #22

      [quote author="xsacha" date="1291728087"]In fact, the Qt4.7.1 binaries were available for Symbian^1^ as soon as Qt4.7.1 was released. Qt4.7.0 for N8 came a bit later. So it's actually the other way around.[/quote]

      Ah, I didn't know that. Thanks for the clarification. I've only tried some Qt development in June, and back then, Qt on Symbian 1 was in a very bad shape. Glad to see things are getting better for the old devices as well :)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mikkom
        wrote on last edited by
        #23

        I found this bug report for phonon:

        http://bugreports.qt.nokia.com/browse/QTBUG-11436

        Does anyone know if same kind of trick (pMediaObject->setProperty("PhononAccessPoint", iapID)) can be used for QMediaPlayer from Qt mobility? I would really like to use that instead of phonon API, because otherwise it works much better. But I'm quite skeptic that users know that they must select AP used for streaming manually from settings.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          michael.goddard
          wrote on last edited by
          #24

          In QtMobility 1.2 there's this function:
          http://doc.qt.nokia.com/qtmobility-1.2/qmediaplayer.html#setNetworkConfigurations

          I think it's a Symbian feature to allow different network access points for different purposes.

          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