I am making Hls video player by using Hls.js library and add a function to select video quality. My problem is that Safari on iOS does not support Hls.js. I know it can be used only the browser supporting MSE. And i also know the library is not needed on iOS/Safari because video tag supports Hls basically on Safari. I can make Hls player just by using video tag without Hls library, but i can not put the function to select video quality. video tag does not support quality selector.
How can i make video quality selector for iOS/Safari? Youtube supports that even though the browser is Safari on iOS. I believe there must be a way. anyone help please!