Hello Chris,

Quote Originally Posted by ChrisW67 View Post
QTcpSocket is how you would connect to an arbitrary TCP endpoint and just receive data as it is sent.
that's it. I additionally implemented a QTcpSocket and did some minor changes on the sources. Now I can read via QNetworkAccessManager (already saved of data) or directly from the stream via QTcpSocket. Thank you for the suggestion!

Cheers,
Kai