How to support MOV(quick time) in android?

前端 未结 4 919
长情又很酷
长情又很酷 2021-01-17 08:49

I want to play in .mov file in android. But videoview or mediaplayer doesn\'t support this meida format. How can i add the support to it?

4条回答
  •  伪装坚强ぢ
    2021-01-17 09:34

    I know this is an old question, but times changin' Now we can use the ExoPlayer as a custom Video Player (like VideoView), it supports more formats than the VideoView on android.

    It's really simple to use, just to play videos, but has the powerfull of customization if you needed.

    https://google.github.io/ExoPlayer/

    Give it a try and please respond if this helped you.

提交回复
热议问题