QMediaPlayer: "Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure"
Solved
General and Desktop
-
Hi, all..
I am working on an internet radio. I am using QMediaPlayer to play the url like so:QMediaPlayer *player = new QMediaPlayer; player->setMedia(QUrl(this->streamUrl)); player->play();
but when I run this (on MacOS), i am getting the error:
"App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file."But i am not seeing the apps plist file anywhere. Anyone have any ideas?
Thanks!