android-youtube-player
android-youtube-player copied to clipboard
quality on live YouTube channel
Video quality is good for non-live YouTube programs, such as the demo one "S0Q4gqBUs7c"
When trying to open live program, like NBC news https://www.youtube.com/watch?v=og1gAgNsljM the quality is only 480p
But if opening with startActivity
Intent appIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube:og1gAgNsljM")); appIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(appIntent);
The quality is 1080p.
All above operations are on the same device. And tried many times with the same result.
Quality of the video is determined by the IFrame Player. But can be manually changed by the user using the quality setting in the player.
Got it. Will try.
can you please guide how to do it , I want a custom player and also able to change the quality of video