FeatureHelp WantedStreaming
Description
How to add change quality video Using hls.js and plyr
`
if (Hls.isSupported()) { var hls = new Hls(); hls.loadSource('https://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function() { video.play(); }); }
plyr.setup(video); })(); `