Thanks for the reply,
There is no bug per-say. The problem we have is that we hide the default cloudflare controls for the video player and overlay our own, but since there is no API for changing quality we can’t emulate the behaviour of the quality picker in our own controls. Since most players out there have the option to manually set quality, some of our end users expect to be able to do this on our custom controls as well.
We are facing a similar issue with fullscreen for iOS. As you know iOS devices do not support HTML5 fullscreen. The only thing you can make fullscreen is the video element iself. However, since the video element is inside an iframe, i am unable to make it go fullscreen programmatically as i would be able to if the video element was hosted on my own site. A function to trigger the fullscreen by the stream players API would be greatly desirable.
Any thoughts on this?
Best Regards,