Android-youtube-player: How to decrease or fix video quality ?

Created on 13 Sep 2018  路  1Comment  路  Source: PierfrancescoSoffritti/android-youtube-player

Is there any way, that i can set "small" quality for video.

Right now i am facing problem like. when i am play any video use large data internet, play one video it take 100MB

I have try statically "small" in this object, but not working.

private static final String QUALITY_SMALL = "small";
private static final String QUALITY_MEDIUM = "medium";
private static final String QUALITY_LARGE = "large";
private static final String QUALITY_HD720 = "hd720";
private static final String QUALITY_HD1080 = "hd1080";
private static final String QUALITY_HIGH_RES = "highres";
private static final String QUALITY_DEFAULT = "default";

how can i access this "sendPlaybackQualityChange" method for it ?

Thanks

question

Most helpful comment

Duplicate #27.

Unfortunately it's currently not possible to change videos quality :/

>All comments

Duplicate #27.

Unfortunately it's currently not possible to change videos quality :/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

uzaysan picture uzaysan  路  7Comments

DorenBoust picture DorenBoust  路  6Comments

shekhar-gloify picture shekhar-gloify  路  7Comments

zeropol2 picture zeropol2  路  3Comments

hannojg picture hannojg  路  4Comments