-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Player size on Android TV #3807
Comments
I think you are talking about track selection in adaptive streaming. If not, please clarify below. Look at |
You can also look at the output of |
I was talking about making sure that a 1920x1080 video being played through ExoPlayer does not get played inside a frame of 1280x720, because the device does not report it's physical display size correctly. This device still is on API 22, so
Is the display resolution now being fully used by ExoPlayer according to the above output? |
I think so: the Please could you provide the output of |
See also #800. |
Output I will send the bugreport output by email. |
Device models are from https://support.google.com/googleplay/answer/1727131?hl=en. It looks like among these devices Build.MANUFACTURER can be set to either "PHILIPS" or "Philips", based on looking at internal bug reports. Issue: #3807 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185121182
Device models are from https://support.google.com/googleplay/answer/1727131?hl=en. It looks like among these devices Build.MANUFACTURER can be set to either "PHILIPS" or "Philips", based on looking at internal bug reports. Issue: #3807 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185121182
There are a Android TV devices running it's interface in 1280x720 (tvdpi). The TV itself has 1080p panel (i.e. Philips QM164E (model 32PFS6402/12)).
How can I make sure that ExoPlayer is correctly switching to 1920x1080?
The text was updated successfully, but these errors were encountered: