hello all,
i want to play a radio ("http://www.radioparadise.com/musiclinks/rp_128.m3u" ) on my qt app. I decided to use qmediaplayer to play this radio .But there is a problem about qmediaplayer. here is the code :
QMediaPlayer *player= new QMediaPlayer();
QMediaPlaylist *playlist =new QMediaPlaylist(player);
QUrl url("http://www.radioparadise.com/musiclinks/rp_128.m3u");
playlist->save(url,"m3u");
and this is the app. output:
do you have an idea what this output says ? how can i fix it?defaultServiceProvider::requestService(): no service found for - "com.nokia.qt.mediaplayer"
QFSFileEngine:pen: No file name specified
Thanks...

pen: No file name specified


