how to play .3GP video file in android

后端 未结 3 675
Happy的楠姐
Happy的楠姐 2021-01-26 04:20

HI i want to play a .3GP video file in android phone. i tried below code but it shows cant play video.so please tell me what i will do

This is my code

          


        
3条回答
  •  北荒
    北荒 (楼主)
    2021-01-26 04:46

    As @Peter Lillevold suggests, you should try a reference implementation of a video player first. Here are some links:

    • Audio and Video
    • MediaPlayer Documentation
    • Android VideoView Example

    Try these players with a known working video file, there is a link to some in this post. If you implement a player, and these reference videos work, but your .3gp video does not, then the problem may be that the video file itself is not encoded to standards.

提交回复
热议问题