Playing video using MediaPlayer class

前端 未结 4 2345

I am trying to make use of MediaPlayer class for playing a video file. The problem is video is not getting displayed at all though I can hear the sound in the video

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-13 02:24

    Setting your SurfaceView layout to wrap_content will not size a video to play at the proper aspect ratio.

    You can refer to this answer link

    https://stackoverflow.com/a/6283676/1441666

    And also this blog Play media on surfaceview using android.media.MediaPlayer

提交回复
热议问题