垂直拍摄的视频,但在android中水平播放

时间:2018-08-13 16:29:41

标签: android android-videoview

您好,我正在使用THIS PLAYER LIBRARY,我的问题是我正在以纵向捕获视频,但是在水平播放时正在播放。请帮我摆脱这个问题。

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/app_video_box"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000">

<com.xxx.xxxx.IjkVideoView
    android:id="@+id/video_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    />

播放器的Java代码是

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.mk_player);
    String url = getIntent().getStringExtra("URL");
    player.play(url);

0 个答案:

没有答案