Hi,
can anyone tell me how to play video from phone memory.
Thanks..
Hi,
can anyone tell me how to play video from phone memory.
Thanks..
Do you know how to play a video from anywhere else?
Do you have the path to the video?
i use Qt 4.6,
I have tried with Phonon::Videoplayer, but no luck
if include phonon as #include <phonon>
it gives me error like: No such directory or file phonon ....
what i should do???
Plz Give me solution.......
Thanks...
Phonon is basically deprecated anyway. Use Qt Mobility's QMediaPlayer class.
Add to your .pro file:
CONFIG += mobility
MOBILITY = multimedia
Then #include <QMediaPlayer> in your code and go look at the documentation for QMediaPlayer and the player example code in the Nokia Qt SDK.
Follow this thread:
http://discussion.forum.nokia.com/fo...n-video-player.