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

Mark Google Chromecast HD as non-4k capable #3820

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

majmongoose
Copy link
Contributor

Changes
Added the Google Chromecast HD to the list of devices unable to support 4K, as it reports it is capable of downscaling but is incapable of doing so in realtime. Change has been discussed with Niels in the discord.

Note
There still may be a bug on the jellyfin server, as the tv app is telling it to send a maximum of 1920x1080 (verified via tcpdump TCPDump Data) but it is still streaming 4k.

Possibly an upstream bug is preventing this from working, as the chromecast is being idenitified correctly in debugging.
Added a note for the reason of the change.
@MichaelRUSF
Copy link
Contributor

MichaelRUSF commented Aug 2, 2024

Does seem like a partial fix for #3451. Would likely be affected by #3388.

@nielsvanvelzen nielsvanvelzen added bug Something isn't working backportable Change may be backported to a point release (remove label once cherrypicked) enhancement New feature or request and removed bug Something isn't working labels Aug 3, 2024
Make changes suggested by maintainer.

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
Removed unneeded isChromecastHD
Copy link
Member

@nielsvanvelzen nielsvanvelzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@nielsvanvelzen nielsvanvelzen enabled auto-merge (squash) August 5, 2024 15:41
@nielsvanvelzen nielsvanvelzen added this to the v0.18.0 milestone Aug 5, 2024
@nielsvanvelzen nielsvanvelzen merged commit a8c9f05 into jellyfin:master Aug 5, 2024
4 checks passed
@nielsvanvelzen nielsvanvelzen changed the title Add Google Chromecast HD limitation Mark Google Chromecast HD as non-4k capable Aug 6, 2024
@nielsvanvelzen nielsvanvelzen modified the milestones: v0.18.0, v0.17.1 Aug 6, 2024
nielsvanvelzen pushed a commit that referenced this pull request Aug 6, 2024
* Add identification for Google Chromecast HD

Possibly an upstream bug is preventing this from working, as the chromecast is being idenitified correctly in debugging.

* Update DeviceUtils.kt

Added a note for the reason of the change.

* Removed unintentional imports

* Update app/src/main/java/org/jellyfin/androidtv/util/DeviceUtils.kt

Make changes suggested by maintainer.

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>

* Update DeviceUtils.kt

Removed unneeded isChromecastHD

---------

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
(cherry picked from commit a8c9f05)
@nielsvanvelzen nielsvanvelzen removed the backportable Change may be backported to a point release (remove label once cherrypicked) label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants