Dear All,

I am using Android 2.3.4 and I am using VideoView to play an http
mpeg2 video link.The video is playing fine but only gets displayed in
default video resolution 720x576(4:3 aspect).But I have Android based
STB box which is 1080P resolution. I want to scale the movie to full
1080P resolution and  I tried over-riding "OnMeasure" method and tried
all possible ways but video is only getting displayed in 720x576. Is
there any way to stretch the videoview to display to fullscreen.

Sample of my layout.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
     xmlns:android="http://schemas.android.com/apk/res/android";
     android:layout_width="fill_parent"
android:layout_height="fill_parent">

<com.videoview.VideoViewCustom
      android:layout_height="fill_parent"
      android:layout_width="fill_parent"
      android:id="@+id/VideoViewCustom"/>
</RelativeLayout>






-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to