PierfrancescoSoffritti / android-youtube-player

YouTube Player library for Android and Chromecast, stable and customizable.
https://pierfrancescosoffritti.github.io/android-youtube-player/
MIT License
3.41k stars 756 forks source link

I found a app using youtube player but having quality changing option but not default iframe player #1162

Closed SureshTimma closed 1 month ago

SureshTimma commented 1 month ago

App name is: telugu super humans

SureshTimma commented 1 month ago

App name is: telugu super humans

I want that player. How to do that.

PierfrancescoSoffritti commented 1 month ago

Can you provide a video showing the player? and a link to the app.

SureshTimma commented 1 month ago

Can you provide a video showing the player? and a link to the app.

It's surely a custom youtube player. Please check video and app and tell how to create exact player. Please.

Video Link: https://drive.google.com/file/d/1ulFNg_dQUvn4Qf2cBsmqR-TS3LRbZaRq/view?usp=drivesdk

App Link: https://play.google.com/store/apps/details?id=com.telugusuperhumans.learners

PierfrancescoSoffritti commented 1 month ago

They are using the exact same IFrame Player we are using. We also show quality setting, please refer to the sample app.

SureshTimma commented 1 month ago

They are using the exact same IFrame Player we are using. We also show quality setting, please refer to the sample app.

But you sample app having share option. When click on share or youtube logo or title it redirecting to youtube app

Which player you saying? From below list?

Screenshot_2024-08-09-13-25-31-60_6ee48bafc4651c165e15f111c5ad7583.jpg

SureshTimma commented 1 month ago

I want custom ui and quality option. Like the video I have shared

https://drive.google.com/file/d/1ulFNg_dQUvn4Qf2cBsmqR-TS3LRbZaRq/view?usp=drivesdk

PierfrancescoSoffritti commented 1 month ago

They are using the IFrame player, which we are also using. If you want to play around with the IFrame player's settings you can use options (more doc here).

They are showing a native overlay ontop of the player, you can do that with regular Android or by adding a custom UI to this player.

SureshTimma commented 1 month ago

Im unable to understand. Is it possible to turn off title, youtube logo and share options in iframe player?

@PierfrancescoSoffritti

PierfrancescoSoffritti commented 1 month ago

I don't know, you can try a combination of the options provided in those links. If it's not possible it means that app is using css tricks to remove the logo.

I don't recommend doing that as it breaks YouTube terms of service.

SureshTimma commented 1 month ago

I don't know, you can try a combination of the options provided in those links. If it's not possible it means that app is using css tricks to remove the logo.

I don't recommend doing that as it breaks YouTube terms of service.

Ok