[android-developers] Re: Livestreams on Android 2.2 and above

2012-05-04 Thread Richard Davison
You can try doing this by RTSP. VideoView will play RTSP streams. Or try a flash player such as JWPlayer, but this doesn't have very good performance. On Thursday, March 1, 2012 12:42:15 AM UTC+1, Patrick Gregorio wrote: > > There are 2 types of videos that I want to be able to play on a > proje

[android-developers] Android 2.2 VideoView Scaling

2012-05-04 Thread Richard Davison
Hi, I'm trying to create an app that plays a rtsp stream. I'm having no problem doing that, the problem I'm having is that the VideoView simply cuts out a box of the dimensions I set it to, rather than scaling the video to fit the dimensions. I have tried creating my own custom VideoView and ov