Skip to content Skip to sidebar Skip to footer
Showing posts with the label Udp

How To Bind 2 Udp Sockets To Same Port, One For Receiving And Other For Sending

I am working on a RTP streaming code on Android, where I need to receive RTP (UDP) packets on a por… Read more How To Bind 2 Udp Sockets To Same Port, One For Receiving And Other For Sending

How To Program Outside The Main Ui Thread

I don't know if a UI thread exists by default, how to create it if not, or how to tell when I&#… Read more How To Program Outside The Main Ui Thread

Doinbackground Gets Stuck

I'm trying to create a server that uses multiple ports so different data and information can be… Read more Doinbackground Gets Stuck

Receiving Unicast On Multicast Socket

I have a server sending unicast UDP packets to 192.168.1.101, port 55555. My Android device has IP … Read more Receiving Unicast On Multicast Socket

Issue With Datagramsocket On Android 7.1.1

I'm faced with a very strange issue on QA's Google Pixel with Android 7.1.1 (N_MR1). We use… Read more Issue With Datagramsocket On Android 7.1.1

Android Asynctask Sending Udp Packet

I want to use asynctask to send a datagram packet, but it not work!! I have add all permission that… Read more Android Asynctask Sending Udp Packet