We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello same issue as #13 , on desktop, everything is working but i want to force the quality menu dropdown on mobile but it doesn't show
here is my code
options, player; options = { responsive: true, controlBar: { children: [ 'playToggle', 'progressControl', 'volumePanel', 'qualitySelector', 'fullscreenToggle', ], }, html5: { nativeAudioTracks: false, nativeVideoTracks: false, hls: { overrideNative: true, debug: true, } }, }; player = videojs('mainvideo',options); player.hlsQualitySelector(); player.play();
same result without
nativeAudioTracks: false, nativeVideoTracks: false,
videojs 7.0 videojs-contrib-quality-levels @Version 2.1.0 videojs-hls-quality-selector * @Version 1.1.4 thanks for your help
The text was updated successfully, but these errors were encountered:
Hi, I've the same problem, a solution ? Thanks
Sorry, something went wrong.
It's an old thread, but that works: html5: { vhs: { overrideNative: true, }, } ,
html5: { vhs: { overrideNative: true, }, } ,
I think this has changed recently and is no longer working with iOS? The below settings don't seem to work (even with vhs)
html5: { nativeAudioTracks: false, nativeVideoTracks: false, hls: { overrideNative: true, }, vhs: { overrideNative: true, } },
No branches or pull requests
hello
same issue as #13 , on desktop, everything is working but i want to force the quality menu dropdown on mobile but it doesn't show
here is my code
same result without
videojs 7.0
videojs-contrib-quality-levels @Version 2.1.0
videojs-hls-quality-selector * @Version 1.1.4
thanks for your help
The text was updated successfully, but these errors were encountered: