ExoPlayer
ExoPlayer copied to clipboard
Play jerky video
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)
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.
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!
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.