Terrible performance with QMediaPlayer and QVideoWidget

后端 未结 2 1862
终归单人心
终归单人心 2021-02-19 10:46

I see a terrible performance while trying to play videos with QtMobility 1.2.0 and Qt 4.7.4 on Ubuntu 10.10 (Pentium 4 2.80GHz

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-19 11:15

    There is nothing wrong with your code, you are just passing the ball to Qt for the decoding and playback of the movie.

    You are either using a build of Qt that doesn't have hardware acceleration enabled, or your system doesn't have the proper hardware for Qt to accelerate decoding and playback.

提交回复
热议问题