androidx / androidx/media

Use media3.Exoplayer2 SDK Playing VP8 encoded webm format video, on Android 13, the video screen is unclear and appears blurred

Open
#956 2 comments 0 reactions 1 assignee View on GitHub

@tianyif is already working on this.

Since Jan 9, 2024.

bug needs triage
Dominant language
Java
Stars
3k
Forks
955
Avg merge
12d 14h
Merged PRs (30d)
2

Description

Version

Media3 1.2.0

More version details

Playing VP8 encoded webm format video, on Android 13, the video screen is unclear and appears blurred
Dependent on the following:
// exo video player implementation "androidx.media3:media3-exoplayer:1.2.0" implementation "androidx.media3:media3-exoplayer-dash:1.2.0" implementation "androidx.media3:media3-exoplayer-hls:1.2.0" implementation "androidx.media3:media3-ui:1.2.0"
The code is as follows:
UrlIDs is a collection of raw resource IDs
val mediaList = mutableListOf<MediaItem>() urlIDs.forEach { id -> mediaList.add(MediaItem.fromUri(Uri.parse("rawresource:///$id"))) } viewVideo.player = player player.repeatMode = if(urlIDs.size == 1) Player.REPEAT_MODE_ONE else Player.REPEAT_MODE_ALL player.volume = 0F player.playWhenReady = true player.addAnalyticsListener(EventLogger()) player.setMediaItems(mediaList) player.prepare()

Devices that reproduce the issue

Android13
image

Devices that do not reproduce the issue

No response

Reproducible in the demo app?

Yes

Reproduction steps

play VP8 webm Video by use media3.exoplayer

Expected result

Normal video playback

Actual result

Use media3.Exoplayer2 SDK Playing VP8 encoded webm format video, on Android 13, the video screen is unclear and appears blurred
image

Media

VP8 webm Video

Bug Report
  • You will email the zip file produced by adb bugreport to android-media-github@google.com after filing this issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.