AudioVideoPlayerSample icon indicating copy to clipboard operation
AudioVideoPlayerSample copied to clipboard

Sample project to play audio and video from MPEG4 file using MediaCodec

Results 4 AudioVideoPlayerSample issues
Sort by recently updated
recently updated
newest added

I did a quick test and the audio and video are out of sync. Not by much though.

I have created a Seekbar a call `seek()` method, but ran very slow.

Hi, thanks for this great sample! I've checked your code that CAMERA_ID is set to 0 by default with final static keywords. I tried to implement a button to switch...

attempting to fix the Null Pointer and Illegal State exceptions as below when the player is being paused. Issue has been fixed using an AtomicBoolean and making the video and...