如何使用" SimpleMediaFensterPlayerController"从本地系统播放视频?

时间:2017-07-04 06:23:09

标签: android textureview

我正在从摄像机捕捉视频,我希望在上传之前查看它。我正在使用SimpleMediaFensterPlayerController。它不播放视频。 是否可以播放捕获并存储在本地系统中的视频。如果是的话那么怎么办呢。



 <RelativeLayout
        android:id="@+id/videoTextureLayout"
        android:layout_above="@+id/bottomBtnContainer"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/white"
        >
        <com.malmstein.fenster.view.FensterVideoView
            android:id="@+id/play_video_texture"
            android:layout_width="match_parent"
            android:layout_height="300dp"
            android:layout_centerInParent="true"
            android:keepScreenOn="true"
            android:fitsSystemWindows="true" />

        <com.malmstein.fenster.controller.SimpleMediaFensterPlayerController
            android:id="@+id/play_video_controller"
            android:layout_below="@+id/play_video_texture"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_alignParentBottom="true"
            android:animateLayoutChanges="false"
            android:fitsSystemWindows="true" />

    </RelativeLayout>
&#13;
&#13;
&#13;

以上是我的xml,用于显示从本地系统捕获的视频。

0 个答案:

没有答案