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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.javaorVideoViewDemo.java