An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash.
flv.js works by transmuxing FLV file stream into ISO BMFF (Fragmented MP4) segments, followed by feeding mp4 segments into an HTML5 <video> element through Media Source Extensions API.
技术
产品