I was wondering if there's a difference between them when it comes to streaming videos.
I know VideoView can be used for streaming and what is Mediaplayer for? As far as I know, MediaPlayer can do the same thing as VideoView right?
Can anyone give me the answer?
And if I want to stream video from the server by using RTSP to Android, which one should I start with? VideoView or MediaPlayer?
Any suggestion?