Receiving Multi Images Over Tcp
this code is receiving multi images(video) from c# server over tcp .and working fine.but it is very slow and also missing frames is their any way to make it fast(eliminate delay) l
Solution 1:
Sending image by image is not a very good way. Consider using compressed video formats.
Also you can't really make it fast. It all depends on what network device is in 2G will always be slower than wifi / 3G.
Post a Comment for "Receiving Multi Images Over Tcp"