chrisboustead / videojs-hls-quality-selector

Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-quality-levels` plugin.
MIT License
139 stars 103 forks source link

hlsQualitySelector does not work on iOS #111

Open hoffmannmark opened 5 months ago

hoffmannmark commented 5 months ago

Hello! I've added the hlsQualitySelector plugin to videojs player. It's working fine on desktop and Android, but not on iPhone (safari/chrome). I tried adding hls: {overrideNative: true} and vhs: { overrideNative: true } options but they didn't work.

Is it possible to make work plugin on iOS (safari/chrome)? If so how? Thanks in advance.

goodtube4u commented 1 month ago

Can confirm that I'm also experiencing this issue. The overrideNative options are no longer working. They used to I think, but maybe there's been an update with iOS?