Hi Chris,

Originally Posted by
ChrisW67
An HTTP request was made and a non-HTTP response was received. This is a misconfigured HTTP server or not an HTTP server at all.
If you run your wget with the "-S" option do you see any headers? What is the URL?
The stream comes from a measuring system (running linux), which is inside it's own subnet without access to the internet. Data rate approx. 30MB/s. I have only limited access to the system. But your suggestion may be right, that there is no http server at all, and the system spits out only data at that particular port. Here is what wget -S said, translated from german :-):
wget -S http://192.168.1.100:5432
--2012-05-02 09:35:05-- http://192.168.1.100:5432/
Trying to connect to 192.168.1.100:5432... connected.
HTTP-Request sent, waiting for reply...
Length: not specified
Saving to »index.html«
wget -S http://192.168.1.100:5432
--2012-05-02 09:35:05-- http://192.168.1.100:5432/
Trying to connect to 192.168.1.100:5432... connected.
HTTP-Request sent, waiting for reply...
Length: not specified
Saving to »index.html«
To copy to clipboard, switch view to plain text mode
What could I do to convince QNAM to read that stream without headers? If that cannot be achieved, what do you suggest to read those kind of streams?
Cheers,
Kai
Bookmarks