i am playing 30Mbps_30fps video through the default video player in android. The video was playing in slow motion. And it was been stuck at some time and used to play the reaming video in slow motion.
How to play the high resolution 1920x1080pi HD videos in android with out any lag or slow motion?
Are i need to change any configuration?
Hello,
Can you please try the bellow commands.
adb push C:</your video path> sdcard/Movies
In your Android shell window, type the bellow command:
am start -n com.android.gallery3d/.app.MovieActivity -d file:////sdcard//Movies//</your video>
However, is there a possibility that you can send me the video that you are reproducing. This is because, probably the problem is related to the video codecs.
Best Regards,
Diego.
Hello,
I have some questions.
What is the video format that are you using?
Where are you are reproducing the video? In an SD card? Through a USB? Inside the memory of the board?
What is your memory RAM size?
Best Regards,
Diego.
Hello,
Did you used one of our demo images?
Because, I reproduced a high resolution video in one of our boards, and it didn't show any latency issue.
Best Regards,
Diego.