I\'ve been really banging my head against the table trying to get the MediaPlayer class to try to play h.264-encoded videos on Android 2.1. My code is rather simple:
If anyone else gets stuck on this when reading from a remote URL,
my urls were all nonsecure, (i.e. http instead of https)
since I had no access to the server urls (3rd party)
I had to add the following in the android manifest.