adeel
adeel

Reputation: 361

Android custom player and third party player taking 20 to 30 sec to play video

I am working on Android App regarding video playing. I am facing 20 to 30 seconds delay in video playing. I have tried many players but issue was always same. should i use Android custom or third party player for video playing. or anyone can suggest me alternative approach. videos size is 5mb and in mp4 format. how can i minimize this time to 1 to 2 sec.

Upvotes: 0

Views: 54

Answers (1)

Mick
Mick

Reputation: 25481

From the description of your issue it may simply be that the metadata is at the end of the container for the video, which is typical with mp4 videos.

For video you want to stream it is recommended to move this to the front of the video.

You can see some more info and examples here:

Upvotes: 1

Related Questions