LiveTL / android

LiveTL Android app.
https://play.google.com/store/apps/details?id=com.livetl.android
GNU Affero General Public License v3.0
31 stars 2 forks source link

Video quality settings #8

Closed arkon closed 2 years ago

arkon commented 3 years ago

This is dependant on the library we use for playing the videos: https://github.com/PierfrancescoSoffritti/android-youtube-player

It should just autoselect the best quality. The ability to manually select a quality isn't available: https://github.com/PierfrancescoSoffritti/android-youtube-player/issues/27

KentoNishi commented 3 years ago

You could switch to a webview for the iframe api which allows users to change the quality

arkon commented 3 years ago

I'd rather not reinvent the wheel, since that library already abstracts that.

arkon commented 2 years ago

Closing since won't be relevant with hybrid-WebView-extension version.