general video players connect the media server through unicast but I need a player to receive media stream using multicast/broadcast.
scenario: Media Server ---> AP --(multicast/broadcast video stream)--> player(android phone)
is there any Android SDK to support this function? or is there any solution without developing software codec and RTP stack?
James.