I'm creating a program to show images from the internet with QNetworkAccessManager. Now i can show a jpg picture from a URL with QNetworkReply (used the signal Finished of QNetworkAccessManager).
Is it also possible to get a network stream (mjpg) with QNetworkAccessManager and/or QNetworkReply? When i create a request with a .mjpg url, i don't get a response.