I have to develop an app that will stream RTP video stream from a server and play it on my android device. I also have to create a rtp server on another android device from which this client app will stream video.
But, what i found is that Rtp stream is hard to play directly(without RTSP). How can I implement such a player in android/java.
I am aware of Vitamio but i doubt if it can play rtp.
Please correct me if i am wrong and i really could use some help.