[android-developers] Does Android supports UDP protocol??

2012-05-15 Thread sunny
sir I am making an application to play UDP stream in android...but the results are abortive I have an application which is able to play HTTP protocol and RTSP protocol but not UDP why?? Is there any android API available which supports UDP? if yes then please help me. if possible plz help me with

Re: [android-developers] Does Android supports UDP protocol??

2012-05-15 Thread Kristopher Micinski
Android runs a Linux kernel (mostly..) Linux has UDP in its networking stack. So yes, Android supports UDP. Kris On Mon, May 14, 2012 at 6:46 AM, sunny sunny1988su...@gmail.com wrote: sir I am making an application to play UDP stream in android...but the results are abortive I have an

Re: [android-developers] Does Android supports UDP protocol??

2012-05-15 Thread Miguel Morales
Android does indeed support UDP but I've seen carriers that drop UDP packets so I recommend you experiment and research first. On Tue, May 15, 2012 at 1:32 PM, Kristopher Micinski krismicin...@gmail.com wrote: Android runs a Linux kernel (mostly..) Linux has UDP in its networking stack. So