ungoogled-software / ungoogled-chromium-android

Android build for ungoogled-chromium
GNU General Public License v3.0
491 stars 43 forks source link

Videos cannot be played #88

Closed Flashbin closed 3 years ago

Flashbin commented 3 years ago

Please at least answer all questions marked with * below. Issues without answering these questions will be closed.

*Device info (please complete the following information):

*Is the bug related to extensions? No

*If not related to extensions, can the bug be reproduced with corresponding Chromium version? No

*Describe the bug Any video (for example Youtube) will just be white. The player will still be shown, but the video is just white. Sound works.

*To Reproduce Steps to reproduce the behavior:

  1. Go to any video, for example Youtube
  2. See error

*Expected behavior Expect the video to be played and shown properly.

Screenshots Screenshot_20210513-120106_Ungoogled Chromium

Additional context None.

wchen342 commented 3 years ago

Usually it's hardware acceleration related. Can you try enabling/disabling hardware acceleration/GPU related flags in chrome://flags and see whether some of them will fix the problem?

Flashbin commented 3 years ago

Disabling Hardware-accelerated video decode fixed the problem, thanks!

Flashbin commented 3 years ago

@wchen342 Ah sorry, celebrated too soon. It fixed it on Youtube, but not on other sites, for example Twitter. I've also tried other hardware acceleration flags, but none helepd.

wchen342 commented 3 years ago

Seems to be the same problem as bromite/bromite/issues/1005. Will update the patch next version.

wchen342 commented 3 years ago

The temporary solution is to disable vulkan or enable the AIMageReader flag.

wchen342 commented 3 years ago

A new version has been published. Please try and see whether it fixes the problem.

Flashbin commented 3 years ago

@wchen342 Version 90.0.4430.212 fixes the issue, works on Youtube and Twitter with HW-Acceleration enabled. Thanks!