Reply to thread

Hello,


I have a video encoder which sends data over a http stream in my local network. I want my application to receive this data as a stream and send the packages immediately to any other device in my LAN.


I'm wondering which type of connection I should use. The video encoder for sure sends the data continuously (camera feed). So the packages should get send all the time.


Is the  TcpClient the way to go?



All the best,


Jannick


Continue reading...


Back
Top