ExoPlayer icon indicating copy to clipboard operation
ExoPlayer copied to clipboard

Play jerky video

Open DinhLap96 opened this issue 3 years ago • 2 comments

I am using v2.18.1

I'm still having issues with some laggy videos like the one at the link below : https://drive.google.com/file/d/1HxVlcPIZXDNYjnA5Jp0VfvGWiq2VdhnO/view?usp=sharing I don't know if there is a way to solve this problem. I play videos on other apps without the same problem.

Can someone help me to solve it?

Code:

    val renderersFactory = DefaultRenderersFactory(activity.applicationContext)
        .forceEnableMediaCodecAsynchronousQueueing()
        .experimentalSetSynchronizeCodecInteractionsWithQueueingEnabled(true)
        .setEnableDecoderFallback(true)
        .setEnableAudioTrackPlaybackParams(true)
        .setEnableAudioOffload(true)
        .setAllowedVideoJoiningTimeMs(DefaultRenderersFactory.DEFAULT_ALLOWED_VIDEO_JOINING_TIME_MS)
        .setExtensionRendererMode(DefaultRenderersFactory.EXTENSION_RENDERER_MODE_PREFER)

DinhLap96 avatar Aug 29 '22 05:08 DinhLap96

I'm afraid this isn't very useful for debugging because we don't know about the device, the media you are playing, etc. Please use the issue template when filing bugs and fill out the requested information as much as possible.

tonihei avatar Sep 06 '22 13:09 tonihei

Hey @DinhLap96. We need more information to resolve this issue but there hasn't been an update in 14 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot avatar Sep 26 '22 01:09 google-oss-bot

Since there haven't been any recent updates here, I am going to close this issue.

@DinhLap96 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.

google-oss-bot avatar Oct 05 '22 01:10 google-oss-bot