Skip to content

Instantly share code, notes, and snippets.

View rishabhmodi03's full-sized avatar

Rishabh Modi rishabhmodi03

View GitHub Profile
Cloudflare_1:173.245.48.0-173.245.63.255
Cloudflare_2:103.21.244.0-103.21.247.255
Cloudflare_3:103.22.200.0-103.22.203.255
Cloudflare_4:103.31.4.0-103.31.7.255
Cloudflare_5:141.101.64.0-141.101.127.255
Cloudflare_6:108.162.192.0-108.162.255.255
Cloudflare_7:190.93.240.0-190.93.255.255
Cloudflare_8:188.114.96.0-188.114.111.255
Cloudflare_9:197.234.240.0-197.234.243.255
Cloudflare_10:198.41.128.0-198.41.255.255
@rishabhmodi03
rishabhmodi03 / index.html
Created May 24, 2022 04:21
Plyr + HLS.js & video quality
<div class="container">
<video controls crossorigin playsinline poster="https://bitdash-a.akamaihd.net/content/sintel/poster.png"></video>
</div>
<!-- Plyr resources and browser polyfills are specified in the pen settings -->
<!-- Hls.js 0.9.x and 0.10.x both have critical bugs affecting this demo. Using fixed git hash to when it was working (0.10.0 pre-release), until https://github.com/video-dev/hls.js/issues/1790 has been resolved -->
<script src="https://cdn.rawgit.com/video-dev/hls.js/18bb552/dist/hls.min.js"></script>