Playing media from another source type
QML and Qt Quick
1
Posts
1
Posters
732
Views
1
Watching
-
wrote on 6 May 2013, 00:59 last edited by
Hello everyone,
I want to play audio and video in my QML application. The problem is: I'm handling protected data (mp3, avi etc.).
Therefore I'm writing those files to an encrypted container file.
I know I'll have to subclass QIODevice and implement my own read, seek, write etc...Unfortunately, I definitely have to use encrypted files. So, how do I play these files in QML's MediaPlayer?
Greetings
[edit] Changed title from: "Playing media from another kind of source" to: "Playing media from another source type"
1/1