sarbagyastha / youtube_player_flutter

A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.
https://youtube.sarbagyastha.com.np
BSD 3-Clause "New" or "Revised" License
707 stars 817 forks source link

please add you tube video quality option like 360p, 720p #502

Open beauty-queen opened 3 years ago

beauty-queen commented 3 years ago

please add you tube video quality option like 360p, 720p

sha3rawi33 commented 3 years ago

Yes, we really need it. IDK why doesn't the official youtube API support it

PcolBP commented 3 years ago

Official API does support it but only on desktop browser. In youtube_player_iframe when you will enable desktopMode: true then button cog will be displayed. In mobile player when userAgent is null, player will adaptive quality to user speed network.