Video not working properly in the below mentioned code. What could be the problem for this?
MediaController mediaController = new MediaController(getBaseCont
Actually, in order to play any streaming video I am using
startActivity(new Intent(Intent.ACTION_VIEW,Uri.parse("http://www.youtube.com/v/wwI2w2YHkCQ?fs=1")));
But I don't think this is going to work for your link. Better to try
mediaplayer.setdataSource("your link").