How to change video quality ??
Please attach a full code
The docs are your friend:
https://github.com/video-dev/hls.js/blob/master/doc/API.md#hlsnextlevel
https://github.com/video-dev/hls.js/blob/master/doc/API.md#hlscurrentlevel
e.g.
hls.nextLevel = 2;
Please attach a full code
@osamay, please rely on the documentation first. Everything you need is available there.
`
`
How to change video quality ??
Please attach a full code