How to play .mp4 video in videoview in android?

前端 未结 6 1887
名媛妹妹
名媛妹妹 2020-12-01 02:47

I am working on video player application, I want to play .mp4 video in native videoview. I am not able to play

6条回答
  •  爱一瞬间的悲伤
    2020-12-01 03:37

    Check the format of the video you are rendering. Rendering of mp4 format started from API level 11 and the format must be mp4(H.264)

    I encountered the same problem, I had to convert my video to many formats before I hit the format: Use total video converter to convert the video to mp4. It works like a charm.

提交回复
热议问题