I heed to amend a request header to some of my HTTP requests which application sends, but they managed by QML MediaPlayer
. I tried to use setNetworkAccessManagerFactory()
, like it shown here, and it works with Image
, but it still does not work with MediaPlayer
. Apperantely, MediaPlayer
does not using QNetworkAccessManager
.
How can I do that?