noel77543 / Demo_CustomWebYoutubePlayer

基於Youtube iframe客製化的webview 專用於Android TV環境
7 stars 1 forks source link

Use on Android TV 7.1, youtube video quality is poor #1

Open AliaFYLiu opened 5 years ago

AliaFYLiu commented 5 years ago

Hi, I build code and use on android TV, the android version is 7.1. I got a poor quality video. The log shows "playback quality changed to tiny". But it is fine on android phone (android version 5.0).

noel77543 commented 4 years ago

Hi, I build code and use on android TV, the android version is 7.1. I got a poor quality video. The log shows "playback quality changed to tiny". But it is fine on android phone (android version 5.0).

Hi AliaFYLiu , glad to hear your issue, it's have two possibilities to cuase this prolem.

The first, you must check your network is fine, because youtube web will auto change video quality to keep tube play well.

Then, if it's can't help you solve this issue , maybe you can see [youtube.html] file that in [assets] package of [Demo_CustomWebYoutubePlayer].

About youtube setting all in there, include video quality setting.

_Noel