QMediaplayer streaming from a custom QIODevice with encryption on Mac OS (10.9)
问题 i'm currently porting an application from Qt4(.8.4) to Qt5(.2.0). I'm nearly done with all the known changes like deprecated toAscii()-function, missing QtGui and so on. Now we had a music player using the phonon framework which is not supported any more and got replaced by the QtMultimedia module including the QMediaPlayer and a bunch of Audio-Handling classes. Our implementation of the player takes a custom QIODevice. This device provides an interface to encrypted audiofiles on the disk.