No URI handler implemented for \"http\"."
Unsolved
General and Desktop
-
I', trying to open a QMediaPlayer, worked just fine in QT5.5 but in QT5.6 Iget the above problem
_player = new QMediaPlayer(0,QMediaPlayer::StreamPlayback); _playList = new QMediaPlaylist(); _playList->addMedia(QUrl("http://live-icy.gss.dr.dk:80/A/A05H.mp3")); _player->setPlaylist(_playList);
-
Hi and welcome to devnet,
What OS are you running ?