Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boolean for BRAVIA_VH1 & disable media tunneling support #9425

Closed

Conversation

glbyers
Copy link

@glbyers glbyers commented Nov 19, 2022

What is it?

  • [+] Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

Restores the ability to go fullscreen on Sony Bravia HV1 smart TVs from 0.24.0+. Also fixes long standing issue that results in frequent crashes between videos.

Fixes the following issue(s)

APK testing

https://github.com/glbyers/NewPipe/raw/5447dfbdcaf1f6b8fd9e3a75bffea2a5025ac97d/app-debug.apk

Due diligence

@sonarcloud
Copy link

sonarcloud bot commented Nov 19, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@AudricV AudricV added bug Issue is related to a bug player Issues related to any player (main, popup and background) device/software specific Issues that only happen on some devices or with some specific hardware/software labels Nov 19, 2022
@AudricV
Copy link
Member

AudricV commented Nov 19, 2022

Unfortunately, this approach is still device-specific and won't work for all devices, like that's currently the case.

In order to avoid this effort in the future for other devices, I opened a pull request to add some ExoPlayer settings in NewPipe on every build type, which includes the ability to disable media tunneling for every device and removes this device-specific workaround/patch: see #8875.

Therefore, I am closing this pull request. Thanks for your effort!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug device/software specific Issues that only happen on some devices or with some specific hardware/software player Issues related to any player (main, popup and background)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash when going fullscreen (especially Android TVs)
2 participants