Phonon or QMediaplayer: Set access point to be used
-
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. :)
-
[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 :)
-
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.
-
In QtMobility 1.2 there's this function:
http://doc.qt.nokia.com/qtmobility-1.2/qmediaplayer.html#setNetworkConfigurationsI think it's a Symbian feature to allow different network access points for different purposes.