I am working on a custom video player that streams videos from different sources (YouTube, Vimeo, etc.) using react-player, and it already has functioning controls that I set up like play/pause, volume/mute, progress bar, and full screen.
I am trying to add a gear button that has a popover which displays different resolutions to set the video to, but I cannot seem to find any video quality selection implementation for react-player anywhere online.
Is this kind of functionality possible with react-player at all, or should I choose a different react video player like video.js?