I want to play 3gp & mp4 video in my application using RTSP. I have a URL similar to rtsp://www.somesite.com/4600099.mp4
and using this URL I want to stream video.
I have tried this question but it's not working for me.
Android can be a biatch when it comes to video, anything pre ice cream is just frustrating to work with :)
You can give the build in samples a go as well. They are located at: \android-sdk\samples\android-8\ApiDemos\src\com\example\android\apis\media
(This is for android api lvl 8, the other versions of android lies in a similar folder).
Look for: MediaPlayerDemo_Video.java
or VideoViewDemo.java