Displaying live UDP or RTP stream (multicast) on Android
问题 I am new to Android development since a few weeks, and I need to write an app that can display the user a live stream multicasted in UDP or RDP. The stream is located at an address such as "rtp://230.0.0.11:1234", and is emitted by WIFI thanks to this module : http://www.ikusi.es/public/ctrl_public_prod.php?accion=verProducto&id_familia=34&id_gama=186&id_producto=351 I already tried to read it from a player (Daroon player, from PlayStore), and it worked well, so I assume that my foolowing