Android not playing Video .mp4

后端 未结 3 1777
无人及你
无人及你 2020-12-10 20:04

hi guys i have prepared a code to just play a simple mp4 file from my res folder... The coding is something like this...

    public class VideoPlayer extends         


        
3条回答
  •  旧巷少年郎
    2020-12-10 20:20

    Android supports 3gp and mp4 format, but still sometimes there are problems in playing an mp4 content. one thing what I have found out from my research is that, this might be because the resolution problem with the video. I think that you should re-size the resolution of your mp4 video. This might help.

提交回复
热议问题