Qt and http streaming TV channel
-
Good morning friends.
I have a small problem since searched everywhere and can not find a solution. This is it:
I have a url like this with http://192.168.202.226:8001/1:0:1:15:3:1:B54AB7A:0:0:0: it has a streaming TV channel, I need to connect to this url and go downloading real-time content to transmit to another place (this part I know how to do). For, example, in Java is open to url and will while taking each binary line, but the Qt do not know how to do.
Note: I do not want to play the channel, I want to be able to recover binary data coming this url.
If you can help me I am grateful.