Hi, OK. I have tried playing few amr files on N8 using player demo application in Qt Mobility. Position bar is changing continuously. So looks like the behavior you mentioned is specifc to an amr file? You could perhaps try playing the same file using player demo application and if you still see the issue, please raise an error@ http://bugreports.qt.nokia.com/
Regards, Pavan -----Original Message----- From: ext Victor Nazarenko [mailto:[email protected]] Sent: Thursday, February 10, 2011 4:04 PM To: Kumar-Chikkala Pavan (Nokia-MS/Bangalore); [email protected] Subject: RE: [Qt-mobility-feedback] QMediaPlayer always return position=0, while playing amr format Oh, sorry I'm using QT SDK 1.1 preview, Symbian v3 device (N8), Qt Mobility 1.1 -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Thursday, February 10, 2011 1:22 PM To: [email protected]; [email protected] Subject: RE: [Qt-mobility-feedback] QMediaPlayer always return position=0, while playing amr format Hi, Could you give details of the environment you are using? For example, is it on Symbian or Meego device, Qt Mobility version etc.? Regards, Pavan ________________________________________ From: qt-mobility-feedback-bounces+pavan.kumar-chikkala=nokia....@qt.nokia.com [qt-mobility-feedback-bounces+pavan.kumar-chikkala=nokia....@qt.nokia.com] on behalf of ext Victor Nazarenko [[email protected]] Sent: 10 February 2011 15:36 To: [email protected] Subject: [Qt-mobility-feedback] QMediaPlayer always return position=0, while playing amr format Hi, I have an application that play amr files with QMediaPlayer. I can't receive current position of media, while playing file. Position always remain 0, while duration increase. Sample code void ToozlaController::playerPositionChanged(qint64 position) { qDebug("TLZ: position %d, duration %d",player->position(), player->duration()); Sample log file . [Qt Message] TLZ: position 0, duration 7385 [Qt Message] TLZ: position 0, duration 7875 [Qt Message] TLZ: position 0, duration 7890 . And so on. Is it expected behavior? If it expected, how I can obtain media length before I reach end of file? Best regards _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback
