sampotts/plyr

How to add change quality video Using hls.js and plyr

Open

#652 opened on 2017年9月4日

GitHub で見る
 (5 comments) (0 reactions) (1 assignee)JavaScript (25,318 stars) (2,856 forks)batch import
FeatureHelp WantedStreaming

説明

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); })(); `

コントリビューターガイド