koliva
6th February 2013, 12:48
Hi,
I have a real-time streaming application from multiple clients to a single server. So basically clients' desktops are being captured and encoded by x264 and transmitted over wireless network to the server. The server decodes incoming data and visualizes them on the screen.
Currently I am using TCP for the connection protocol but it introduces some latency to the system. Therefore, I want to change it. Could you please tell me a good way to transfer the encoded video data over wireless lan? I know an option of UDP but I am not sure this is the best or not. I was wondering if anyone of you could shed some light on this issue?
Thanks.
Warm wishes.
I have a real-time streaming application from multiple clients to a single server. So basically clients' desktops are being captured and encoded by x264 and transmitted over wireless network to the server. The server decodes incoming data and visualizes them on the screen.
Currently I am using TCP for the connection protocol but it introduces some latency to the system. Therefore, I want to change it. Could you please tell me a good way to transfer the encoded video data over wireless lan? I know an option of UDP but I am not sure this is the best or not. I was wondering if anyone of you could shed some light on this issue?
Thanks.
Warm wishes.