Qt WebKit and ICY
-
Hi,
Trying to listen to some station in tv.tunein.com, I get stream error - for example, Kol Ha Campus station.
I found out that the Flash (player) requests this URL 'http://212.29.254.129:7075/;stream.nsv'
The reply is not a standard http reply and the parsing is stopped in QHttpNetworkReplyPrivate::readStatus, line ~ 483:
'if (fragment.length() >= 5 && !fragment.startsWith("HTTP/"))'
It then exits with an error, causing the stream to be closed.
Is there anything I'm missing? What needs to be done differently to handle streaming of ICY/shoutcast protocol?