A
Android Question
Guest
I am working on a live Video Streaming App which requires to capture a video and keep sending the captured video to a server through available network whether Wifi or Cellular Network.But for reducing latency we want to use both wifi and cellular networks at same time so that some data packets get transferred through wifi and other through cellular network.How can this be achieved on Android Platform.